@charset "utf-8";
/* CSS Document */

/* ディフォルトCSSリセット*/

*{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

h1, h2, h3, p, input, textarea, select{
	font-size: 100%;
	font-weight: normal;
}

img{
	border: 0;
	vertical-align: bottom;
}

/* リンク文字の設定---------- */

a{
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #999999;
}


/* 共通設定------------------ */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/header_bg.gif) repeat-x top;
}

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

#active_path{
	font-size: 12px;
	height: 17px;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: right;
}

/* header部分------------------ */

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

#header_top{
	overflow: hidden;
	height: 100px;
}

#logo{
	float: left;
	width: 258px;
	padding-top: 13px;
}

#hnavi{
	float: left;
	padding-left: 17px;
	overflow: hidden;
	padding-top: 75px;
}

#hnavi01{
	float: left;
	width: 75px;
}

#hnavi02{
	float: left;
	width: 100px;
	padding-left: 5px;
}

#hnavi03{
	float: left;
	width: 95px;
	padding-left: 5px;
}

#hnavi04{
	float: left;
	width: 60px;
	padding-left: 5px;
}

#header_r{
	float: left;
	width: 262px;
	padding-top: 23px;
	padding-left: 18px;
}

#gnavi{
	overflow: hidden;
	padding-top: 15px;
}

#gnavi li{
	float: left;
	width: 150px;
}

/*page_body部分------------------- */

#page_body{
	overflow: hidden;
	width: 900px;
}

/*visual部分------------------- */

#visual02{
	background: url(../images/v02.jpg) no-repeat;
	height: 194px;
	width: 900px;
	margin-bottom: 20px;
}

/*side部分------------------- */

#side{
	float: left;
	width: 220px;
}

#side_block{
	background: url(../images/s_body.gif) repeat-y ;
	padding-top: 9px;
	height: 385px;
	width: 220px;
}
	
.side_navi{
}

#side_ren{
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 5px
}

#side_ren_navi{
	background: url(../images/s_ren_body.gif) repeat-y;
	height: 183px;
	padding-top: 5px;
}

#side_ren_navi li{
	padding-left: 5px;
	padding-bottom: 5px;
}

#snavi08{
	padding-top: 10px;
}

.side_navi li{
	padding-bottom: 3px;
	padding-left: 10px;
}

#side_bottom img{
	width: 220px;
	vertical-align: top;
}

#s_gogenn{
	margin-top: 10px;
}

#s_gogenn_block{
	background: url(../images/s_gogen_body.gif) repeat-y;
	width: 220px;
	height: 165px;
}

#s_gogen_bottom img{
	vertical-align: top;
	width: 220px;
}

#s_gogenn_name01{
	font-size: 14px;
	font-weight: 600;
	padding-top: 10px;
	padding-left: 34px;
	padding-bottom: 5px;
}

#s_gogenn_name02{
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
}

#dtr{
	padding-top: 10px;
}

/*contents部分------------------- */

#contents{
	float: left;
	width: 660px;
	padding-left: 20px;
}

.title{
	padding-bottom: 15px;
}

/*footer部分------------------- */

#footer{
	font-size: 12px;
	clear: both;
	margin-top: 40px;
	margin-bottom: 15px;
}

#footer_block01{
	overflow: hidden;
	width: 900px;
}
	
#footer_border{
	float: left;
	width: 770px;
	height: 30px;
	background: url(../images/footer_border.gif) bottom no-repeat;
}

#fnavi_pagetop{
	float: left;
	width: 130px;
	height: 30px;
}

.footer_block02{
	margin-top: 10px;
	text-align: center;
}
	
#footer_block03{
	width: 900px;
	margin-top: 15px;
}

#footer_block04{
	width: 900px;
	height: 105px;
	background: url(../images/footer_body.gif) repeat-y;
	overflow: hidden;
}

#footer_logo{
	float: left;
	width: 249px;
	padding-left: 15px;
	padding-top: 20px;
}

.footer_navi{
	display: inline;
}

.footer_navi a:hover{
	text-decoration: none;
	color: #999999;
}

.footer_navi a{
	color: #333333;
}

.footer_navi_li01{
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	padding: 0 5px;
	display: inline;
}

.footer_navi_li02{
	border-right: 1px #333333 solid;
	padding: 0 5px;
	display: inline;
}

#footer_name{
	float: left;
	font-size: 12px;
	padding-left: 330px;
	line-height: 1.5;
}

#footer_bottom img{
	vertical-align: top;
	width: 900px;
}