@charset "utf-8";

/* tags */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #e8f0f2 url(../images/back.gif) repeat-y center top;
	color: #444;
	font: 62.5% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link,a:visited {
	color: #06c;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e00;
	text-decoration: none;
}
img {
	border-style: none;
}
h1 {
	font-size: 1.1em;
	color: #fff;
	padding: 4px 4px 4px 10px;
	font-weight: normal;
	background: #53b5e3 url(../images/header-00.gif) repeat-x left bottom;
	margin: 0px 0px 11px;
}
p {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


/* for IE5.5-7 */
.clrfix {
	zoom: 1;
}
.clrfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* for MacIE */
/*\*/*/
.clrfix {
	display: inline-table;
}
/**/


/* common id */
#container {
	width: 760px;
	text-align: left;
	margin: 0px auto;
}
#header {
	padding: 0px 0px 14px;
}
#header img.header-01 {
	margin: 0px 141px 0px 0px;
}

#main {
	background: url(../images/main-back.gif) repeat-y left top;
}

#sidebar {
	float: left;
	width: 170px;
}
#sidebar #side-p1 {
	margin: 0px 5px 4px;
	padding: 6px;
	border: 2px solid #82c3ea;
	background: #fff url(../images/side-a.gif) repeat-x left bottom;
	line-height: 140%;
}
#sidebar #side-ar {
	text-align: center;
	margin: 0px 0px 5px;
}
#sidebar #side-p2 {
	margin: 0px 5px;
	padding: 6px;
	border: 2px solid #ffab1d;
	background: #fff url(../images/side-b.gif) repeat-x left bottom;
	line-height: 140%;
}

#contents {
	float: right;
	width: 570px;
}


#totop {
	clear: both;
	background: #fff;
	padding: 10px 0px 0px;
}
#totop p {
	margin: 0px;
	padding: 0px 15px 5px 0px;
	background: url(../images/totop.gif) no-repeat right 1px;
	text-align: right;
	line-height: 100%;
}
#footer p {
	background: #e7e7e7 url(../images/footer-line.gif) repeat-x left top;
	padding: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* navi */
#navi {
	padding: 6px 0px 20px 5px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	display: block;
	height: 28px;
	width: 160px;
	margin: 0px 0px 5px;
	padding: 0px;
}
#navi li a {
	display: block;
	height: 28px;
	width: 160px;
	text-indent: -5000px;
}
#navi ul li#mm01 a:link,#navi ul li#mm01 a:visited {background: url(../images/menu01.gif) no-repeat left top;}
#navi ul li#mm01 a:hover,#navi ul li#mm01 a:active {background: url(../images/menu01.gif) no-repeat -160px top;}

#navi ul li#mm02 a:link,#navi ul li#mm02 a:visited {background: url(../images/menu02.gif) no-repeat left top;}
#navi ul li#mm02 a:hover,#navi ul li#mm02 a:active {background: url(../images/menu02.gif) no-repeat -160px top;}

#navi ul li#mm03 a:link,#navi ul li#mm03 a:visited {background: url(../images/menu03.gif) no-repeat left top;}
#navi ul li#mm03 a:hover,#navi ul li#mm03 a:active {background: url(../images/menu03.gif) no-repeat -160px top;}

#navi ul li#mm04 a:link,#navi ul li#mm04 a:visited {background: url(../images/menu04.gif) no-repeat left top;}
#navi ul li#mm04 a:hover,#navi ul li#mm04 a:active {background: url(../images/menu04.gif) no-repeat -160px top;}

#navi ul li#mm05 a:link,#navi ul li#mm05 a:visited {background: url(../images/menu05.gif) no-repeat left top;}
#navi ul li#mm05 a:hover,#navi ul li#mm05 a:active {background: url(../images/menu05.gif) no-repeat -160px top;}


