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

/* initialize */
h1.index {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}

/* #index_contents */
#index_contents {
	float: left;
	width: 898px;
	height: auto;
}
#index_contents div.description {
	float: left;
	width: 800px;
	height: 20px;
	margin: 90px 0 0 50px;
}
#index_contents div.main_menu {
	float: left;
	width: 898px;
	height: 575px;
	margin-bottom: 30px;
	background: url(/img/bg_index.jpg) no-repeat 0 0;
}
#index_contents div.main_menu ul {
	float: left;
	width: 310px;
	height: auto;
	margin: 57px 0 0 59px;
}
#index_contents div.main_menu ul li {
	float: left;
	width: 310px;
	height: 35px;
	margin: 0 0 10px 0;
}
#index_contents div.column {
	float: left;
	width: 404px;
	height: auto;
	margin-left: 45px;
}
#index_contents div.news {
	float: left;
	width: 100%;
	height: auto;
}
#index_contents div.news dl {
	float: left;
	width: 381px;
	height: auto;
	margin: 8px 0 0 16px;
	padding-left: 6px;
	border-left: 1px solid #600;
}
#index_contents div.news dl dt {
	float:left;
	width: 65px;
	height: auto;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 16px;
}
#index_contents div.news dl dd {
	float: left;
	width: 316px;
	height: auto;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 16px;
}
#index_contents div.contactus {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 35px;
	border-top: 1px dotted #DDD;
}
#index_contents div.contactus p {
	margin-top: 6px;
	font-size: 10px;
	line-height: 16px;
}
#index_contents div.sns {
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 20px;
}
#index_contents div.twitter {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
}
#index_contents div.facebook {
	float: left;
	width: auto;
	height: auto;
	margin-left: 20px;
}
#index_contents div.hatena {
	float: left;
	width: auto;
	height: auto;
	margin-left: 20px;
}
#index_contents div.advertising {
	float: right;
	width: 360px;
	height: auto;
	margin-right: 45px;
}
#index_contents div.advertising p{
}
#index_contents div.advertising p.text{
	width: 345px;
	background: url(/img/list_info.gif) no-repeat 0 3px;
	margin-bottom: 5px;
	padding-left: 21px;
	font-size: 11px;
}
#index_contents div.advertising p.banner{
	background-color: #FFF;
}
#index_contents div.advertising p.banner a:hover img {
	/* IE */
	filter: alpha(opacity=85);
	/* Safari Opera */
	opacity: 0.85;
	/* Firefox Netscape */
	-moz-opacity: 0.85;
}
