@charset "utf-8";

@import url("OpenSans_Regular/stylesheet.css");
@import url("OpenSans_Light/stylesheet.css");


/*-- reset --*/
ul,ol {
	list-style:none;
	margin:0;
	padding:0;
}
dl,dt,dd{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
img {
	border:none;
	vertical-align:top;
}

a {
	color:#7d7d7d;
	text-decoration:none
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #222;
	font-family: 'Opensans', 'メイリオ',Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	min-width: 980px;

}
#wrap {
	position: relative;
	height:100%;
	min-height:100%;
	display: none;
}
body > #wrap {
	height:auto;
}

#trackingArea {
	width: 35%;
	height: 100%;
	min-height: 100%;
	padding-top: 50px;
	position: fixed;
	background: url(../images/bg.gif) repeat 0 0;
}
.sideinnner {
	width: 156px;
	position: absolute;
	right: 5%;
}

#trackingArea #nav {
	width: 139px;
	padding-top: 20px;
}
#trackingArea #nav li {
	margin-top:15px;
	font-size:15px;
	font-family:"OpenSans Regular";
}
#trackingArea #nav li a {
	padding-bottom: 5px;
	margin-left: 10px;
}
#trackingArea #nav li a:hover,
#trackingArea #nav li.current a {
	color:#000000;text-decoration:none;
	background:url(../images/nav_current.png) no-repeat 0 100%;
}


#mainArea {
	width: 60%;
	height: 100%;
	padding-top: 40px;
	padding-left: 5%;
	position: absolute;
	left: 35%;
	top: 0;
}

/*common
-----------------------------------*/
section {
	padding-top: 40px;
}
section > header h2{
	color: #dadada;
	font-family: "OpenSans Light";
	font-size: 36px;
	margin-left: 3px;
	margin-bottom: 20px;
}


/*About
----------------------------------*/
section#about dl dt{
	font-weight:bold;width:100px;float:left;clear:both;line-height:1.2
}
section#about dl dd{
	margin:0 0 15px 110px
}
section#about dl dd dl{
	width:230px
}

section#about{
	margin-top:20px;
}

/*Searvice
----------------------------------*/
.sliderWrap {
	width: 710px;
	overflow: hidden;
}
#bxslider img {
	margin: 0 auto;
}
#bxslider li {
	text-align: center;
	padding-bottom: 10px;
}

/*access
----------------------------------*/
#access dl {
	margin-bottom: 10px;
}

/*form
----------------------------------*/
#contact {
	padding-bottom: 80px;
}
#contactForm li {
	margin-bottom: 10px;
}
#contact form textarea{
	background: url(../images/textarea_bg.jpg) no-repeat top left;
	width: 400px;
	height: 130px;
	padding: 10px 15px;
	border: none;
	text-align: left;
	font-size: 14px;
	color: #7d7d7d;
}
#contact form input {
	background: url(../images/input_bg.gif) repeat-x top left;
	width: 370px;
	padding: 10px 15px;
	font-size: 14px;
	border: none;
	text-align: left;
	color: #7d7d7d;
}
#contact #selectbox {
	position: relative;
	width: 400px;
}
#contact #selectbox select {
	width: 400px;
	height: 36px;
}
#contact #selectbox #category_dammy {
	display: block;
	background: url(../images/input_bg.gif) repeat-x top left;
	width: 400px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
}
#contact .grSelectBx {
	display: block;
	background: url(../images/input_bg.gif) repeat-x top left;
	width: 385px;
	height: 36px;
	border: 0;
	font-size: 14px;
	color: #7d7d7d;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent: .01px;
	text-overflow: ""; 
	padding-left: 15px;
}
#name, #email, #url{
	width: 370px;
}
#contact #message{
	width:90%;

}
#contact #submitBtn input {
	width: 300px;
	height: 44px;
	background: url(../images/bt_submit.jpg) no-repeat 0 0;
	cursor: pointer;
}
#contact #prBt {
	display: inline-block;
	padding-right: 10px;
	background:url(../images/icon_privacy.jpg) no-repeat 100% 5px;
	cursor: pointer;
}
#formWrap .formTable {
	width: 100%;
	margin: 20px 0 40px;
	border-top: 1px solid #ccc;
}
#formWrap .formTable th,
#formWrap .formTable td {
	border-bottom: 1px solid #ccc;
	line-height: 50px;
}
#formWrap .formTable th {
	width: 20%;
}
#formWrap  input[type="button"],
#formWrap input[type="submit"] {
	background-color: #000;
	color: #FFF;
	width: 300px;
	height: 44px;
	line-height:44px;
	display: inline-block;
	padding: 0;
	background-image: none;
	text-align: center;
}

footer{
	padding-bottom: 10px;
	width: 100%;
}
footer #footerInner {
	width: 720px;
}
footer #footerInner nav ul {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
footer #footerInner nav ul:after {
	clear: both;
	display: block;
	content: '';
}
footer #footerInner nav ul li{
	margin-right:50px;
	float:left;
	width:auto;
	font-family:"OpenSans Regular";
	font-size:13px;
	letter-spacing:1px;
	line-height:1;
	background: url(../images/icon_footerMenu.jpg) no-repeat 0 2px;
	padding-left: 12px;
}
footer #footerInner nav ul li a{
	color:#606060;
}
footer #footerInner .coporateName{
	margin-top:13px;
	line-height:1.5;
	font-size:11px
}
#gotop{
	width: 24px;
	height: 37px;
	position:fixed;
	bottom: 105px;
	right: 10%;

}
#gotop  a {
	width: 24px;
	height: 37px;
	display: block;
	background:url("../images/icon_top.png") no-repeat 0 0;
}
#gotop  a:hover {
	background:url("../images/icon_top_hover.png") no-repeat 0 0;
}