@charset "utf-8";
@import url("clearfix.css");
@import url("reset.css");


/*++++++++++++++++++++++++++++++++++++++++++
	Basic Font Setting
+++++++++++++++++++++++++++++++++++++++++++*/
body {
	color: #444444;
	background: #536e31;
	text-align: center;
	font-size: 14px;
	line-height: 1.7em;
	font-family: "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"メイリオ",
	Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}

*html body {
	
	font-family: "メイリオ", Meiryo, sans-serif;
}

*:first-child+html body {
	font-family: "メイリオ", Meiryo, sans-serif;
}	
;;body {/* for Opera 9*/
	font-family: "メイリオ", Meiryo, sans-serif;
}


h1 {}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #553d22;
}

h3 {}

td {
	vertical-align: top;
	line-height: 170%;	
}

.mar10 {
	margin-top: 10px;
}
.mar20 {
	margin-top: 20px;
}
.mar30 {
	margin-top: 30px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++
Basic Ancher Setting
+++++++++++++++++++++++++++++++++++++++++++*/
a {
		color					:#005A6E;
		text-decoration			:none;
}
a:visited {
		color					:#005A6E;
		text-decoration			:none;
}
a:hover {
		color					:#005A6E;
		text-decoration			:underline;
}
a:active {
		color					:#005A6E;
		text-decoration			:underline;
}

/*++++++++++++++++++++++++++++++++++++++++++
	Topix Path
+++++++++++++++++++++++++++++++++++++++++++*/
.path {
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}
.path a {
	text-decoration: underline;
}
		
/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/
#wrap {
	margin: 0 auto;
	width: 800px;
	text-align:left;
	background: #FFFFFF;
}

#header {
	width: 800px;
	height: 150px;
}

/*++++++++++++++++++++++++++++++++++++++++++
gnavi
+++++++++++++++++++++++++++++++++++++++++++*/
#gnavi {
	width: 800px;
	height: 37px;
	overflow: hidden;
}

#gnavi li {
	float: left;
}

#gnavi li a {
	height: 37px;
	display: block;
}

#gnavi li#top a {
	background: url(../images/shared/gnavi_01.gif) no-repeat left 0px;
	width: 66px;
	text-indent: -32000px;
}
#gnavi li#top a:hover {
	background-position: 0px -37px;
}

#gnavi li#segyo a {
	background: url(../images/shared/gnavi_02.gif) no-repeat left 0px;
	width: 173px;
	text-indent: -32000px;
}
#gnavi li#segyo a:hover {
	background-position: 0px -37px;
}
	
#gnavi li#ikusei a {
	background: url(../images/shared/gnavi_03.gif) no-repeat left 0px;
	width: 264px;
	text-indent: -32000px;
}
#gnavi li#ikusei a:hover {
	background-position: 0px -37px;
}
	
#gnavi li#model a {
	background: url(../images/shared/gnavi_04.gif) no-repeat left 0px;
	width: 167px;
	text-indent: -32000px;
}
#gnavi li#model a:hover {
	background-position: 0px -37px;
}	
	
#gnavi li#contact a {
	background: url(../images/shared/gnavi_05.gif) no-repeat left 0px;
	width: 130px;
	text-indent: -32000px;
}
#gnavi li#contact a:hover {
	background-position: 0px -37px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++
Content
+++++++++++++++++++++++++++++++++++++++++++*/
#mainContent {
	width: 760px;
	padding: 0 20px 16px 20px;
	border-bottom: 4px solid #58381a;
}

*html #mainContent {
	width: 800px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Go PageTop
+++++++++++++++++++++++++++++++++++++++++++*/
.pageTop {
	text-align: right;
	margin-top: 15px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Footer
+++++++++++++++++++++++++++++++++++++++++++*/
#footerNavi {
	width: 740px;
	font-size: 11px;
	background: #81952F;
	text-align: center;
	margin-top: 10px;
	padding: 6px 20px 6px 0;
	color: #fff;
}
*html #footerNavi {
	width: 760px;
}

#footerNavi a {
	color: #fff;
}

#copy {
	width: 760px;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
}


