@charset "UTF-8";


#home_h1{
	font-size:12px;
	line-height:1em;
	margin:0px;
	padding:10px 0px;
}

#home_left{
	width:626px;
	float:left;
}

#home_right{
	width:215px;
	float:right;
}

#home_selfcheck{
	margin:0px 0px 10px 0px;
}

#news{
	background-image:url(../img/news_bg.png);
	background-repeat:no-repeat;
	height:626px;
	height:412px;
	margin:0px;
	padding:0px;
	position:relative;
}
#btn_news_pre{
	position:absolute;
	bottom:30px;
	left:45px;
	cursor: pointer;
}
#btn_news_next{
	position:absolute;
	bottom:30px;
	right:45px;
	cursor: pointer;
}

#news_inside{
	padding:40px 20px 20px 20px;
}

#news_inside dt{
	font-size:12px;
	color:#cc6519;
	font-weight:bold;
}
#news_inside dd{
	font-size:small;
	margin:0px 0px 15px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #dddddd;
}

#home_right_note{
	width:215px;
	height:415px;
	position:relative;
}
#note_kanzo{
	position:absolute;
	top:170px;
	left:130px;
}
#note_camera{
	position:absolute;
	top:310px;
	left:130px;
}
	











/*___________________________________________________________SITEMAP*/
#sitemap_area{
	padding:0px;
}

#sitemap_area table{
	width:100%;
}

#sitemap_area table td{
	vertical-align:top;
}

#sitemap_list{
	list-style-type:circle;
}

#sitemap_list li{
	padding:10px;
}






















