@charset "utf-8";
body {
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	height:200px;
	width: 950px;
	margin-bottom: 18px;
	margin-top: 18px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}

#menu {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #999;
}
#menu ul li {
	line-height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 0.9em;
	text-indent: 20px;
}
#menu li a {
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	display: block;
	background-color: #CCC;
	color: #F00;
}

#menu ul .menu_listmidashi {
	background-color: #390;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
	line-height: 32px;
}

#main {
	float: right;
	height: auto;
	width: 700px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(image/illust_post.jpg);
	background-repeat: no-repeat;
	background-position: 600px 130px;
	background-attachment: scroll;
}
#main h2 {
	font-size: 18px;
	background-image: url(image/bar_kado_green.jpg);
	padding-left: 80px;
	background-repeat: no-repeat;
	line-height: 60px;
}
#main h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	background-image: url(image/bar_green.jpg);
	background-repeat: no-repeat;
	line-height: 35px;
	padding-left: 50px;
}
#main p a:hover {
	color: #F00;
}
#main #top_hyou {
	border-right-color: #999;
	border-bottom-color: #999;
	margin: 10px;
}

#main2 {
	float: right;
	height: auto;
	width: 700px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(image/illust_hagoita.jpg);
	background-repeat: no-repeat;
	background-position: 635px 160px;
}
#main2 h2 {
	padding-left: 80px;
	background-image: url(image/bar_kado_green.jpg);
	background-repeat: no-repeat;
	line-height: 60px;
}
#main2 h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	background-image: url(image/bar_green.jpg);
	background-repeat: no-repeat;
	line-height: 35px;
	padding-left: 50px;
}
#main2 p {
	padding-right: 95px;
	padding-left: 10px;
}
#main2 p a:hover {
	color: #F00;
}
#main2 #sonota_hyou {
	background-color: #FC7;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 30px;
}

#footer {
	font-size: 12px;
	color: #000;
	clear:both;
	border-top-style: outset;
	padding-top: 5px;
}
