@charset "shift_jis";

/* # General ---------------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,caption,cite,code,dfn,var,
article,aside, dialog,figure,footer,header,
hgroup,menu,nav,small,section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
img { 
	border: 0; 
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
textarea {
	font-size: 100%;
}


/* # layout ---------------------------------------------------------------------------- */
body {
	background: url(../images/bg_container.jpg) no-repeat fixed center top;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8;
	color: #333;
}
div#container {
	min-width: 1020px;
	max-width: 1150px;
	margin: 0 auto;
}
* html div#container {
	width: 100%;
}
div#header {
	min-width: 1020px;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
* html div#header {
	width: 1150px;
	position:relative;
}
div#wrapper {
	min-width: 1020px;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
* html div#wrapper {
	width: 1150px;
}


/* # header ---------------------------------------------------------------------------- */
div#header div#headerInner {
	width: 280px;
	padding-left: 20px;
	position: fixed;
	z-index: 100;
}
* html div#header div#headerInner {
    position: absolute;
	left: 0;
	top: expression(eval(document.documentElement.scrollTop));
}


.bnr { position: absolute; top: 400px; left: 320px; }

/* # gNav ---------------------------------------------------------------------------- */
div#gNav {
	margin: 10px 0 20px;
}
div#gNav ul li a span {
	display: none;
}
div#gNav ul li {
	width: 230px;
	margin: 10px 0 5px 25px;
}
div#gNav ul li a {
	width: 230px;
	height: 35px;
	display: block;
}
div#gNav ul li a#navGreeting {
	background: url(../images/nav1_off.png) no-repeat;
}
div#gNav ul li a#navGreeting:hover {
	background: url(../images/nav1_on.png) no-repeat;
}
div#gNav ul li a#navCompany {
	background: url(../images/nav2_off.png) no-repeat;
}
div#gNav ul li a#navCompany:hover {
	background: url(../images/nav2_on.png) no-repeat;
}
div#gNav ul li a#navServices {
	background: url(../images/nav3_off.png) no-repeat;
}
div#gNav ul li a#navServices:hover {
	background: url(../images/nav3_on.png) no-repeat;
}
div#gNav ul li a#navServices2 {
	background: url(../images/nav4_off.png) no-repeat;
}
div#gNav ul li a#navServices2:hover {
	background: url(../images/nav4_on.png) no-repeat;
}
div#gNav ul li a#navAccess {
	background: url(../images/nav5_off.png) no-repeat;
}
div#gNav ul li a#navAccess:hover {
	background: url(../images/nav5_on.png) no-repeat;
}
div#gNav ul li a#navContact {
	background: url(../images/nav6_off.png) no-repeat;
}
div#gNav ul li a#navContact:hover {
	background: url(../images/nav6_on.png) no-repeat;
}
div#gNav ul li a#navHeader {
	background: url(../images/nav7_off.png) no-repeat;
}
div#gNav ul li a#navHeader:hover {
	background: url(../images/nav7_on.png) no-repeat;
}
*html div#gNav ul li a#navGreeting,
*html div#gNav ul li a#navGreeting:hover
 {
	background: url(../images/nav1.gif) no-repeat;
}
*html div#gNav ul li a#navCompany,
*html div#gNav ul li a#navCompany:hover
 {
	background: url(../images/nav2.gif) no-repeat;
}
*html div#gNav ul li a#navServices,
*html div#gNav ul li a#navServices:hover
 {
	background: url(../images/nav3.gif) no-repeat;
}
*html div#gNav ul li a#navServices2,
*html div#gNav ul li a#navServices2:hover
 {
	background: url(../images/nav4.gif) no-repeat;
}
*html div#gNav ul li a#navAccess,
*html div#gNav ul li a#navAccess:hover
 {
	background: url(../images/nav5.gif) no-repeat;
}
*html div#gNav ul li a#navContact,
*html div#gNav ul li a#navContact:hover
 {
	background: url(../images/nav6.gif) no-repeat;
}
*html div#gNav ul li a#navHeader,
*html div#gNav ul li a#navHeader:hover
 {
	background: url(../images/nav7.gif) no-repeat;
}


