/*=======前ページ共通CSS=======*/

/*初期設定*/

/**{
 margin:0;
 padding:0;
 border:0;
 text-decoration:none;
 line-height:1;
 font-size:100%;
 font-style:normal;
}
*/

/*要素ごとにリセット*/

html, body, div,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
ul, ol, li, dl, dt, dd,
table, th, 
form, fieldset, input, textarea{
  margin: 0;
  padding: 0;
}
img, fieldset{
  border: none;
}

body{
	background-image: url(../img/com_bg02.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}


.clear{
	margin:			0px 0px 0px 0px;
	padding:		0px;
	font-size:		0px;
	line-height:		0;
	visibility:		hidden;
	clear:			both;
}

a:link{
	color: #005388;
}
a:visited{
	color: #005388;
}
a:hover{
	color: #003960;
}
a:active{
	color: #003960;
}

/*レイアウト*/

#wrapper{
	background-image: url(../img/com_bg01.gif);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}
#header{
	width: 844px;
	margin-left: 28px;
	padding-bottom: 4px;
	clear: both;
}
#contents{
	clear: both;
	margin-left: 30px;
}

#footer{
	width: 840px;
	clear: both;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../img/com_footer_btm.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*詳細*/
#header div.logo{
	width: 521px;
	height: 52px;
	float: left;
	background-image: url(../img/com_hd_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 2px;
}
#header h1{
	
}
#header h1 span{
	display: none;	
}
#header div.link{
	width: 319px;
	float: left;
}
#header div.navi{
	width: 844px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
#header div.navi ul{
	display: block;
	
}
#header div.navi li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header div.link ul{
	float: right;
	
}
#header div.link li{
	display: block;
	list-style-type: none;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#header div.link li.home{
	margin-left: 0px;
	
}


#header form{
	height: 31px;
	text-align: right;
	vertical-align: top;
}
#header form button{
	background-color: #FFFFFF;
	padding: 0px;
	height: 23px;
	width: 53px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;	
}
#header form input{
	background-color: #EBEBEB;
	border: 1px solid #999999;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display: none;	
}

#footer div.link01{
	margin-bottom: 5px;
	
}
#footer div.link01 ul{
	
}
#footer div.link01 li{
	display: block;
	float: left;
	font-size: 80%;
}
#footer div.link01 li.home a{
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#footer div.link01 li a{
	background-image: url(../img/com_arrow_sgray_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	padding-left: 15px;
	display: block;
	padding-top: 3px;
}
#footer div.link02{
	background-image: url(../img/com_footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	height: 20px;
	padding-bottom: 30px;
	
}
#footer div.link02 ul{
	float: left;
	width: 390px;
	display: block;
}
#footer div.link02 li{
	display: block;
	float: left;
	font-size: 80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	list-style-type: none;
	margin-right: 3px;
	padding-left: 7px;
	display: block;	
}
#footer div.link02 li.home{
	margin-right: 3px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer div.link02 address{
	float: right;
	width: 390px;
	font-size: 60%;
	color: #666666;
	text-align: right;
	display: block;
	font-style: normal;
}
