@charset "utf-8";

/* tags */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #84765f url(../images/back.gif) repeat-y center top;
	color: #484848;
	font-size: 62.5%;
}
a:link,a:visited {
	color: #0364c7;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e00;
	text-decoration: none;
}
img {
	border-style: none;
}
p {
	font-size: 1.2em;
	line-height: 140%;
	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 {}
#header-a {
	float: left;
	height: 62px;
	width: 277px;
}
#header h1 {
	font-size: 1.1em;
	line-height: 140%;
	font-weight: normal;
	margin: 0px;
	padding: 17px 0px 0px;
	float: left;
	width: 236px;
}
#header strong {
	font-weight: normal;
}

#header-b {
	float: right;
	width: 243px;
}
#header-b div {
	margin: 0px 0px 5px;
}
#header-b ul {
	margin: 0px;
	padding: 0px 3px 0px 0px;
	list-style: none;
	text-align: right;
}
#header-b ul li {
	font-size: 1.2em;
	display: inline;
	background: url(../images/ar1.gif) no-repeat left center;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
}


#totop {
}
#footer {
	background: #222 url(../images/footer-back.gif) repeat-x left top;
	margin: 15px 0px 0px;
	padding: 17px 15px 15px;
}
#footer p {
	margin: 0px;
	color: #999;
	line-height: 160%;
}
#footer img {
	float: right;
}
#footer a:link,#footer a:visited {
	color: #999;
	text-decoration: underline;
}
#footer a:hover,#footer a:active {
	color: #999;
	text-decoration: none;
}
#contents {
	padding: 0px 30px;
}

/* navi */
#navi {
	clear: both;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	display: block;
	float: left;
	height: 28px;
	width: 152px;
	margin: 0px;
	padding: 0px;
}
#navi li a {
	display: block;
	height: 28px;
	width: 152px;
	text-indent: -5000px;
}
#navi ul li.mm01 a:link,#navi ul li.mm01 a:visited {background: url(../images/menu1.gif) no-repeat left top;}
#navi ul li.mm01 a:hover,#navi ul li.mm01 a:active {background: url(../images/menu1.gif) no-repeat left -28px;}

#navi ul li.mm02 a:link,#navi ul li.mm02 a:visited {background: url(../images/menu2.gif) no-repeat left top;}
#navi ul li.mm02 a:hover,#navi ul li.mm02 a:active {background: url(../images/menu2.gif) no-repeat left -28px;}

#navi ul li.mm03 a:link,#navi ul li.mm03 a:visited {background: url(../images/menu3.gif) no-repeat left top;}
#navi ul li.mm03 a:hover,#navi ul li.mm03 a:active {background: url(../images/menu3.gif) no-repeat left -28px;}

#navi ul li.mm04 a:link,#navi ul li.mm04 a:visited {background: url(../images/menu4.gif) no-repeat left top;}
#navi ul li.mm04 a:hover,#navi ul li.mm04 a:active {background: url(../images/menu4.gif) no-repeat left -28px;}

#navi ul li.mm05 a:link,#navi ul li.mm05 a:visited {background: url(../images/menu5.gif) no-repeat left top;}
#navi ul li.mm05 a:hover,#navi ul li.mm05 a:active {background: url(../images/menu5.gif) no-repeat left -28px;}


#navi ul li.mm01fc a {background: url(../images/menu1.gif) no-repeat left -28px;}
#navi ul li.mm02fc a {background: url(../images/menu2.gif) no-repeat left -28px;}
#navi ul li.mm03fc a {background: url(../images/menu3.gif) no-repeat left -28px;}
#navi ul li.mm04fc a {background: url(../images/menu4.gif) no-repeat left -28px;}
#navi ul li.mm05fc a {background: url(../images/menu5.gif) no-repeat left -28px;}



/* table */

table.style_a {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 700px;
}

table.style_a th,table.style_a td {
	padding: 4px 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	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: #F1EDE2;
	width: 120px;
}

table.style_b {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin: 0px 0px 15px;
}

table.style_b th,table.style_b td {
	padding: 4px 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 140%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.style_b th {
	text-align: left;
	font-weight: normal;
	background: #F1EDE2;
}



/* contact form */
em {
	font-style: normal;
	font-weight: normal;
	color: #e00;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	height: 150px;
	width: 400px;
}
form div {
	text-align: center;
	padding: 20px;
}
form table.style_a th {
	width: 150px;
}
.size_l {width: 350px;}
.size_m {width: 180px;}
.size_s {width: 80px;}

h2#title {
	text-indent: -5000px;
	margin: 0px 0px 20px;
	padding: 0px;
	clear: both;
	height: 101px;
	width: 760px;
}
h2.title-1 {background: url(../images/title_1.jpg) no-repeat left top;}
h2.title-2 {background: url(../images/title_2.jpg) no-repeat left top;}
h2.title-3 {background: url(../images/title_3.jpg) no-repeat left top;}
h2.title-4 {background: url(../images/title_4.jpg) no-repeat left top;}
h2.title-5 {background: url(../images/title_5.jpg) no-repeat left top;}
h2.title-6 {background: url(../images/title_6.jpg) no-repeat left top;}
h2.title-7 {background: url(../images/title_7.jpg) no-repeat left top;}

#contents h3 {
	margin: 20px 0px 15px;
	padding: 0px;
	height: 36px;
	width: 700px;
	text-indent: -5000px;
}
#contents h3#st1 {background: url(../images/st1.gif) no-repeat left top;}
#contents h3#st2 {background: url(../images/st2.gif) no-repeat left top;}
#contents h3#st3 {background: url(../images/st3.gif) no-repeat left top;}
#contents h3#st4 {background: url(../images/st4.gif) no-repeat left top;}
#contents h3#st5 {background: url(../images/st5.gif) no-repeat left top;}
#contents h3#st6 {background: url(../images/st6.gif) no-repeat left top;}
#contents h3#st7 {background: url(../images/st7.gif) no-repeat left top;}
#contents h3#st8 {background: url(../images/st8.gif) no-repeat left top;}
#contents h3#st9 {background: url(../images/st9.gif) no-repeat left top;}
#contents h3#st10 {background: url(../images/st10.gif) no-repeat left top;}
#contents h3#st11 {background: url(../images/st11.gif) no-repeat left top;}

.cl {
	clear: both;
}

.imgright {
	margin: 0px 0px 10px 5px;
	float: right;
}
#contents .ul1 {
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 30px;
}
#contents .ul1 li {
	font-size: 1.2em;
	line-height: 150%;
}
#map1 {
	float: left;
	width: 381px;
}
#map2 {
	float: right;
	width: 298px;
}

/*沿革ページ鮫島追加*/
table.style_en {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

table.style_en th,table.style_en td {
	padding: 4px 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 140%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #fff;
}
table.style_en th {
	text-align: left;
	font-weight: normal;
	background: #F1EDE2;
}