@charset "utf-8";

#main {
	padding-top: 35px;
	background-image: url(../img/01_top_bar_b.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
#main      .main2      dt   a:link  {
	text-decoration: none;
	color: #669900;
}
#main .main2 dd a:link {
	text-decoration: none;
	color: #999999;
}

#main .main2 a:visited {
	color: #666600;
	text-decoration: none;
}



#main .main1 {
	margin: 0px auto 40px;
	text-align: center;
	width: 800px;
}
#main  .main2 {
	margin: 0px auto;
	padding-bottom: 200px;
	width: 800px;
}
#main .main2 dl {
	width: 800px;
	height: 50px;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 25px;
	display: block;
}

#main .main2 dl:hover {
	background-image: url(../img/50_link_back.png);
}


#main .main2 dt {
	float: left;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #669900;
	text-indent: 2em;
	width: 460px;
	line-height: 1.8;
	clear: right;
}

#main .main2 dd {
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	color: #999999;
	clear: right;
	float: left;
}
#main .main2 dt#site {
	line-height: 1;
}

#main .main2 dt#small {
	font-size: 90%;
	color: #669933;
	line-height: 1.5;
	clear: both;
	font-style: normal;
	font-weight: normal;
	text-indent: 3em;
}
#main .main2 dt#site2 {
	line-height: 1;
	font-size: 90%;
	font-weight: normal;
	text-indent: 3em;
}
#main .main2 dt#small2 {
	font-size: 120%;
	color: #669933;
	line-height: 1;
	clear: both;
	font-style: normal;
	font-weight: bold;
	text-indent: 2em;
}

