@charset "utf-8";

/*中央揃え*/



body { margin: 0 auto;

		text-align: center;

	}



/*2段組構成*/



div#wrapper {

	width: 800px;

	text-align: left;

	border-left: 2px solid #cccccc;

	border-right: 2px solid #cccccc;

	border-bottom: 2px solid #cccccc;

	padding-top: 10px;

}







div#flasharea {

	width: 800px;

	padding-bottom: 15px;

}





div#flasharea object {

	border-bottom: 1px solid #cccccc;

}



div#main {

	width: 550px;

	float: right;

	background-color: #ffffff;

	



}



div#contents {

	background: url(../img/230top_side_bg.gif) repeat-y left top;

}



div#menu {

	width: 230px;

	float: left;

	color: #666666;

	background: url(../img/230top_side_bg.gif) repeat-y left top;

}





div#footer {

	width: 800px;

	clear: both;

	border-top: 1px solid #000000;

	padding-top: 5px;

}



/*1カラム*/

div#contents1 ul li {

	font-size: 80%;

	color: #333333;

	margin :	15px 100px 15px 100px;

}





/*フォントファミリー*/

div#wrapper {

	font-family: Arial, "MS Pゴシック", Osaka, sans-serif;

}



div#main {

	line-height: 1.6;

}


