@charset "UTF-8";

/*---indexファイルで読み込むスタイル（iframeの外側のデザイン）---*/

body {
	background-image:url(../pc_img/bk_05.png);
	background-position:center top;
	background-color:#000;
}

#wrapper{
	width:980px;
	margin:0 auto;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
}

#header_box{
	height:35px;
}

#cont_box{
	width:980px;
	background-image:url(../pc_img/outer_img/cont_bk.png);
	text-align:center;
	height:520px;
	padding-top:2px;
}

#g_menu_box{
	height:70px;
}