#navi ul li#mm01fc a {background: url(../images/menu01.gif) no-repeat -160px top;}
#navi ul li#mm02fc a {background: url(../images/menu02.gif) no-repeat -160px top;}
#navi ul li#mm03fc a {background: url(../images/menu03.gif) no-repeat -160px top;}
#navi ul li#mm04fc a {background: url(../images/menu04.gif) no-repeat -160px top;}
#navi ul li#mm05fc a {background: url(../images/menu05.gif) no-repeat -160px top;}





/* iframe */

#ifb {
	border: 1px solid #ccc;
}
#ifb iframe {
	margin: 0px;
	padding: 0px;
	width: 568px;
	height: 105px;
}


/* table */

table.style_a {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 570px;
}

table.style_a th,table.style_a td {
	padding: 4px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 140%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.style_a th {
	text-align: left;
	font-weight: normal;
	background: #CCE8F2;
}
table.style_a th.th2 {
	background: #FAF4D6;
}


/* contact form */
em {
	font-style: normal;
	font-weight: normal;
	color: #e00;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	height: 150px;
	width: 350px;
}
form div {
	text-align: center;
	padding: 10px;
}
.size_l {width: 350px;}
.size_m {width: 180px;}
.size_s {width: 80px;}

/* h3 */
#contents h3 {
	text-indent: -5000px;
	margin: 15px 0px 10px;
	padding: 0px;
	height: 24px;
	width: 570px;
	clear: both;
}
#contents h3#bus-st1 {background: url(../images/bus-st1.gif) no-repeat left top;}
#contents h3#bus-st2 {background: url(../images/bus-st2.gif) no-repeat left top;}
#contents h3#bus-st3 {background: url(../images/bus-st3.gif) no-repeat left top;}
#contents h3#bus-st4 {background: url(../images/bus-st4.gif) no-repeat left top;}
#contents h3#bus-st5 {background: url(../images/bus-st5.gif) no-repeat left top;}
#contents h3#bus-st6 {background: url(../images/bus-st6.gif) no-repeat left top;}
#contents h3#result-st1 {background: url(../images/result-st1.gif) no-repeat left top;}
#contents h3#company-st1 {background: url(../images/company-st1.gif) no-repeat left top;}
#contents h3#company-st2 {background: url(../images/company-st2.gif) no-repeat left top;}
#contents h3#contact-st1 {background: url(../images/contact-st1.gif) no-repeat left top;}
ul.bus-ul1 {
	margin: 0px 0px 5px;
	padding: 10px 5px 10px 30px;
	border: 2px solid #82C3EA;
	background: url(../images/side-a.gif) repeat-x left bottom;
	font-size: 1.2em;
	line-height: 180%;
}
ul.bus-ul1 li {
}
#tocon {
	text-align: center;
	background: url(../images/dt01.gif) repeat-x left top;
	margin: 15px 0px 0px;
	padding: 15px 0px 0px;
	clear: both;
}
#contents .ul1 {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 25px;
}
#contents .ol1 {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #ccc;
}
#map {
	text-align: center;
}
#map img {border: 1px solid #aaa;}
p#access {
	font-size: 1.4em;
	text-align: center;
	margin: 5px 9px 15px;
	padding: 5px;
	background: #DAEEF5;
}
#contents h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	height: 131px;
	width: 570px;
	text-indent: -5000px;
}
#contents h2#title01 {background: url(../images/title01.jpg) no-repeat left top;}
#contents h2#title02 {background: url(../images/title02.jpg) no-repeat left top;}
#contents h2#title03 {background: url(../images/title03.jpg) no-repeat left top;}
#contents h2#title04 {background: url(../images/title04.jpg) no-repeat left top;}


/* bus */
.bus-a {
	float: left;
	width: 232px;
}
.bus-b {
	float: right;
	width: 330px;
	padding: 10px 0px 0px;
}
.right {
	text-align: right;
}

.re-bx0 {
	float: left;
	width: 285px;
	text-align: center;
	padding: 0px 0px 15px;
}
.re-bx0 img {
	padding: 2px;
	border: 1px solid #aaa;
}
.re-bx0 p {
	margin: 2px 0px 0px;
}
