/* ----------- トップ画面 ----------- */
#top {
	width:950px;
	text-align :left;
}
	#top .title {
		margin-top: 30px;
		margin-left: 5px;
		margin-bottom: 40px;
	}

/* ----------- メニュー ----------- */
#menu {
	float:left;
	width:250px;
}
	#menu ul {
	    list-style: none;
	    margin-top: 15px;
	    margin-left: 3px;
	}
	#menu ul li {
	    padding-left: 27px;
	    margin-bottom: 15px;
		background : url("../image/list_img.gif") left top no-repeat;
	    list-style: none;
	}
	#menu a {
		text-decoration: none;
	}
	#menu a:hover {
		text-decoration: underline;
	}
/* ----------- メイン ----------- */
#main {
	position:relative;
	float:right;
	width:675px;
	text-align: left;
	margin-left:0px;
}
	#main .fuan {
		position:absolute;
		top:40px;
		left:60px;
		width:500px;
		font-size:11pt;
}
	#main .under_line {
		font-size:14pt;
		font-weight:bold;
		background : url("../image/under_line.gif") left bottom no-repeat;
		padding-bottom:7pt;
		line-height:1.5em;
	}
	#main .kumonos {
		width:675px;
		padding-top:20px;
		margin-top:20px;
		margin-bottom:60px;
	}
	#main .kumonos p {
		margin-bottom:5px;
	}







