
body{
	background:url(../img/mainBack.gif) left top repeat-y;
}
#header{
	border-bottom:1px solid #000;
	background-color:#FFE9CA;
}
#header p{
	margin-bottom:10px;
	padding-top:10px;
	padding-left:20px;
}
#contentHeader h1{
	margin-left:200px;
	margin-top:10px;
}
#contents{
	width:955px;
}
#contents h2{
	border-bottom:1px solid #000;
	width:80%;
	margin-bottom:1em;
}

#leftMenu{
	width:190px;
	float:left;
	margin-top:5px;
	display:inline;
}
#leftMenu ul li{
	list-style:none;
	margin-bottom:10px;
}
#leftMenu ul li a{
	background:url(../img/mainBt.gif) left top no-repeat;
	display:block;
	width:180px;
	height:30px;
	padding-left:10px;
	font-size:100%;
	text-decoration:none;
	line-height:2;
	color:#000000;
}

#leftMenu li a:hover,
#leftMenu li.visit{
	width:180px;
	height:30px;
	font-weight:bold;
	padding-left:20px;
	width:170px;
	background:url(../img/mainBt_on.gif) left top no-repeat;
	color:#fff;
}
#leftMenu li.visit{
	line-height:2;
}

#contentLeft,
#contentRight{
	width:330px;
	float:left;
	padding:10px;
	padding-left:40px;
}
#contentLeft li,
#contentRight li{
	line-height:1.5;
	margin-left:20px;
}