@charset "Shift_JIS";

body {
	margin : 0px;
	padding : 0px;
	background-color : #FFFFFF;
	color : #000000;
	text-align : center;
	}

H1,H2,H3 {
	margin : 0px;
	padding : 0px;
	}

p {
	margin : 0px;
	padding : 0px;
}

.info {
	font-family : "ＭＳ Ｐゴシック", "Osaka";
	color : #333333;
	font-size : 12px;
	line-height : 18px;
	}

/* 攻略本情報 */
.ko_info {
	font-family : "ＭＳ ゴシック", Osaka;
	font-size : 11px;
	line-height : 20px;
	color :#00377c;
	}

.normal {
	font-family : "ＭＳ ゴシック", Osaka;
	font-size : 12px;
	line-height : 20px;
	color :#000000;
	}

/* テキストリンク */
.fortextlink {
	font-family : "ＭＳ ゴシック", Osaka;
	font-size : 10px;
	text-align : center;
	color :#999999;
	width : 600px;
	margin : 0px;
	padding : 5px;
	}

/* 画像 */
IMG {
	border : 0px;
	vertical-align: bottom;
	}
.margin5px {
	margin : 5px;
	}

table {
	margin : 0px ;
	padding : 0px;
	}

/* 要素中央揃え */
.centering {
	margin-top : 0px;
	margin-left : auto ;
	margin-bottom : 0px ;
	margin-right : auto ;
	text-align : center ;
	}


/* テキストリンクカラー */
a:link {
	color : #B03B00;
	}
a:visited {
	color : #832C00;
	}
a:hover { 
	color : #FF9933;
	}

/* 共通ヘッダー */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

#header {
	width: 700px;
	height: 112px;
	background: url(../cmn_img/bg_title.jpg) no-repeat;
}
#header img {
	margin: 0;
	padding: 0;
}
#header #menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 530px;
}
#header #menu li {
	margin: 0 8px;
	padding: 0;
	float: left;
}