@charset "utf-8";

body {
	background-color: #c2d4e4;
	margin: 0;
	padding: 0;
	color: #31404A;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background-image: url(../img/header_bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* header ------------------------------------ */
header{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 980px;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	
}

#header{
	width: 980px;
	height: 180px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}

#header .icon{
	width: 970px;
	height: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1{
	width: 230px;
	height: 40px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header .logo{
	width: 217px;
	height: 125px;
	position: absolute;
	left: 741px;
	top: 0px;
	z-index: 500;
	
}

#header .logo a:link, #header .logo a:visited{
	background-image: url(../img/logo.png);
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	width: 217px;
}
#header .logo a:hover, #header .logo a:active{
	background-position: left bottom;
}

#header .icon .left{
	float:left;
}

#header .icon .right{
	float:left;
}





/* main ------------------------------------ */
.main{
	position: relative;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	
}


/* common ------------------------------------ */
#container{
	width: 980px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	border: none;
	vertical-align:bottom;
}


.img_left{
	float: left;
	margin-right: 10px;
}

.img_right{
	float:right;
}

.border{
	border: 1px solid #b2a68a;
	
}
.txt_center{
	text-align:center !important;
}

.img_center{
	text-align: center !important;
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}


.large{
	font-size: 18px;
	line-height: 1.6em;
}
.small{
	font-size: 12px;
	line-height: 1.4em;
}

.small2{
	font-size: 13px;
	line-height: 1.4em;
}

.gray{
	color: #666;
}

.red{
	color: #F00;
}

.blue{
	color: #069;
}

.green{
	color: #C1F2AE;
}


.yellow{
	color: #FF6;
}




a:link, a:visited{
	color: #F60;
	text-decoration: underline;
}
a:hover, a:active{
	color: #09C;
	text-decoration: none;
}




p{
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}


.bold{
	font-weight: bold !important;
}

.normal{
	font-weight: normal !important;
}


h3{
	background-image: url(../img/h3.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #FFF;
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
}


h4{
	font-size: 1em;
	line-height: 1.5em;
	background-image: url(../img/pocchi.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 25px;
	background-position: left 2px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 0px;
}




table{
	background-color: #999;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #b2a68a;
	border-left-color: #b2a68a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 0.9em;
	line-height: 1.4em;
}

th{
	background-color: #09C;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2a68a;
	color: #FFF;
}

td{
	background-color: #FFF;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2a68a;
	line-height: 1.5em;
	border-right-width: 1px;
	border-right-color: #b2a68a;
	border-right-style: solid;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}



table.tb_none{
		border-spacing:0;
	border-collapse:separate;
	empty-cells:show;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;

	background:none !important;
	border:none !important;
}

table.tb_none td,table.tb_none td th{
	padding: 0px;
	background:none !important;
	margin: 0px;
	border:none !important;
}



/* topics ------------------------------------ */
.box_com h2{
	background-image: url(../img/box_01.png);
	font-size: 1.3em;
	line-height: 1.4em;
	color: #FFF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-y;
	text-align: center;
}

.box_com h2.none{
	background-image: url(../img/box_01.png);
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 980px;
text-indent:-9999px;
}


.box_com h3{
	background-image: url(../img/box_03.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #FFF;
		font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
}




.box_com{
	background-repeat: repeat-y;
	background-position: center top;
	width: 980px;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/box_04.png);
}

.box_com_kugiri{
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/box_02.png);
}

.box_com_img_kugiri{
	padding: 0px;
	;
	width: 970px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.box_com_btm{
	background-repeat: no-repeat;
	padding: 0px;
	height: 30px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/box_05.png);
}

.box_com .box{
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.box_com .box_img{
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position:relative;
	
}

.box_com .box .date{
	text-align: right;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

.box_border{
	margin: 0px;
	padding: 5px;
	border: 1px solid #b2a68a !important;
}

.box{
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.box .date{
	text-align: right;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}


.box .sonia_at{
	text-align: left;
	width: 430px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}



.box_com .box .txtbox{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em !important;
	line-height: 1.1em !important;
	padding: 10px;
	width: 680px;
	background-color: #F1F7FA;
	border: 2px solid #69C;
	text-align: left;
}






/* footer ------------------------------------ */
footer{
	background-image: url(../../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000;
	min-width: 980px;
}

/* ============= footer =============== start  */

#footer{
	background-color: #000;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	top: 900px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 250px !important;
}




#footer_icon{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 40px;
}




#footer_icon .icons{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 35px;
	padding: 0px;

}

#footer_icon .icons .left{
	float: left;
}

#footer_icon .icons .right{
	float: right;
	height: 21px;
	padding-top: 10px;
}





