@charset "UTF-8";

/*/////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////// RESET ///////////////////////////////////////////////////////////////////////*/
body,div,ul,ol,li,h1,p {
	text-align:center; /* IE6用カラムセンタリング用 */
	margin:0;
	padding:0;
	font-family:メイリオ,Meiryo,Tahoma,"Lucida Grande",Arial,monospace;
	}
body {
	font-size:62.5%; /* 1emを10pxに */
	letter-spacing:0.1em; /* 文字間隔を適度に */
	background:url(../_item/dot_wall.png) left top repeat;
	background-color:#E0DCC3;/*F8F4E6;/*294C84;/*E2E2E2;/*2D0572;*/
	}
img,table {
	border:0px;
	vertical-align:middle;
	}
a {	text-decoration:none; }
/*/////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
#container {
	width:900px;
	margin:0 auto; /* コンテンツのセンタリング */
	text-align:left; /* コンテナ内のデフォルトに設定 */
	background-color:#FFFFFF;
	}
#header0 {
	width:900px;
	height:360px;
	margin:0 auto; /* コンテンツのセンタリング */
	background-color:#FFFFFF;
	background:url(../_item/pic_top.png) left bottom no-repeat;
	}
#toppic0 {
	width:900px;
	margin:auto;
	}
#border {
	width:900px;
	height:20px;
	}
#content0 {
	width:830px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
	#left0 { /* 左メイン */
		float:left;
		width:576px; /*20px左右10づつpadding*/
		text-align:left;
		background-color:#FFFFFF:/*F8F4E6;*/
		}
	#right0 { /* 右メニュー */
		float:right;
		width:234px; /* =余り24px */
		text-align:right;
		background-color:#FFFFFF;
		}
#bottom0 {
	clear:both;
	width:830px;
	height:170px;
	margin:0 auto; /* コンテンツのセンタリング */
	background:url(../_item/wall_bottom.png) left top no-repeat;
	position:relative; /* IE6でリンク不能バグ防止 */
	z-index:4; /* IE6でリンク不能バグ防止 */
	}
#footer {
	clear:both;
	width:830px;
	margin:0 auto; /* コンテンツのセンタリング */
	position:relative; /* IE6でリンク不能バグ防止 */
	z-index:4; /* IE6でリンク不能バグ防止 */
	background-color:#FFFFFF;
	}
/*/////////////////////////////////////////////////////////////////////////////////////////*/
