@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/space.gif);
		background-position: center top;
		letter-spacing: 0.05em;
	}
	.page {
	/* [disabled]min-width: 1020px; */
		color: #333333;
		font-size: 14px;
		line-height: 170%;
		/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	}
	/* IE9+ & modern browser */
	*::selection {
		background: #CECECE;
	}
	*::-moz-selection {
		background: #CECECE;
	}
	p::selection {
		color: #000;
	}
	p::-moz-selection p {
		color: #000;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #e2791a;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		background-position: bottom right;
		text-decoration: none;
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 4. Layout
 */
	body #container {
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	 min-width: 1000px;
	 width: expression(document.body.clientWidth < 1002? "1000px";);
	}
	body .wrapper {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
	body #mainContent {
		background: url(../../imgs/bg-content.gif) repeat center top;
	}
	
	body #mainContent .w-wrap {
		background: url(../../imgs/bg-content-top.gif) no-repeat center top;
	}
	body #mainContent .wrapper {
		position: relative;
		width: 1000px;
		margin-right: auto;
		/* [disabled]margin-left: auto; */
	}

/* header */	

	#gdmy {
		height: 115px;
	}
	
	
	#gHeaderWrap {
		width: 30000px;
		height: 100%;
		position: fixed;
		z-index: 4000;
		display: none;
		top: 0;
		left: 0;
		background-image: url(../imgs/gNavMenuWrap.png);
	}
	
	body #gHeader {
		position: absolute;
		width: 100%;
		min-width: 1000px;
	    width: expression(document.body.clientWidth < 1002? "1000px";);
		height: 115px;
		margin: 0 auto;
		background-image: url(../imgs/gheader-bg.gif);
		background-repeat: repeat-x;
		z-index: 5000;
		top: 0;
		left: 0;
	}
	
	body #gHeader div.body {
		width: 960px;
		height: 115px;
		margin: 0 auto;
		position: relative;
	}
	
	body #gHeader div.body h1 img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	body #gHeader div.body ul.menu {
		height: 40px;
		width: 701px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	body #gHeader div.body ul.menu li {
		display: block;
		float: left;
		position: relative;
	}

	body #gHeader div.body ul.menu li span {
		display: none;
		background-image: url(../imgs/gNav-sub-bg.png);
		background-position: center 5px;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 1000;
	}
	
	body #gHeader div.body ul.menu li span.sub1 {
		width: 140px;
		left: 0;
		top: 40px;
		padding: 25px 0 10px 0;
	}
	
	body #gHeader div.body ul.menu li span.sub2 {
		width: 140px;
		left: 0;
		top: 40px;
		padding: 25px 0 10px 0;
	}
	body #gHeader div.body ul.menu li span.sub2 a {
		display: block;
		float: left;
		margin: 0 0 10px 0;
	}
	
	body #gHeader div.body p img {
		display: block;
		position: absolute;
		top: 30px;
		right: 0;
	}
	
	body #gHeader div.body div#search {
		width: 215px;
		position: absolute;
		top: 78px;
		right: 0;
	}
	
	body #gHeader div.body div#search input {
		width: 160px;
		height: 23px;
		background-color: #F0F0F0;
		border: 1px solid #CDCDCD;
		display: block;
		position: absolute;
		line-height: 23px;
		font-size: 14px;
		left: 0;
		top: 0;
		padding: 0 5px;
	}
	
	body #gHeader div.body div#search a img {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	body #gHeader div.body div.home {
		width: 150px;
		position: absolute;
		left: 536px;
		top: 30px;
	}
	
	body #gHeader div.body div#fontSize {
		width: 150px;
		height: 25px;
		position: absolute;
		left: 700px;
		top: 30px;
		background-image: url(../imgs/header-font-bg.gif);
		background-repeat: no-repeat;
	}
	
	body #gHeader div.body div#fontSize a {
		display: block;
		font-size: 1px;
		background-position: top;
		text-indent: -9876px;
		position: absolute;
		top: 4px;
		width: 17px;
		height: 17px;
		line-height: 1px;
	}
	
	body #gHeader div.body div#fontSize a.small {
		background-image: url(../imgs/header-font-s.gif);
		left: 61px;
	}
	
	body #gHeader div.body div#fontSize a.midium {
		background-image: url(../imgs/header-font-m.gif);
		left: 83px;
	}
	
	body #gHeader div.body div#fontSize a.large {
		background-image: url(../imgs/header-font-l.gif);
		left: 105px;
	}
	
	body #gHeader div.body div#fontSize a:hover,
	body #gHeader div.body div#fontSize a.on {
		background-position: bottom;
	}
	
	/* パンクズ */
	
	body .shldrTxt {
		width: 960px;
		margin: 0 auto;
		font-size: 10px;
		line-height: 40px;
		color: #666;
	}
	body .shldrTxt a {
		color: #666;
		text-decoration: none;
	}
	body .shldrTxt a:hover {
		text-decoration: underline;
	}
	
	
	body #gFooter {
		background-color: #333333;
	}
	
	body #gFooter div.body {
		position: relative;
		width: 960px;
		margin: 0 auto;
		background-image: url(../imgs/footer-bg.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		padding: 20px 0;
	}
	
	body #gFooter div.body img.pagetop {
		display: block;
		position: absolute;
		right: 0;
		top: -20px;
	}
	
	body #gFooter div.body div.block {
		width: 140px;
		float: left;
	}
	
	body #gFooter div.body div.large {
		width: 180px !important;
	}
	
	body #gFooter div.body div.block p,
	body #gFooter div.body div.block p a {
		font-size: 12px;
		color: #CCC;
		text-decoration: none;
	}
	
	body #gFooter div.body div.block p a:hover {
		text-decoration: underline;
	}
	
	body #gFooter div.body div.block p {
		/*padding-top: 5px;*/
	}
	
	body #gFooter div.body div.block h5 {
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		margin-bottom: 10px;
	}
	
	body #gFooter div.body div.block h5 a {
		color: #FFF;
		text-decoration: none;
	}
	
	body #gFooter div.body div.block a.blank {
		background-image: url(../imgs/footer-link-blank.gif) !important;
		background-position: left top !important;
	}
	
	body #gFooter div.body div.block h5 a.blank {
		background-image: url(../imgs/footer-link-blank.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	body #gFooter div.body div.block h5 a:hover {
		text-decoration: underline;
	}
	
	#copyright {
		width: 960px;
		margin: 0 auto;
		font-size: 10px;
		padding: 20px 0;
		text-align: right;
		color: #666;
	}
	
	/* sNav */ 
	
	#sNav {
		width: 215px;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#sNav li {
		height: 43px;
		background-color: #CECECE;
		border-bottom: 1px solid #FFF;
	}
	#sNav li.none {
		height: auto !important;
		background-color: #FFF;
		border: none;
	}
	
	#sNav li a {
		display: block;
		height: 43px;
		line-height: 43px;
		padding: 0 0 0 18px;
		background-color: #E4E4E4;
		text-decoration: none;
		color: #000;
	}	
		#sNav li.bn {
			height: 72px;
		}
			#sNav li.bn a {
				display: block;
				height: 72px;
				line-height: 72px;
				padding: 0;
				background-color: #fff;
				margin-top:10px;
			}
				#sNav li.bn a:hover {
					opacity:0.8;
					filter: alpha(opacity=80);
					-ms-filter: "alpha(opacity=80)";
					-moz-opacity:0.8;
					-khtml-opacity: 0.8;
				}
	#sNav li a.blank {
		padding: 0 0 0 30px;
		background-position: 10px 10px;
	}
	
	#sNav li.dbl a {
		line-height: 130%;
		height: 41px;
		padding: 2px 0 0 18px;
	}
	
	#sNav li a.none {
		display: block;
		height: auto !important;
		line-height: 43px;
		padding: 0 !important;
		background-color: none;
		text-decoration: none;
		color: #000;
	}
	
	
