/* CSS Document */

/*-----センタリング-----------------------------*/

#container{
margin: 19px auto 0px auto;
width:800px;
margin-left:auto;
margin-right:auto;
text-align:left;
	background:url(../img/c_bg.jpg) repeat;
}


/*-----ヘッダー-----------------------------*/

#main_header  {
	width:800px;
	height:56px;
	background:url(../img/h2_bg.jpg) no-repeat;
}

#top_link{
	width:100%;
	height:100%;
}

/*-----センター-----------------------------*/

#main_body  {
	width:800px;
	background:url(../img/c_bg.jpg) repeat;
}


/*-----真ん中レイアウト左側-----------------------------*/
/*-----左飾り-----------------------------*/
#main_left  {
	float:left;
	width:53px;
	background-image:url(../img/kazari_l.jpg) repeat;
}

/*-----真ん中右側-----------------------------*/

#main_leftcenter  {
	float:left;
	width:747px;
}

/*-----真ん中レイアウト右側-----------------------------*/

/*-----右飾り-----------------------------*/
#main_right  {
	float:left;
	width:55px;
}


/*-----本文-----------------------------*/

#main_center  {
	float:left;
	margin:0px;
	width:692px;
}
/*-----真ん中レイアウトおわり-----------------------------*/




/*-----フッター-----------------------------*/

#main_fooder  {
	clear:left;
	width: 800px;	
	height: 74px ;
	background:url(../img/f2_bg.jpg) no-repeat;
}



/*-----テーブル-----------------------------*/

#table_01{
	border-bottom-color:#FF3366;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-size:14px;
	text-align:center;

}

#table_02{
	border-bottom-color:#FF3366;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-size:14px;
	text-align:left;
}
/*-----パンくずリスト-----------------------------*/

#breadcrumbs  {
	margin-right:20px;
	font-size:10px;
	text-align:right;
	width:100%;
}

/*-----タイトル-----------------------------*/

#title  {
	margin-top:10px;
	text-align:center;
	width:100%;
}


/*-----ハード別-----------------------------*/

#hard_none  {
	margin-top:10px;
	margin-left:50px;
	text-align:left;
	width:550px;
	height:280px;
	padding-top:110px;
	padding-left:70px;
}

#hard_psp  {
	margin-top:10px;
	margin-left:50px;
	text-align:left;
	width:550px;
	padding-top:110px;
	padding-left:70px;
	background-image:url(../img/big_psp.jpg) ;
	background-repeat:no-repeat;
}

#hard_ps2  {
	margin-top:10px;
	margin-left:50px;
	text-align:left;
	width:550px;
	padding-top:110px;
	padding-left:70px;
	background-image:url(../img/big_ps2.jpg) ;
	background-repeat:no-repeat;
}

#hard_dc  {
	margin-top:10px;
	margin-left:50px;
	text-align:left;
	width:550px;
	padding-top:110px;
	padding-left:70px;
	background-image:url(../img/big_dc.jpg) ;
	background-repeat:no-repeat;
}

#hard_win  {
	margin-top:10px;
	margin-left:50px;
	text-align:left;
	width:550px;
	padding-top:110px;
	padding-left:70px;
	background-image:url(../img/big_win.jpg) ;
	background-repeat:no-repeat;
}

#hard_gb  {
	margin-top:10px;
	margin-left:50px;
	text-align:left;
	width:550px;
	padding-top:110px;
	padding-left:70px;
	background-image:url(../img/big_gbc.jpg) ;
	background-repeat:no-repeat;
}

#hard_ss  {
	margin-top:10px;
	margin-left:50px;
	text-align:left;
	width:550px;
	padding-top:110px;
	padding-left:70px;
	background-image:url(../img/big_ss.jpg) ;
	background-repeat:no-repeat;
}

#hard_mob  {
	margin-top:10px;
	margin-left:50px;
	text-align:left;
	width:550px;
	padding-top:110px;
	padding-left:70px;
	background-image:url(../img/big_mob.jpg) ;
	background-repeat:no-repeat;
}
/*-----説明文章-----------------------------*/



#text{
	margin-top:30px;
	margin-left:50px;
	margin-right:50px;
}

.text_midashi{
	padding:3px;
	width:100%;
	background-color:#FFFFFF;
	font-style:inherit;
	color:#FF0099;
	margin-bottom:5px;
}

.tokuten{
	margin-top:10px;
	width:100%;
	padding:10px;
	background-color:#FFFFFF;
}