@import url(../common/css/reset.css);
@import url(../common/css/base.css);




#wrapper {
	width:901px;
	margin:0 auto;
}




/* contents
---------------------------------------------------------------------------------------------------- */
#cont_area {
	width:901px;
	color:#333333;
	background-image:url(../img/sitemap/bg_gra_001.jpg);
	background-repeat:repeat-x;
}

#cont_area h2{

	padding-bottom:20px;

}

#cont_area li{
	padding-bottom:5px;
}

#left {
	color:#333333;
	width:400px;
	float:left;
}

#left .green {
	color:#30598a;
}

#left a {
	color:#333333;
}

#left a:hover {
	color:#333333;
}

#left ul{
	padding-left:10px;
}

#right {
	color:#333333;
	width:400px;
	float:left;
}

#right .green {
	color:#30598a;
}

#right a {
	color:#333333;
}

#right a:hover {
	color:#333333;
}



#cont_area .cont_box {
	width:843px;
	padding:35px 30px 30px 20px;
	float:left;
}

#cont_area .cont_box02 {
	width:320px;
	padding:38px 0px 30px 20px;
	float:left;
	
}

#cont_area .cont_box02 dt {
	padding-bottom:20px;
}

#cont_area .strong {
	font-weight:bold;
}

#ft_navi {
	width:510px;
	float:right;
}

#ft_navi ul {
	padding-top:20px;
	padding-bottom:0px;
}

#ft_navi a{
	color:#194273;
	
}

#ft_navi a:hover {
	color:#194273;
	
}


#ft_navi li {
	width:150px;
	color:#194273;
	padding-left:20px;
	background-image:url(../img/icon_001.jpg);
	background-repeat:no-repeat;
	background-position:5px 5px;
	float:left;
}
li.indent1 {
	margin-left:1em;
}

/* clearfix
---------------------------------------------------------------------------------------------------- */
#g_navi:after{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}
.clear{
	clear: both;
}
