﻿@charset "UTF-8";

/*formatting style----------------------*/
* {
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	color: #333333;
	background-image: url(../image/bg_gra.jpg);
	background-repeat: repeat-x;
	background-color: #1b5f38;
}
hr {
	display: none;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.3em;
	line-height: 1.8em;
}
h3 {
	font-size: 17px;
	color: #333333;
	text-align: left;
	height: 34px;
	width: 660px;
	border-top: 2px solid #999999;
	border-bottom: 1px dotted #999999;
	line-height: 2.2em;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
}

.clear  { clear: both; }
.floatright { float: right; }
.floatleft  { float: left; }


/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #264E9D;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*basic style----------------------*/
#wrapper {
	width: 968px;
	background-image: url(../image/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
}
#main {
	padding-top: 5px;
	padding-bottom: 15px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#pagetop {
	font-size: 9px;
	line-height: 1.5em;
	color: #333333;
	text-align: right;
	width: 900px;
	margin: 10px auto 2px;
	clear: both;
}


/*header style----------------------*/

#header {
	background-image: url(../image/top_bg.jpg);
	background-repeat: repeat-x;
	height: 129px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 0px;
}
#header ul {
	width: 902px;
	padding: 0;
	display: inline;
}
#header li {
	list-style: none;
	float: left;
}
#navi ul {
	float: left;
	width: 250px;
	padding-bottom: 0px;
	height: 31px;
	margin: 13px 0px 0px 120px;
	padding-right: 0px;
	text-align: right;
}
#navi ul li {
	list-style: none;
	display: block;
	background-image: url(../image/navi_midashi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	padding-left: 14px;
	margin-left: 5px;
}

/*pankuzu----------------------*/
#pankuzu {
	font-size: 9px;
	line-height: 2em;
	color: #666666;
	margin-bottom: 15px;
}
#pankuzu a {
	color: #3366CC;
	text-decoration: underline;
}
#pankuzu a:hover {
	color: #CC0000;
	text-decoration: underline;
}



/*footer style----------------------*/
#footer {
	width: 902px;
	background-image: url(../image/footer_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 31px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul {
	float: left;
	text-align: left;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	width: 897px;
	padding-left: 5px;
}
#footer ul li {
	list-style: none;
	float: left;
	text-align: center;
}
address {
	width: 902px;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.bold {
	font-size: 110%;
	font-weight: bold;
}


/*font style----------------------*/
.red_b {
	color: #CC0000;
	font-weight: bold;
}
.red {
	color: #CC0000;
}
.bb {
	font-weight: bold;
}
.bl {
	color: #1B4FCC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.shikaku_bl {
	color: #3366CC
}
.move_b {
	font-size: 13px;
	color: #453EA6;
}
.o_bg {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC6633;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	width: 90px;
	line-height: 1.5em;
}
