/* home CSS*/

/*全体*/
#home{
margin:0px;
padding:0px;
}

/*ＴＯＰイメージ*/

#hometop{
margin:0px 0px 10px;
padding:0px;
height:180px;
background-image:url(gif/top.jpg);	
}

/*本文*/
#contents{
margin-top:10px;
padding:0px;
width:720px;
}
/*本文 topics*/
#topics{
float:left;
width:430px;
height:auto;
margin:0px;
padding:0px;
	
}

#honbun{
margin:5px 0px 5px 5px;
padding:0px;
}

#honbun h3{
width:auto;
color:#330033;
line-height:24px;
text-align: left;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #b4a3c4;
margin-right:20px;
}

*honbun h3{
padding:0px 20px;
}

#honbun ul{
	margin:10px 20px;
	padding:0px;
	vertical-align:middle;
	list-style-type: circle;
	list-style-position: inside;
}

#honbun ul a{
color:#330033;
text-decoration:none;
}

#honbun ul a:hover,#header ul a:active{
color:#330033;
text-decoration: underline;
}

#honbun li{
line-height:163%;
text-indent:0.1em;
padding:0px;
}


.date{
font-size: small;
	color: #666666;
	margin-left: 1em;
}

/*本文右 side*/
#side{
float:right;
width:288px;
height:auto;
margin:0px;
padding:0px;

}

#box{
padding:0px;
margin:5px;
}