@charset "utf-8";

#main {
	padding-top: 50px;
	background-image: url(../img/01_top_bar_b.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	width: 100%;
	padding-bottom: 150px;
}

#main .main1 {
	margin: 0px auto;
	width: 800px;
	padding-bottom: 3em;
}
#main .main1 h1 {
	border-bottom: 1px solid #669900;
}
#main .main1 img {
	margin-right: 0.5em;
}

#main .main1 dl {
	margin-right: 1em;
	margin-left: 1em;
	/*color: #cccc66;*/
}
#main .main1 dl dt {
	font-size: 115%;
	line-height: 1.6;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-top: 1.5em;
	color: #CCCC66;
}
#main .main1 dl dd {
	color: #666666;
	font-size: 105%;
	line-height: 1.8;
	text-indent: 1em;
}

#main .main1 a:link {
	text-decoration: none;
	color: #669900;
}
#main .main1 a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#main .main1 a:visited {
	color: #CCCC66;
	text-decoration: none;
}

#main .main2 {
	margin: 0px auto;
	width: 600px;
	height: 400px;
}
#main .main2 h1 {
	border-bottom: 1px solid #669900;
	margin-bottom: 0.5em;
}
#main .main2 h2 {
	font-weight: bold;
	color: #FF9900;
	text-indent: 1em;
	margin-bottom: 0.5em;
}

#main .main2 ul li {
	list-style: none;
	text-indent: 2em;
	margin-bottom: 1em;
	font-size: 115%;
	line-height: 2;
	color: #666666;
}
#main  .main2  img {
	margin-right: 0.5em;
}