/* fNav */
	#fNav {
		color: #666666;
		font-size: 12px;
		line-height: 18px;
	}
	#fNav li {
		float: left;
		letter-spacing: 1px;
	}
	#fNav a {
		/*color: #003593;*/
	}
	#fNav a:hover {
		/*color: #f60;*/
	}
	#fNav strong {
		/*color: #003593;*/
		font-weight: bold;
	}
	#fNav span {
		/*color: #cccccc;*/
	}



/* コンテンツ`*/

a.blank {
	background-image: url(../imgs/mrk-link-blank.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 3px 0 0 20px;
	line-height: 170%;
}

a.blankR {
	background-image: url(../imgs/mrk-link-blank.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding: 3px 20px 0 0;
	line-height: 170%;
}

.blk {
	display: block;	
}
.self {
	display: block;	
	padding: 3px 0 0;
}


h2 {
	width: 100%;
	margin: 0 auto;
	background-color: #F2F2F2;
	position: relative;
}

h2 span {
	display: block;
	width: 960px;
	margin: 0 auto;
	font-size: 142%;
	font-weight: bold;
}

h2 span.text {
	padding: 20px 0;
}

h2 div.leadBody {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

h2 div.leadText {
	display: block;
	width: 300px;
	height: 270px;
	float: left;
	padding: 30px 30px 0 30px;
	color: #FFF;
	line-height: 160%;
}

h2 div.leadText strong {
	font-size: 20px;
	line-height: 160%;
}

h2 div.leadImage {
	display: block;
	width: 600px;
	height: 300px;
	float: right;
}

h2 p.subTitle {
	padding: 30px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}

h2 p.text {
	padding: 15px 0 0 0;
	font-size: 14px;
	border-top: 1px solid #FFF;
	line-height: 160%;
}


h2 div.color01 {
	background-color: #062372;
}

h2 div.color02 {
	background-color: #64438A;
}

h2 div.color03 {
	background-color: #F0830B;
}

h2 div.color04 {
	background-color: #B7C946;
}

h2 div.color05 {
	background-color: #037373;
}

h2 div.color06 {
	background-color: #963E70;
}

h2 div.color07 {
	background-color: #730317;
}

h2 div.color08 {
	background-color: #054973;
}

h2 div.color09 {
	background-color: #007327;
}

h2 div.color10 {
	background-color: #60730B;
}

h2 div.color11 {
	background-color: #733905;
}

h2 div.color12 {
	background-color: #C2393E;
}




h3 {
	background-image: url(../imgs/h3-bdr.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 14px 0;
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 30px 0;
	position: relative;
	display: block;
}

h3 a img {
	display: block;
	position: absolute;
	right: 0;
	bottom: 18px;
}


#contentWrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 50px 0;
}

#contentWrap div.body {
	width: 700px;
	padding: 40px 0;
}

p.text_s {
	font-size: 100%;
	color: #666;
	padding: 8px 0 0 0;
	line-height: 150%;
}


/* pop */

#popBody {
	width: 600px;
	margin: 0 auto;
}

#popBody div.header {
	height: 65px;
	padding: 30px 0 0 0;
}