/* # wrapper ---------------------------------------------------------------------------- */
div#content {
	width: 720px;
	padding: 0 0 30px;
	float: right;
	text-align: center;
}
p#catch {
	margin: 80px 0 0;
	padding-right: 220px;
	text-align: right;
}
div.section {
	width: 630px;
	margin: 0 0 0 50px;
	padding: 35px 10px;
	border: 1px dotted #D0E8FC;
	background: #FFF;
}
div.sectionTop {
	width: 632px;
	height: 15px;
	margin: 0 0 0 50px;
	padding: 10px;
	background: #FFF;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
div.sectionBottom {
	width: 632px;
	height: 15px;
	margin: 0 0 10px 50px;
	padding: 10px;
	background: #FFF;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
div.sectionMiddle {
	width: 632px;
	height: 1px;
	margin: 0 0 0 50px;
	padding: 10px;
	background: #FFF;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
div.separator {
	width: 649px;
	height: 2px;
	margin: 0 0 0 50px;
	padding: 350px 0;
	background: url(../images/sdot.gif) repeat-x center;
}
h2 img {
	margin: 44px 0 15px;
}

/* ご挨拶 */
div#greeting {
	padding-bottom: 80px;
}
div#greeting p {
	padding: 20px 20px 0;
	text-align: left;
	text-indent: 1em;
}
div#greeting p#signature {
	padding: 20px;
	text-align: right;
}
div#greeting div.section {
	border: none;
}
div#greeting div.sectionTop,
div#greeting div.sectionBottom {
	width: 630px;
}

/* 会社概要 */
div#company table {
	width: 570px;
	margin: 0 auto;
}
div#company table th {
	font-weight: bold;
}
div#company table th,
div#company table td {
	padding: 5px;
	border: 1px solid #E6E6D0;
	text-align: left;
}
div#company table td.chart {
	text-align: center;
}
div#company table td.chart p {
	font-weight: bold;
	text-align: left;
}

/* 業務内容 */
div#services p {
	padding: 0 30px 20px;
	text-align: left;
	text-indent: 1em;
}
div#services table {
	width: 570px;
	margin: 25px auto 20px 30px;
	border: 1px solid #CCC;
}
div#services td {
	padding: 3px 10px;
	border: 1px solid #CCC;
	text-align: left;
}
div#services th {
	width: 90px;
	padding: 3px 0;
	border: 1px solid #CCC;
	background: #1E77BD;
	color: #fff;
	text-align: center;
}
div#services ul#paperImage {
	height: 190px;
	margin: 0 30px;
	border: 1px dotted #E6E6D0;
}
div#services ul#paperImage li {
	width: 142px;
	padding: 10px 0;
	float: left;
	text-align: center;
}
div#services ul#paperImage li img {
	margin: 0 auto;
	display: block;
}
div#services p.date {
	padding: 0 30px 0 0;
	text-align: right;
	clear: both;
}
div#services p.note {
	margin-top: 20px;
	text-indent: 0;
}
div#services p#hVariation {
	padding: 30px 30px 0;
	text-indent: 0;
}
div#services ul#variation {
	margin: 0 30px;
	border-bottom: 1px dotted #E6E6D0;
}
div#services ul#variation li {
	margin: 10px 0;
	padding-top: 5px;
	text-align: left;
	border-top: 1px dotted #E6E6D0;
}
div#services ul#variation li img {
	display: block;
}

/* アクセス */
div#access p {
	text-align: left;
}
div#access div.map {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dotted #E6E6D0;
	text-align: left;
}

/* お問い合せ */
div#contact div.hArea,
div#contact div.hTel,
div#contact div.hMail {
	margin: 0 20px;
	text-align: left;
}
div#contact div.hArea {
	margin-top: -10px;
}
div#contact div.hTel,
div#contact div.hMail {
	margin-top: 15px;
}
div#contact div.hArea,
div#contact div.hTel {
	padding-bottom: 10px;
	border-bottom: 1px dotted #E6E6D0;
}
div#contact div.hTel img {
	display: block;
	margin: 0 auto 0 0;
}
div#contact p {
	margin-top: 10px;
	text-align: left;
}
div#contact form {
	padding: 0 20px;
	text-align: left;
}
div#contact form textarea {
	width: 585px;
}
div#contact div.policy {
	width: 578px;
	height: 100px;
	padding: 5px;
	border: 1px dotted #999;
	background:#FFF;
	overflow: auto;
}


/* # footer ---------------------------------------------------------------------------- */
div#footer {
	width: 100%;
	height: 30px;
	clear: both;
	position: fixed;
	bottom: 0;
	background: #0A1631;
	color: #FFF;
	text-align: center;
	z-index: 200;
}
div#footer p {
	margin-top: 3px;
}
* html div#footer {
	width: 100%;
	height: 30px;
	clear: both;
    position: absolute;
	left: 0;
	top: expression(this.offsetParent.scrollTop + this.offsetParent.offsetHeight - this.offsetHeight);
	background: #0A1631;
	color: #FFF;
	text-align: center;
}


/* # clearfix ---------------------------------------------------------------------------- */
div#header:after,
div#wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
