/* CSS Document */

body{
	background: url(../images/contents/bg.png) repeat-x 0px 0px;
}


#header{
	background: none;
	height:70px;
}

#navigation{
	margin:0px 0px 20px 0px;
	}

#contents{
	background: url(../images/contents/contents_bg.png) repeat-y 0px 0px;
	margin-bottom:20px;
}

#contents-left{
	width:115px;
	padding:0px 22px;
	
}

#contents-left h2{
	margin:0px 0px 35px;
	
}


#contents-left li{
	margin:0px 0px 23px;
	line-height:1em;	
}


#contents-right{
	width:615px;
	float:left;
	padding:0px 0px 0px 65px;
}


#contents-right h3, #contents-right h2{
	padding:0px 0px 0px 10px;
	margin:0px 0px 10px;
	border-bottom:solid 2px #CCC;
}


#contents-right .bl{
	padding:10px 0px;
}