#popBody #POPMAP {
	height: 480px;
	width: 600px;
	margin: 20px 0 0 0;
}

#popBody div.popAccess {
	background-color: #F1F1F1;
	position: relative;
	height: 90px;
	margin: 20px 0 0 0;
}

#popBody div.popAccess img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#popBody div.popAccess p {
	width: 430px;
	position: absolute;
	left: 168px;
	top: 20px;
}

#popBody div.popAccess .line3 {
	width: 430px;
	position: absolute;
	left: 168px;
	top: 10px;
}


#popBody div.copy {
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
}

/* address table */

table.addressTable {
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	line-height: 170%;
}

table.addressTable th {
	text-align: center;
	color: #FFF;
	background-color: #E1781D;
	font-size: 16px;
	width: 190px;
	vertical-align: middle;
}

table.addressTable td {
	background-color: #E4E4E4;
	padding: 15px 30px;
	text-align: left;
	vertical-align: top;
}


#contentWrap div.body.wide {
	width: 960px !important;
}




/* contact pop */

#popcontainer {
	width: 100%;
	margin: 0 auto;
}

#popcontainer .popWrap {
	width: 600px;
	margin: 0 auto;
}

#popcontainer .popWrap .header {
	height: 95px;
}

#popcontainer .footer {
	width: 100%;
	background-color: #333;
	margin: 55px 0 0 0;
}

#popcontainer .footer .link {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 100px;
	background-image: url(../imgs/footer-bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px 0 0 0;
}

#popcontainer .footer .link a.links {
	background-image: url(../../contact/imgs/pop-link-mrk.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 15px;
	font-size: 12px;
	color: #FFF;
	padding: 0 20px 0 12px;
	text-decoration: none;
}

#popcontainer .footer .link a.links:hover {
	text-decoration: underline;
}


#popcontainer .footer .link .pagetop {
	display: block;
	position: absolute;
	right: 0;
	top: -20px;
}

#popcontainer .copyright {
	text-align: center;
	font-size: 10px;
	padding: 15px 0;
}


