@charset "utf-8";
/* index.html用CSS */



/*
==========================================================
メインビジュアルエリア
==========================================================
*/

#topvisual-box{
	width:840px;
	height:500px;
	margin:0 auto;
	margin-top:-5px;
	padding-top:0px;
/*	background:url(../top_img/bg_topvisual.png) center top no-repeat;*/
	position:relative;
}

.topmenu-box01{
	position: absolute;
	width: 680px;
	/*margin:0 auto;
	margin-top:2px;
	padding-left:4px;*/
	left: 0px;
	top: 2px;
}


.topmenu-box02{
	position: absolute;
	width: 680px;
	/*margin:0 auto;
	margin-top:2px;
	padding-left:4px;*/
	left: 42px;
	top: 306px;
}

/*スライド*/

#slide{

}

#slide img{
	/* 全てを透明にして、画像を重ねる */
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}



/*
==========================================================
左メニューエリア
==========================================================
*/
#sub_top
{
	float:left;
	width:178px;
	padding-left:22px;
	margin-top:25px;
}


#sub_menu-top,
#sub_menu-top2
{
	margin-left:15px;
	padding:15px 0;
}

#sub_menu-top li,
#sub_menu-top2 li
{
	
}

#sub_menu-top li a{
	font-size:12px;
	display:block;
	color: #444;
	background: url(../img/bg_sub_menu.png) left center no-repeat;
	padding: 8px 0 8px 20px;
}

#sub_menu-top2 li a{
	font-size:12px;
	display:block;
	color: #444;
	background: url(../top_img/bg_sub_menu-top2.png) left center no-repeat;
	padding: 8px 0 8px 20px;
}

#sub_menu-top li a:visited,
#sub_menu-top2 li a:visited{
	text-decoration: none;
}

#sub_menu-top li a:hover,
#sub_menu-top2 li a:hover{
	text-decoration: none;
}


/*
==========================================================
メインエリア
==========================================================
*/
.section_top{
	width: 680px;
	margin: 0 0 40px 35px;
}

.section650
{
	width: 650px;
	margin: 0 0 20px 65px;
	padding-bottom:15px;
	background:url(../img/line_01.png) bottom repeat-x;

}

/*
==========================================================
トピックス
==========================================================
*/

#topix
{
	width: 650px;
	margin: 0 0 20px 65px;
	padding-bottom:15px;
	background:url(../img/line_01.png) bottom repeat-x;

}

#topix_01{
	width: 710px;
	margin: 0 0 20px 0;
	padding-bottom:15px;
	background:url(../img/line_01.png) bottom repeat-x;
}


#topix p{
	padding:5px;
	}

.day{
	color: #6FB92C;
	margin-right:8px;
}

.new{
	padding-left: 68px;
	background: url(../img/bg_new.png) left center no-repeat;
	margin-right: 8px;
}

.im{
	padding-left: 68px;
	background: url(../img/bg_im.png) left center no-repeat;
	margin-right: 8px;
}

.none-ic{
	padding-left: 68px;
	background: url(../top_img/bg_no.png) left center no-repeat;
	margin-right: 8px;
}