@charset "utf-8";

/* 初期化 */
body,h1,h2,h3,h4,h5,h6,p,ol,dt,dd,form,fieldset,legend,pre,blockquote,ul,li,dl,dt,dd {
	margin:0px;
	padding:0px;
}
* {
	margin:0px;
	padding:0px;
}
img,table {
	border:0;
}
img {
	margin:0px;
	padding:0px;
}
br {
	margin:0;
	padding:0;
	border:0;
	letter-spacing:0; /* IE */
}

a {
	color: #539138;
}

.orangebold {
	color: #ff9933;
	font-weight:bold;
}
.orangenormal {
	color: #ff9933;
	font-weight:normal;
}
.redbold {
	color: #FF0000;
	font-weight:bold;
}
.rednormal {
	color: #FF0000;
	font-weight:normal;
}
.greenbold {
	color: #529138;
	font-weight:bold;
}
.greennormal {
	color: #529138;
	font-weight:normal;
}
.bluebold {
	color: #2c7fc7;
	font-weight:bold;
}
.bluenormal {
	color: #2c7fc7;
	font-weight:normal;
}


/* 全体 */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #69be1d;
}


/* header ============================================================*/
#headWrapper {
	background-color:#FFFFFF;
	background-image: url(../common_img/header_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	min-width:956px;
}
#header {
	background:url(../common_img/header.jpg) top left no-repeat;
	height: 145px;
	width: 956px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
font-weight: normal;
position: absolute;
top: 20px;
left: 25px;
}

#call {
	font-weight: normal;
	position: absolute;
	top: 8px;
	left: 664px;
}

/* navi ============================================================*/
#navi {
	width: 940px;
	height: 54px;
	position: absolute;
	left: 9px;
	top: 83px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
	padding: 0px 0px 0px 0px;
	float: left;
}
#navi li img {
	vertical-align: top;
}

/* footer ============================================================*/
#footerWrapper {
	width:100%;
	min-width:956px;
	background-color:#69be1d;
	background-image: url(../common_img/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	height: 100px;
	width: 956px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer address {
	position: absolute;
	top: 25px;
	left: 12px;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
}

/* contents ============================================================*/
#contentsWrapper {
	background-color:#FFFFFF;
	width:100%;
	min-width:960px;
}
#contents {
	width: 956px;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	clear: both;
}

/* topic path ============================================================*/
#pankuzu {
	font-size: 12px;
	clear: left;
	margin: 0px auto 0 auto;
	padding: 10px 5px 10px 5px;
	color: #666666;
}
#pankuzu a {
	color: #539138;
}

/* footer contact ============================================================*/
#footlinkWrapper {
	border-top:#69be1d 2px solid;
	background-color:#fefde3;
	width:100%;
	min-width:956px;
}
#footlink {
	width: 956px;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	clear: both;
}
#footlink #footerLink {
	padding: 25px 12px 10px 12px;
	color: #539138;
	font-size: 12px;
	line-height:2.1em;
}
#footlink #footerLink ul {
	list-style-type: none;
}
#footlink #footerLink li {
	display: inline;
}
#footlink #footerLink a:link {
	color: #539138;
	text-decoration: none;
}
#footlink #footerLink ul li a:hover {
	color: #539138;
	text-decoration: underline;
}
#footlink #footerLink a:active {
	color: #539138;
	text-decoration: underline;
}
#footlink #footerLink a:visited {
	color: #539138;
	text-decoration: none;
}


/* pagetop ============================================================*/
#pagetop {
	width: 115px;
	margin: 0 0 0 0;
	padding: 15px 0px 10px 835px;
}

.pagetopin {
	width: 112px;
	padding: 0px 0px 12px 588px;
}

/* float ============================================================*/
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.clear{
	clear:both;
}
.cboth hr {
	display: none;
}

/* margin ============================================================*/
.mr_20 {
    margin-right:20px;
}
