@charset "utf-8";

#index_content{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#index_content h3{
	font-size: 120%;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 7px;
}

#falsh{

}

/*右サイドバナーエリア*/
#index_content_r{
	float: right;
	width: 240px;
}

#index_content_r li{
	margin-bottom: 5px;
}

/*インフォメーションブ*/
#index_content_l{
	float: left;
	width: 615px;
}

#index_content_l .to_top{
	text-align: right;
	outline: none;
	margin-top: 15px;
	margin-bottom: 7px;
}

.scroll{
	overflow:auto;
	height: 250px;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.info_container{
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 7px;
}

.info_container a{
	color: #2c8dd7;
	text-decoration: underline;
	outline: none;
}

.info_container a:visited {
	color: #2c8dd7;
	text-decoration: underline;
}


.info_container a:hover {
	color: #2c8dd7;
	text-decoration: none;	
}

.semi{background-image: url(../images/icon_semi.gif);}
.topi{background-image: url(../images/icon_topi.gif);}
.eve{background-image: url(../images/icon_eve.gif);}

.semi, .topi, .eve {
    background-repeat: no-repeat;
	background-position: left center;
	text-indent: 58px;
	font-weight: bold;
	color: #000000;
	margin-top: 7px;
}

