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

/* サイドナビ
-----------------------------------------*/
#side {
	float:right;
	width:186px;
}
#side ul {
}
#side ul li {
	padding-bottom:5px;
}



/* main
-----------------------------------------*/
div#main {
	clear:both;
	float:left;
	width:680px;
}

h2 {
	width:680px;
	height:52px;
	margin:0 0 12px 0;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:51px;
	text-indent:33px;
	background-image:url(img/h2_bg.gif);
}
h2 span {
	font-size:12px;
}

p.leadtext {
	clear:both;
	padding:5px;
}
p.leadtext strong {
	font-size:16px;
	font-weight:bold;
	color:#093;
}
p.normaltext {
	clear:both;
	padding:5px 10px;
	margin-bottom:25px;
}

h3{
	width:336px;
	height:38px;
	margin:0 auto 5px auto;
	color:#81C928;
	font-size:14px;
	font-weight:bold;
	line-height:38px;
	text-indent:18px;
	background-image:url(img/h3_bg.jpg);
}

h4 {
	width:670px;
	margin:5px auto;
	padding:0.4em 0;
	text-indent:0.8em;
	background:#81C928;
	color:#FFF;
	line-height:1;
	font-size:14px;
}

div.pamphletbox {
	width:336px;
	padding:2px 2px 15px 2px;
	float:left;
	text-align:center;
}
div.pamphletbox h3 {
	text-align:left;
}
div.pamphletbox img {
	margin-bottom:5px;
}



















