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


/* =====================================
	index
===================================== */

#index #main h1{
	margin-bottom:36px;
}

#index .top_area{
	margin-top:45px;
}

#index .top_area p{
	margin-bottom:30px;
}

#index #main h1 + .top_area p{
	margin-bottom:0;
}

#index .info{
	background: url(../../images/top/top_info_bg.gif) repeat-y;
	padding:12px 20px 50px;
	position:relative;
}

#index dl{
	overflow:hidden;
	border-bottom:1px dotted #c8e021;
	padding:10px 0px;
}

#index dt{
	background: url(../../images/common/arrow_green_1.png) no-repeat center left;
	padding:0 0 0 30px;
	width:100px;
	float:left;
	font-size:14px;
	color:#ec8f26;
}

#index dd{
	width:490px;
	float:left;
	font-size:14px;
}

#index #info_list{
	background: url(../../images/top/top_info_btn.png) no-repeat, url(../../images/common/arrow_green_1.png) no-repeat;
	background-position:center center,10% 50%;
	position:absolute;
	bottom:10px;
	right:20px;
	width: 107px;
  	height: 30px;
	line-height: normal;
}

#index #info_list a{
	color:#8fc232;
	font-size:12px;
	padding: 7px 0 0 26px;
	display: inline-block;
}

#index #info_list:hover{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

