#header{
	height:106px;
	overflow:hidden;
}

#top_main{
	clear:both;
	margin:0px 5px;
	/zoom:100%;	/* IE 6-7 */
}
#top_main:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#top_img{
	float:left;
}

#consulting_hours{
	float:right;
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#consulting_hours{
		margin-left:-1px;
	}
}

#top_contents{
	clear:both;
	margin:0px 20px 10px;
	padding-top:10px;
	position:relative;
	/zoom:100%;	/* IE 6-7 */
}
#top_contents:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#btn_first_time{
	position:absolute;
	top:0px;
	left:657px;
}

.top_left{
	float:left;
	width:240px;
}

#title_guide{
	margin-top:20px;
}

#guide_box{
	background:url("img_top/bg_guide.gif") repeat-y;
	text-align:center;
}
#guide_box img{
	margin:5px 3px 3px 5px;
}

#guide_bot{
	vertical-align:top;
}

#information{
	float:right;
	width:480px;
}

#information_box{
	padding:0px 6px;
	height:289px;
	/*
	height:151px;
	*/
	background:url("img_top/bg_information.gif") repeat-y;
}

#information_bot{
	vertical-align:top;
}

html #news_contents,
body #news_contents{
	text-align:left;
	scrollbar-base-color:#F3F7DF;
	scrollbar-arrow-color:#336600;
}
#news_contents{
	padding:2px 10px 0;
	height:280px;
	overflow:auto;
}
#news_contents dl{
	padding:0 0 1.5em;
}
#news_contents dt{
	padding:0px 8px 3px;
	border-bottom:solid 1px #CAE55C;
	color:#336600;
}
#news_contents dt a{
	color:#336600;
	padding-right:12px;
	background:url("image/ico_link2.gif") no-repeat right center;
}
#news_contents dt a:hover{
	color:#E57A00;
}
#news_contents dd{
	margin:3px 0 0 16px;
	line-height:120%;
}