#footer .txt{
	color: #FFF;
	font-size: 10px;
	line-height: 1.4em;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
}

#footer .txt a:link,
#footer .txt a:visited{
	color: #11C4FF;
	text-decoration: none;
}


#footer .txt a:hover,
#footer .txt a:active{
	color: #F6C;
}



#footer .txt_at{
		color: #FFF;
	font-size: 12px;
	line-height: 1.4em;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}

/* === footer banner === start */
.bnr_sh{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 60px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bnr_sh ul{
	margin: 0px;
	list-style-type: none;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 60px;
}

.bnr_sh ul li{
	padding: 0px;
	float: left;
	height: 50px;
	width: 160px;
	margin: 0 2px 0 0;
}

.bnr_sh ul li.last-child{
	margin: 0px;

}

/* === footer banner === end */

.google_p1{
	height: 20px;
	width: 32px;
	float: right;
	margin-left: 5px;
}

.twitter{
	height: 20px;
	width: 65px;
	float: right;
	margin-left: 5px;
}

 .facebook{
	height: 20px;
	width: 70px;
	width: 155px\9;
	float: right;
	margin-left: 5px;
	overflow: hidden;
	margin-top:-4px\9;
}



*:first-child+html .google_p1{ /* IE7 only */
	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

*:first-child+html .twitter{ /* IE7 only */
	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

*:first-child+html .facebook{ /* IE7 only */
	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* ============= footer =========== ==== end  */



.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }


.P_T20{
	padding-top: 20px !important;
}


.P_B0{
	padding-bottom: 0px !important;
}
.P_B5{
	padding-bottom: 5px !important;
}

.P_B10{
	padding-bottom: 10px !important;
}
.P_B15{
	padding-bottom: 15px !important;
}
.P_B20{
	padding-bottom: 20px !important;
}
.P_L30{
	padding-left: 30px !important;
}
.M_T5{
	margin-top: 5px !important;
}
.M_T10{
	margin-top: 10px !important;
}
.M_T20{
	margin-top: 20px !important;
}
.M_B0{
	margin-bottom: 0px !important;
}
.M_B5{
	margin-bottom: 5px !important;
}

.M_B10{
	margin-bottom: 10px !important;
}

.M_B20{
	margin-bottom: 20px !important;
}
.M_B30{
	margin-bottom: 30px !important;
}
.M_B40{
	margin-bottom: 40px !important;
}
.M_L10{
	margin-left: 10px !important;
}
.M_L30{
	margin-left: 30px !important;
}

/* GlobalMenu ---------------------------------------------------------- start */
#sub_gmenu{
	position: absolute;
	left: 0px;
	top: 122px;
	width: 980;
	height: 60;
	background-image: url(../img/gmenu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#gmenu{
	margin: 0px;
	height: 60px;
	width: 980px;
	padding: 0px;
}

#gmenu ul{
	height: 40px;
	width: 952px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#gmenu ul li{
	padding: 0px;
	float: left;
	height: 40px;
	width: 135px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

#gmenu ul li.info a:link, #gmenu ul li.info a:visited,
#gmenu ul li.spec a:link, #gmenu ul li.spec a:visited,
#gmenu ul li.story a:link, #gmenu ul li.story a:visited,
#gmenu ul li.chara a:link, #gmenu ul li.chara a:visited,
#gmenu ul li.system a:link, #gmenu ul li.system a:visited,
#gmenu ul li.mov a:link, #gmenu ul li.mov a:visited,
#gmenu ul li.sp a:link, #gmenu ul li.sp a:visited{
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent:-9999px;
	height: 40px;
	width: 135px;
	z-index:200;

}

#gmenu ul li.info a:active, #gmenu ul li.info a:hover,
#gmenu ul li.spec a:active, #gmenu ul li.spec a:hover,
#gmenu ul li.story a:active, #gmenu ul li.story a:hover,
#gmenu ul li.chara a:active, #gmenu ul li.chara a:hover,
#gmenu ul li.system a:active, #gmenu ul li.system a:hover,
#gmenu ul li.mov a:active, #gmenu ul li.mov a:hover,
#gmenu ul li.sp a:active, #gmenu ul li.sp a:hover{
	background-position: center bottom;
}



#gmenu ul li.info a:link, #gmenu ul li.info a:visited{ /* info */
	background-image: url(../img/gmenu_info.png);
}

