




* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;

}

body {
	text-align: center;
	background: #fff;
}

body, th, td, caption {
	font-size: 96%;
	color: #000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

p {
	line-height: 1.25em;
	margin: 0 0 0.7em 0;
}

img {
	border: none;
}

hr {
	clear: both;
	display: none;
}



/*リンク*/
a:link {
	color: #00f;
}

a:visited {
	color: #800080;
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
	color: #f30;
}

/*回り込み解除のクラス*/
.clear {
	clear: both;
}



/* ******************************************************************* */



#body {
	margin: 0 auto 0;
	padding: 0 15px;/**/
	width: 800px;/**/
	background: url(../img/bg_02.gif) center repeat-y;
	text-align: left;
	/*border:1px solid;*/
}

#header {
	padding: 12px 15px 0 120px;/**/
	margin: 0 0 0 -15px;
	width: 695px;/**/
	background: url(../img/bg_01.gif) no-repeat top center;
	
}

#header h1 {
	margin: 0 0 0 -95px;
	position: absolute;
	top: 135px;
	width: 76px;
	height: 805px;
	background: url(../img/side_title.gif) no-repeat;
	text-indent: -9999px;
	font-size: 0px;/**/
}

#header p {
	background: url(../../img/header_top.jpg) no-repeat;
	width: 695px;
	height: 380px;
	text-indent: -9999px;
	font-size: 0px;
	color: #fff;
}


#header img#topInq {
	overflow: auto;
	position: relative;
	top: -311px;
	left: 536px;
	width: 130px;
	height: 11px;
	/*background: #00f;*/
}

#footer {
	margin: 3em -15px 0 -15px;
	background: url(../img/bg_03.gif) no-repeat bottom center;
}

#footer address {
	margin: 0 0 0 15px;
	padding: 1.6em 0 4em 115px;
	background: url(../img/footer_line.gif) no-repeat;
	font-size: 12px;
}



#contents {
	margin: -15px 50px 0 160px;
}


#contents h2 {
	margin: 20px -18px 15px -28px;
	width: 630px;
	height: 38px;
	text-indent: -9999px;
	font-size: 0px;
	clear: both;
}


#contents h2#h2_01 {
	background: url(../../img/h2_service.gif) no-repeat;
}

#contents h2#h2_02 {
	background: url(../../img/h2_outline.gif) no-repeat;
}

#contents h2#h2_03 {
	background: url(../../img/h2_access.gif) no-repeat;
}



#contents h3 {
	margin: 25px -5px 12px -15px;
	width: 600px;
	height: 20px;
	text-indent: -9999px;
	font-size: 0px;
	clear: both;
}

#contents h3#h3_01_01 {
	background: url(../../img/h3_01-01.gif) no-repeat;
}

#contents h3#h3_01_02 {
	background: url(../../img/h3_01-02.gif) no-repeat;
}

#contents h3#h3_01_03 {
	background: url(../../img/h3_01-03.gif) no-repeat;
}

#contents h3#h3_01_04 {
	background: url(../../img/h3_01-04.gif) no-repeat;
}


#contents dl dt {
	margin: 0.5em 0 0;
	padding-left: 20px;
	background: url(../img/li01.gif) no-repeat center left;
	font-weight: bold;
	color: #555;
}

#contents dl dd {
	padding-left: 23px;
}


#contents dl.contactAdd dt {
	margin: 0.5em 0 0;
	padding-left: 0;
	background: none;
	font-weight: normal;
	color: #000;
}

#contents dl.contactAdd dd {
	padding-left: 0;
	margin: 0 0 0.5em 3em;
}

#contents dl.contactAdd dd table th {
	font-weight: normal;
}




#contents table#outline {
	border: none;
}

#contents table#outline th,
#contents table#outline td {
	border: none;
	vertical-align: top;
	padding: 0.2em 0.8em 0.2em 0.8em;
	border-collapse: separate;
	border-spacing: 4px;
}

#contents table#outline th {
	border-right: 5px solid #3f4567;
	font-weight: normal;
	text-align: right;
}


#contents ul.access {
	padding: 0.2em 0 1.5em 2.5em;
	list-style-type: disc;
}






