body {
	background-color: #F3F3F3;
	background-attachment: fixed;
	background-image: url(../images/hilight.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #333333;
	position: relative;
}
p {
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: url(../images/back_header.png);
	background-position: left top;
	height: 238px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
	position: relative;
	top: 0px;
}
.Container {
	margin-top: 20px;
	z-index: 10;
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
.header h1 a {
	background-image: url(../images/logo_bt.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	width: 204px;
	display: block;
	position: absolute;
	top: 90px;
	left: 41px;
}
a ins {
	display: none;
}
#mainMenu {
	width: 450px;
	z-index: 1;
	position: absolute;
	top: 195px;
	left: 55px;
}
#map_canvas {
	box-shadow: 2px 2px 20px #333;
	-webkit-box-shadow: 2px 2px 20px #333;  /* Safari,Google Chrome用 */
	-moz-box-shadow: 2px 2px 20px #333;  /* Firefox用 */
	margin: 0px;
	padding: 0px;
	color: #0C9E00;
	text-shadow: none;
}
#mainMenu ul a {
	height: 27px;
	width: 85px;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/btn_all.png);
}
#headNav ul a {
	height: 27px;
	width: 85px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/btn_all.png);
}
#mainMenu ul li {
	list-style-type: none;
	padding: 0px;
	float: left;
	margin-top: -1px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainMenu ul li.service {
	border: none;
}
#mainMenu ul {
	margin: 0px;
	padding: 0px;
}
#mainMenu ul a {
	position: relative;
	top: 4px;
}
#mainMenu .home a,
#headNav .home a {
	background-position: 2px 0px;
	width: 70px;
}
#mainMenu .home a.on,
#headNav .home a.on {
	background-position: 2px -50px;
}
#mainMenu .home a:hover,
#headNav .home a:hover {
	background-position: 2px -50px;
}
#mainMenu .about a,
#headNav .about a {
	background-position: -95px 0px;
}
#mainMenu .about a.on,
#headNav .about a.on {
	background-position: -95px -50px;
}
#mainMenu .about a:hover,
#headNav .about a:hover {
	background-position: -95px -50px;
}
#mainMenu .service a,
#headNav .service a {
	background-position: -210px 0px;
}
#mainMenu .service a.on,
#headNav .service a.on {
	background-position: -210px -50px;
}
#mainMenu .service a:hover,
#headNav .service a:hover {
	background-position: -210px -50px;
}
.footer {
	clear: both;
	padding-top: 10px;
	background-image: url(../images/shadow01.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-size: 9px;
	text-align: center;
	margin-bottom: 50px;
	color: #999999;
}
#contents {
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
div#contents.home {
	font-size: 16px;
	line-height: 38px;
	margin-top: 30px;
	padding-bottom: 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	letter-spacing: 1px;
	padding-left: 300px;
	width: 490px;
	background-image: url(../images/en.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	min-height: 313px;
	padding-top: 30px;
	padding-right: 30px;
}
div#contents.about {
	font-size: 16px;
	padding-bottom: 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
table {
	border-collapse:collapse;
	margin-bottom: 15px;
}
td,
th{
	border:#CCC solid 1px;
	font-weight: normal;
}
table.noline td,
table.noline th {
	border: none;
}
th {
	width: 6em;
	text-align: right;
	vertical-align: top;
}
h2 {
	background-image: url(../images/back_h2.png);
	background-repeat: repeat-x;
	background-position: left center;
	border-radius: 10px;
	-webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;  /* Firefox用 */
	z-index: 1;
	box-shadow: 2px 2px 20px #264318;
	-webkit-box-shadow: 2px 2px 20px #264318;  /* Safari,Google Chrome用 */
	-moz-box-shadow: 2px 2px 20px #264318;  /* Firefox用 */
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-shadow: -1px -1px 0px #264318;
	letter-spacing: 1px;
	color: #FFF;
}
h3 {
	background-color: #385e2f;
	border-radius: 7px;
	-webkit-border-radius: 7px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;  /* Firefox用 */
	padding-left: 7px;
	padding-top: 4px;
	font-size: 18px;
	padding-bottom: 2px;
	clear: both;
	color: #FFF;
}
h5 {
	margin: 0px;
}
a {
	color: #006699;
	text-shadow: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.rep_img {
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#s_01 {
	background-image: url(../images/s_01.png);
	height: 374px;
}
#s_02 {
	background-image: url(../images/s_02.png);
	height: 402px;
}
#s_03 {
	background-image: url(../images/s_03.png);
	height: 367px;
}
#s_04 {
	background-image: url(../images/s_04.png);
	height: 90px;
	margin-bottom: 30px;
}
#s_05 {
	background-image: url(../images/s_05.png);
	height: 212px;
}
#s_06 {
	background-image: url(../images/s_06.png);
	height: 79px;
}
#s_07 {
	background-image: url(../images/s_07.png);
	height: 161px;
}
#s_09 {
	background-image: url(../images/s_09.png);
	height: 97px;
	margin-bottom: 10px;
}
#s_10 {
	background-image: url(../images/s_10.png);
	height: 183px;
}
#s_11 {
	background-image: url(../images/s_11.png);
	height: 328px;
}
#s_12 {
	background-image: url(../images/s_12.png);
	height: 173px;
}
h4 {
	color: #006600;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #375E30;
}
.doutaikanri p,
.sumahogamen p {
	font-size: 16px;
}
#s_14,
#s_15 {
	margin-top: 15px;
}
.clear {
	clear: both;
	height: 0px;
}
#s_16 {
	background-image: url(../images/s_16.png);
	height: 120px;
	margin-top: 0px;
	width: 419px;
	margin-right: 15px;
}
.logo_sls {
	text-align: center;
	display: block;
}
.gotoFlash a {
	background-image: url(../images/bt_flash.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 284px;
	display: block;
	box-shadow: 2px 2px 20px #264318;
	-webkit-box-shadow: 2px 2px 20px #264318;  /* Safari,Google Chrome用 */
	-moz-box-shadow: 2px 2px 20px #264318;  /* Firefox用 */
	border-radius: 7px;
	-webkit-border-radius: 7px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;  /* Firefox用 */
	margin-right: auto;
	margin-left: auto;
}
.gotoFlash a:hover {
	background-position: 0px -100px;
	height: 60px;
}
.gotoFlash {
	margin-top: 10px;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
#sls_dis {
	width: 388px;
	margin-top: 30px;
}
#s_14,
#s_15 {
	margin-right: 15px;
}
.rep_img h4 {
	border: none;
}
#s16 {
	width: 460px;
}
#s17 {
	width: 300px;
}
#mainMenu .mailto a {
	background-image: url(../images/btn_all.png);
	display: block;
	background-position: -329px 0px;
	width: 200px;
	height: 17px;
}
#headNav .mailto a {
	background-image: url(../images/btn_all.png);
	display: block;
	background-position: -329px 0px;
	width: 200px;
	height: 17px;
	margin-top: 4px;
}
#headNav li.mailto  {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 15px;
}
.mailto a:hover {
	background-position: -329px -50px;
}
#mainMenu .mailto {
	position: absolute;
	left: 367px;
	top: 7px;
}
div#contents.service {
	margin-bottom: 25px;
}
strong.normal{
	font-weight: normal;
}
#headNav {
	position: fixed;
	top: 0px;
	font-size: 77%;
	width: 100%;
	height: 31px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	z-index: 20;
	display: none;
	background-image: url(../images/back_headnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #d3d3d3;
	background: -moz-linear-gradient(top, #FFFFFF, #d3d3d3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#d3d3d3));
	background: -o-linear-gradient(top, #FFFFFF, #d3d3d3);
}
#headNav ul {
	padding: 0px;
	margin: 0px;
}
#headNav li {
	float: left;
	display: inline-block;
	padding-top: 4px;
	margin-right: 30px;
	padding-bottom: 6px;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
#headNav .logo a {
	background-image: url(../images/logo_headnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 31px;
	width: 205px;
	margin-right: 20px;
}
