/*-共通-*/
* { margin:0px; padding:0px; }
body { background:#fff; text-align:center; }
img { border:0px; }
th { font-weight:normal; }
ul li { list-style-type:none; }
.clear-both { display:block; clear:both; }

/*-ブロック要素-*/
#main { 
	width:810px; 
	text-align:left; 
	margin:0 auto; 
	background:url(../img/menu_bg_03.gif) left top repeat-y; 
	}
#contents {
	float:right; 
	width:655px; 
	padding-bottom:23px; 
	color:#666; 
	}
#contents h2 { 
	margin-bottom:28px; 
	}

/*-メニュー-*/
#menu { 
	float:left; 
	width:140px; 
	height:571px; 
	background:url(../img/menu_bg_01.jpg) left top no-repeat; 
	color:#fff; 
	}
#menu ul.contents { 
	margin:30px 0 10px 13px; 
	}
#menu ul.contents li { 
	margin-top:5px; 
	font-size:1px; 
	line-height:100%; 
	display:block; 
	}
#menu ul { 
	padding-bottom:9px; 
	}
#menu ul.sub-menu li { 
	padding-left:16px; 
	background:url(../img/btn_m_head_s.gif) 16px top no-repeat; 
	}
#menu p.privacy { 
	margin-top:13px; 
	padding:8px 0 10px 13px; 
	background:url(../img/line01.gif) left top no-repeat; 
	}

/*-ヘッダー-*/
h1 { 
	width:810px; 
	margin:0 auto;
	}
/*-フッター-*/
p.footer { 
	width:810px; 
	margin:0 auto;
	}