@charset "UTF-8";
/* CSS Document */

/*==========================================

全般的なスタイル

============================================*/
html,body {
	text-align: center;
	background-color:f8b600;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	color: #000000;
}
img {
	max-width:100%;!important
	height:auto;!important
}
div#page {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header{
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	height: 594px;
}
#contents {
	background-color: #dea137;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
}
#footer{
	background-color: #42210b;
	width: 100%;
	text-align: center;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
/*==========================================

要素スタイル

============================================*/
/*snsボタン--------------------------*/

ul.snsList{
	list-style: none;
	padding-top: 7px;
	text-align: right;
}

ul.snsList li{
	float: right;
	list-style-image: none;
	list-style-type: none;
}
/*-----------------------------------*/

#logo {
	width: 249px;
	margin-bottom: 158px;
	padding-top: 10px;
	padding-left: 48px;
}
#logo:hover {
	cursor:pointer;
}
p#titleInfo {
	width: 100%;
	text-align: left;

}
.infoBox01 {
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	border-left-color: #ff0000;
	background-color: #FFF;
}
.infoBox2 {
	border: 6px solid #000;
	margin-bottom: 26px;
	background-color: #FFF;
	text-align: left;
}
.movBox {
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.movieThum {
	float: left;
	width: 34%;
	margin-right: 38px;
	padding-top: 5px;
	padding-left: 10px;
}
.movieText {
	float: left;
	width: 59%;
	text-align: left;
}
.movieTitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 240%;
	font-weight: bold;
}
.mButton {
	text-align: center;
	margin-bottom: 18px;
	width: 100%;
}
.mButton:hover {
	cursor:pointer;
}
ul.movieLink {
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	width: 80%;
}
li.youtube {
	float: left;
	margin-right: 22px;
	width: 320px;
}
li.youtube:hover {
	cursor:pointer;
}
li.niko {
	float: left;
	width: 320px;
}
li.niko:hover {
	cursor:pointer;
}

#announceBox {
	background-color: #000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #ffff00;
	line-height: 1.4;
	padding: 18px;
}
#acTitle {
	font-size: 246%;
}
.notes {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	padding: 35px;
}
#air {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: left;
}
#titleList {
	text-align: left;
	margin-bottom: 13px;
	line-height: 1.5;
}
#titleList li {
	display: inline;	
}
.relative {
	position:relative;
}

/*-----footerBunner---------------*/
.bnrList{
	width: 70%;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 13px;
	max-width: 900px;
}

.bnrList li{
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	line-height: 1.5;
	margin-bottom: 12px;
	padding-left: 53px;
}
/*------------------------------------------*/


.linkOps a:hover img{
filter: alpha(opacity=70);  /*IE Lt 8*/
-moz-opacity:0.7;
-khtml-opacity:0.7;    /*safari*/
opacity:0.7;
}

#pageTop {
	text-align: center!important;
	width: 322px;
	margin-left: auto;
	margin-right: auto;
}
#pageTop:hover {
	cursor:pointer;
}
#copyright {
	clear: left;

}
