@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	/*background-image: url(../images/bg_img.jpg);
	background-repeat: repeat-y;
	background-position:center;*/
	background-color:#f5f5f5;
}


/* ***** リンク設定 ***** */
a {
	color: #06F; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

a:visited {
	color: #06F;/*リンクの色*/
}

a:hover {
	color: #666; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/* MRT logo マウスオーバー時 */
/*
.●● a:hover {
    margin: 15px 0 0 0px;
}
/*

/* ***** 画像リンク ***** */
img{
	border: none;
}

a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.80;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.80;           /* Firefox 0.9より前 */
}
	
a img:hove {
	position : relative;
	top : 1pt;
	left : 1pt;
}


/* ***** footer ***** */

#foot{
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #333;
	text-align: center;
	height: auto;
	width:960px;
	clear: none;
	margin: auto;
	background-color:#fff;
	padding:5px 0 5px 0; */
	clear:both;
}

/* ***** 大枠 ***** */

/* ■基本 */

#uppaer_wrap{
	width:940px;
	height: auto;
	margin: auto;
	background-color: #FCC;
	padding:10px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#wrap{
	width:920px;
	height: auto;
	margin: auto;
	background-color: #ffffff;
	padding:10px 10px 30px 10px;

}

#movie_area {
	height: 450px;
	width: 800px;
	margin-right: 50px;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#youtubeplay {
	clear: none;
	float: left;
	height: 450px;
	width: 800px;
	background-color: #900001;
}

#list_area {
	clear: none;
	float: left;
	height: auto;
	width: 880px;
	margin-top: 10px;
}
.list_box {
	width: 850px;
	height: auto;
	margin-right: 30px;
	margin-left: 30px;
	clear: none;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}
.list_box p {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sub-content .box.top{
	margin-top: 10px;
	border-radius: 8px 8px 0px 0px;
}

/* ***** header ***** */

#wrap h1 img{
	margin-bottom:30px;
}

.info{
	font-size:18px;
	margin-bottom:30px;
	padding:10px 25px 25px 25px;
	line-height:35px;
	border-bottom: 3px dashed #ccc;
}

h2{
	width:900px;
    padding:10px 0 10px 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #ffffff 5px,#e9f4ff 5px, #e9f4ff 10px);
    background: repeating-linear-gradient(-45deg, #f5e929, #ffffff 3px,#f5e929 3px, #f5e929 7px);
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
}

.sponsor{
}