@charset "UTF-8";
/* CSS Document */

div#main{
	height: 300px;
	width: 960px;
	float: left;
	}
	

#navi{
float: left;
margin-left:0;
padding-left:0;
list-style-type:none;
width:200px;
}

#navi a{
	display:block;
	background-color:#ffffff;
	text-decoration:none;
	color:#7A6A56;
	width:200px;
	font-weight: lighter;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 12px;
	letter-spacing: 0.2em;
}

#navi a:hover{
	background-color:#eeeeee;
	color: #7A6A56;
	width: 200px;
}

#navi li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A6A56;
}


div#contents{
	width: 730px;
	height: auto;
	float: right;
	padding-top: 30px;
	}

.title{
	width:710px;
	height:35px;
	float: right;}
	
.contents{
	width: 710px;
	height: auto;
	float:right;
}
	
	
