@charset "UTF-8";
/*-----------------------------------------------
	サイト共通
-----------------------------------------------*/
body {
	font-size: 100%;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapperAll {
	/*background-image: url(../images/main_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center 0px;
}
#wrapper {
	margin-left: 7px;
	width: 1000px;
	min-height: 520px;
}

#header {
	width: 100%;
	height: 78px;
	background: url("../images/bg_header.gif") repeat-x;
}

#header img{
	padding: 4px 0 0 20px;
}

.title_area{
	background-color: #fafafc;
	border: solid 1px #d5d5d5;
	width: 97%;
	margin: 0 auto;
	margin-top: 15px;
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

.title{
	background: url("../images/bg_h1_fullwindow.jpg") 0 100% no-repeat;
	float: left;
	padding: 6px;
	padding-left: 23px;
	font-size: 140%;
}

.title_date{
	float: right;
	font-size: 140%;
	font-weight: bold;
	padding: 7px 11px 0 0;
}

#wrapperDynamic {
	margin: 0px auto;
	width: 100%;
	min-height: 660px;
}

#contents {
	margin-bottom: 20px;
	font-size: 14px;
	background-color: #FFF;
	padding: 10px;
	padding-top: 30px;
}
a {
}
h2 {
	background-image: url(../images/h2_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 40px;
	color: #69b832;
	font-weight: normal;
	margin-bottom: 15px;
	background-color: #FFF;
	/*	border-radius: 3px; */
}
#footer {
	clear: both;
	background: url("../images/bg_footer.gif") repeat-x;
	width: 100%;
}
#footerCp {
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	color: #000;
	font-size: 75%;
	/*background-color: #AAAAAA;*/
	/*	border-radius: 3px; */
}
#videoList a.item {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #AAAAAA;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	display: block;
}
#videoList a.item p.date {
	font-size: 10px;
}

#eqPlayer {
	height: 360px;
	width: 640px;
	overflow: hidden;
}

#movieTitle {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #666;
	border-bottom: 1px solid #666;
}
#movieDescription {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
.links {
	margin-top: 10px;
	text-align: right;
	color: #666;
}
.links a {
	color: #666;
}