@charset "UTF-8";
/* ===================================================================
CSS information
 style info : Header
=================================================================== */


/* -----------------------------------------------------------
	#mainImgArea
----------------------------------------------------------- */
#mainImgArea {
	width: 980px;
	height: 546px;
	margin: 0 auto;
	border-top: 1px solid #ffffff;
	clear: both;
	background: none;
}




/* -----------------------------------------------------------
	#wrap-YouTube
----------------------------------------------------------- */
#wrap-YouTube {
	width: 640px;
	padding-bottom: 19px;
	border-bottom: 1px solid #9faac0;
}
#wrap-YouTube h2 {
	display: block;
	width: 640px;
	height: 50px;
	position: relative;
	background: url(../img/index/title_Youtube.jpg) no-repeat left top;
}
#wrap-YouTube h2 #btnYT_toEv  {
	widows: 125px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 386px;
}
#wrap-YouTube h2 #logo_YT  {
	widows: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}






/* -----------------------------------------------------------
	#wrap-Twitter
----------------------------------------------------------- */
#wrap-Twitter {
	width: 640px;
	height: 510px;
}
#wrap-Twitter .tweet {
}

#wrap-Twitter h2 {
	display: block;
	width: 640px;
	height: 50px;
	position: relative;
	background: url(../img/index/title_Twitter.jpg) no-repeat left top;
	clear: both;
	text-align: right;
}
#wrap-Twitter h2 #icon_Twitter {
	width: 30px;
	height: 50px;
	float: right;
}
#wrap-Twitter h2 #tweetIcon {
	height: 40px;
	line-height: 50px;
	padding-top: 10px;
	float: right;
}

#TW_Contents {
	width: 640px;
	height: 510px;
	overflow-y: scroll;
}

























