@charset "Shift_JIS";

/*--------------------------------------------------------------------
common
css‚Ì‰Šú‰»
--------------------------------------------------------------------*/

html, body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic","Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic","Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic","Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic","Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
}

a:hover img {
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90;
	opacity: 0.90;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

.Clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/*--------------------------------------------------------------------
‹¤’Ê•”•ª
--------------------------------------------------------------------*/
body {
	padding: 0;
	*padding: 0 0 0 1px;
	overflow: scroll;
	*overflow: auto;
	background: #fff;
	line-height: 1.4;
	font-size: small;
	color: #2e2e2e;
}

div#Container {
	width: 100%;
}

/*-------------------------------------------------------------------------------------------- Header */
div#Header {
	width: 100%;
	padding: 12px 0;
	background: #004700;
}

div#Header div#InHead {
	width: 920px;
	margin: 0 auto;
}

div#Header div#InHead:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

div#Header div#InHead h1 {
	width: 600px;
	float: left;
	font-size: x-small;
	color: #fff;
}

div#Header div#InHead ul {
	width: 300px;
	float: right;
	list-style: none;
	text-align: right;
}

div#Header div#InHead ul li {
	list-style: none;
	display: inline;
	color: #fff;
}

div#Header div#InHead ul li a {
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #fff;
}

div#Header div#InHead ul li a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------- Logo */
div#Logo {
	width: 920px;
	margin: 0 auto;
	clear: both;
}

div#Logo:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

div#Logo h2 {
	width: 176px;
	height: 76px;
	padding: 30px 30px 0 0;
	float: left;
}

div#Logo h2 a {
	display: block;
	width: 176px;
	height: 76px;
	background: url(../../img/logo.gif) no-repeat left top;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
}

div#Logo dl {
	width: 420px;
	padding: 40px 20px 0 0;
	float: left;
}

div#Logo dl dt {
	font-size:  14px;
	font-weight: bold;
}

div#Logo dl dd {
	margin: -1.4em 0 0 215px;
	font-size:  14px;
	font-weight: bold;
}

div#Logo p {
	width: 272px;
	height: 79px;
	padding: 30px 0 0 0;
	float: left;
}

div#Logo p a {
	display: block;
	width: 272px;
	height: 79px;
	background: url(../../img/head_inquiry.jpg) no-repeat 0 0;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
}

div#Logo p a:hover {
	background: url(../../img/head_inquiry.jpg) no-repeat 0 -79px;
}

/*-------------------------------------------------------------------------------------------- Global */
div#Global {
	width: 100%;
	height: 33px;
	margin: 30px 0 0 0;
	background: url(../../img/global_bg.gif) repeat-x left top;
	clear: both;
}

div#Global div#InGlobal {
	width: 920px;
	margin: 0 auto;
}

div#Global div#InGlobal ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

div#Global div#InGlobal ul li {
	list-style: none;
	width: 184px;
	height: 33px;
	float: left;
}

div#Global div#InGlobal ul li a {
	display: block;
	width: 184px;
	height: 33px;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
}

div#Global div#InGlobal ul li#GMBtnA a {
	background: url(../../img/gmbtna.jpg) no-repeat 0 0;
}

div#Global div#InGlobal ul li#GMBtnB a {
	background: url(../../img/gmbtnb.jpg) no-repeat 0 0;
}

div#Global div#InGlobal ul li#GMBtnC a {
	background: url(../../img/gmbtnc.jpg) no-repeat 0 0;
}

div#Global div#InGlobal ul li#GMBtnD a {
	background: url(../../img/gmbtnd.jpg) no-repeat 0 0;
}

div#Global div#InGlobal ul li#GMBtnE a {
	background: url(../../img/gmbtne.jpg) no-repeat 0 0;
}

div#Global div#InGlobal ul li#GMBtnA a:hover {
	background: url(../../img/gmbtna.jpg) no-repeat 0 -33px;
}

div#Global div#InGlobal ul li#GMBtnB a:hover {
	background: url(../../img/gmbtnb.jpg) no-repeat 0 -33px;
}

div#Global div#InGlobal ul li#GMBtnC a:hover {
	background: url(../../img/gmbtnc.jpg) no-repeat 0 -33px;
}

div#Global div#InGlobal ul li#GMBtnD a:hover {
	background: url(../../img/gmbtnd.jpg) no-repeat 0 -33px;
}

div#Global div#InGlobal ul li#GMBtnE a:hover {
	background: url(../../img/gmbtne.jpg) no-repeat 0 -33px;
}

/*-------------------------------------------------------------------------------------------- Wrapper */
div#Wrapper {
	width: 100%;
	padding: 35px 0 0 0;
	background: url(../../img/gmbtm.gif) repeat-x left top;
	letter-spacing: 0.05em;
	clear: both;
}

div#Main {
	width: 100%;
	margin: 0 auto;
}

div#Main div#InMain {
	width: 920px;
	margin: 0 auto;
}

div#Main div#InMain:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*-------------------------------------------------------------------------------------------- Footer */
div#Footer {
	width: 100%;
	padding: 50px 0 0 0;
	clear: both;
}

div#Footer div#Works {
	width: 920px;
	margin: 0 auto;
}

div#Footer div#Works:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

div#Footer div#Works h2 {
	width: 230px;
	height: 74px;
	margin: 10px 0 0 0;
	background: url(../../img/footer_logo.gif) no-repeat center center;
	float: left;
	text-align: left;
	text-indent: -99999px;
	overflow: hidden;
}

div#Footer div#Works dl {
	width: 190px;
	padding: 0 0 0 40px;
	background: url(../../img/area_line.gif) no-repeat left center;
	float: left;
}

div#Footer div#Works dl dt {
	font-size: 15px;
	font-weight: bold;
	color: #004700;
}

div#Footer div#Works dl dt span {
	font-size: 10px;
}

div#Footer div#Works dl dd {
	margin: 15px 0 0 0;
	line-height: 1.1;
	font-size: 12px;
}

div#Footer div#FooterMenu {
	width: 920px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	clear: both;
}

div#Footer div#FooterMenu ul {
	list-style: none;
	text-align: center;
}

div#Footer div#FooterMenu ul li {
	list-style: none;
	display: inline;
}

div#Footer div#FooterMenu ul li a {
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #2e2e2e;
}

div#Footer div#FooterMenu ul li a:hover {
	text-decoration: underline;
}

div#Footer div#Copy {
	width: 100%;
	height: 188px;
	margin: 50px 0 0 0;
	padding: 10px 0;
	background: url(../../img/footer_bg.gif) repeat-x left top;
}

div#Footer div#Copy div#InCopy {
	width: 920px;
	margin: 0 auto;
}

div#Footer div#Copy div#InCopy address {
	text-align: center;
	font-size: 12px;
	color: #fff;
}

div#Footer div#Copy div#InCopy div#Banner {
	padding: 10px 0 0 0;
	text-align: center;
}

div#Footer div#Copy div#InCopy div#Banner img {
	margin: 0 10px;
}


/*ƒy[ƒWƒgƒbƒv‚É–ß‚é*/
div.PageUp {
	width: 155px;
	height: 15px;
	border: 1px solid #FF0000;
	margin: 0 0 0 475px;
}

div.PageUp p {
	float: right;
	width: 155px;
	height: 15px;
}

div.PageUp p a {
	display: block;
	width: 155px;
	height: 15px;
	background: url(../../img/pageup.gif) no-repeat right top;
	text-indent: -99999px;
}
div.PageUp p a:hover {
	background: url(../../img/pageup.gif) no-repeat right -15px;
}


div.PageUp p:after {
	clear: both;
}






