#gmenu ul li.spec a:link, #gmenu ul li.spec a:visited{ /* spec */
	background-image: url(../img/gmenu_spec.png);
}
#gmenu ul li.story a:link, #gmenu ul li.story a:visited{ /* story */
	background-image: url(../img/gmenu_story.png);
}
#gmenu ul li.chara a:link, #gmenu ul li.chara a:visited{ /* chara */
	background-image: url(../img/gmenu_chara.png);
}
#gmenu ul li.system a:link, #gmenu ul li.system a:visited{ /* system */
	background-image: url(../img/gmenu_system.png);
}
#gmenu ul li.mov a:link, #gmenu ul li.mov a:visited{ /* mov */
	background-image: url(../img/gmenu_mov.png);
}
#gmenu ul li.sp a:link, #gmenu ul li.sp a:visited{ /* special */
	background-image: url(../img/gmenu_sp.png);
}



#gmenu ul li.mov_gray{
	background-image: url(../img/gmenu_mov.png);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent:-9999px;
	height: 40px;
	width: 135px;
	z-index:200;
}



/* SubMenu ---------------------------------------------------------- start */
.smenu{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	background-image: url(../img/gmenu_sub_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.smenu ul{
	height: 32px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.smenu ul li{
	margin: 0px;
	float: left;
	list-style-type: none;
	background-image: url(../img/pocchi_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-size: 12px;
}



.smenu ul li a:link, .smenu ul li a:visited{
	color: #333;
	text-decoration: underline;
}

.smenu ul li a:hover, .smenu ul li a:active{
	color: #F96;
	text-decoration: none;
}


/* sp =========================================================================== start  */
.sptw_win{
	padding: 0px;
	clear: both;
	height: 220px;
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.sptw_win ul li img{
	height: 200px;
	width: 200px;
	border: 1px solid #b2a68a;	
}

.sptw_win ul, .sptw_win_new ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sptw_win ul li{
	padding: 0px;
	float: left;
	height: 202px;
	width: 202px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


.sptw_win_new{
	padding: 0px;
	clear: both;
	height: 22px;
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.sptw_win_new ul li{
	padding: 0px;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../img/new.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.sptw_win_new ul li.none{
	padding: 0px;
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image:none !important;
}

.sptw_win ul li{
	padding: 0px;
	float: left;
	height: 50px;
	width: 202px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}



.sptw_h_win{
	padding: 0px;
	clear: both;
	height: 160px;
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.sptw_h_win_new{
	padding: 0px;
	clear: both;
	height: 22px;
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.sptw_h_win ul li img{
	height: 137px;
	width: 410px;
	border: 1px solid #b2a68a;	
}
.sptw_h_win ul, .sptw_h_win_new ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sptw_h_win ul li{
	padding: 0px;
	float: left;
	height: 137px;
	width: 410px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.sptw_h_win_new ul li{
	padding: 0px;
	float: left;
	height: 22px;
	width: 410px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../img/new.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.imp{
}


.imp ul{
	list-style-type: none;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.imp ul li{
	padding: 0px;
	height: 120px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.imp a:hover img{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}



/* btn_chainchro --------------------------------------- */
.btn_chainchro{
	height: 75px;
	width: 230px;
	z-index: 100;
}


.btn_chainchro a:link, .btn_chainchro a:visited{
	background-image: url(../home/btn_chainchro.png);
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 230px;
}
.btn_chainchro a:hover, .btn_chainchro a:active{
	background-position: left bottom;
}