@charset "Shift_JIS";

*{
	margin:0;
	padding:0;
	font-weight: normal;
}

body{
	text-align:center;
	font-size:12px;
	background: #ffffff;
	color: #666666;
	line-height: 1.5;
	font-family: verdana, sans-serif;
}

a img{border:none;}
a{color:#ff6600;text-decoration:none;}
a:hover{text-decoration:underline;}
.clear{clear:both;}
* html table td{font-size:75%;}
* html table th{font-size:75%;}
.text_center{text-align:center;}
.text_right{text-align:right;}
strong{font-weight: bold;}
.mt5{margin-top:5px;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.mr20{margin-right:20px;}
.mb5{margin-bottom:5px;}
.mb30{margin-bottom:30px;}

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	background: url(images/bg-header.gif) 2px 0 no-repeat;
	width: 922px;
	margin: 0 auto;
}

#header {
	width: 910px;
	height: 92px;
	margin: 0 0 0 12px;
}

#header h1 {
	font-size: 100%;
	height: 18px;
	overflow: hidden;
}

#header .headerRight {
	float: right;
	width: 500px;
	margin: 8px 30px 0 0;
	text-align: right;
	display: inline;
}

#header .headerRight img {vertical-align: bottom;}

#header h2 {
	float: left;
	padding: 40px 0 0 9px;
	width: 255px;
	display: inline;
}

#headMenu ul {
	list-style-type: none;
	margin-left: 12px;
}

#headMenu ul li {
	float: left;
	display: inline;
}

#headNavi {
	width: 900px;
	margin-left: 20px;
	top: -4px;
	position: relative;
}

#headNavi .crumb {
	float: left;
	width: 200px;
	margin: 0 0 0 5px;
	display: inline;
	text-align: left;
	font-size: 92%;
}

#headNavi .sitemapLink {
	float: right;
	width: 200px;
	margin: 0 5px 0 0;
	display: inline;
	text-align: right;
	font-size: 92%;
}

#headNavi a {color: #666666;text-decoration: none;}
#headNavi a:hover {color: #99cc33;text-decoration: none;}

#container {
	width: 900px;
	background: #ede6d8;
	margin-left: 18px;
	margin-bottom: -6px;
}

#container .containerHead {
	width: 900px;
	height: 9px;
	background: url(images/bg-containerhead.gif) 0 0 no-repeat;
}

#container #mainContents {
	width: 682px;
	float: right;
	margin: 0 2px 0 0;
	text-align: left;
	display: inline;
	position: relative;
	top: -6px;
	margin-bottom: -6px;
}

#container #subContents {
	width: 213px;
	float: left;
	margin: 5px 0 0 2px;
	text-align: left;
	display: inline;
	position: relative;
	top: -6px;
	margin-bottom: -6px;
	overflow: hidden;
}

.containerFoot {
	width: 900px;
	height: 9px;
	background: url(images/bg-containerfoot.gif) 0 0 no-repeat;
	margin-left: 18px;
	margin-top: -6px;
}

#container .contacttext{
	text-align:left;
	margin:10px 0px 0px 25px;
}

#footer {
	width: 912px;
	height: 111px;
	background: url(images/bg-footer.gif) no-repeat;
	overflow: hidden;
	margin-left: 12px;
}

#footer p {
	text-align: center;
	padding: 25px 0 18px 0;
	border-bottom: 1px solid #666666;
	margin: 0 30px;
}

#footer p a {
	color: #cccccc;
	padding: 0 10px;
}

#footer p.copyright {
	border-top: 1px solid #cccccc;
	border-bottom: none;
	padding: 18px 0 0 0;
}

/* フォーム */
#form{
	width:604px;
	background: url(images/form_back_body.gif) repeat-y;
	margin:15px 0px 15px 23px;
}

#form h4{
	padding:20px 0px 15px 25px;
	float:left;
}

#form .head_orange{
	font-size:14px;
	font-weight:bold;
	color:orange;
	margin:20px 20px 0px 0px;
	float:right;
}

#form .formHead {
	width: 604px;
	height: 18px;
	background: url(images/form_back_head.gif) 0 100% no-repeat;
}

#form .formFoot {
	width: 604px;
	height: 18px;
	background: url(images/form_back_foot.gif) 0 0 no-repeat;
}

#formInner{
	width:590px;
	padding:20px 0px 0px 20px;
}

#formInner table{
	width:560px;
}

#form th{
	text-align:left;

}

#form td{
	text-align:right;

}

.orange{
	color:#FF9900;
}

#form textarea{
	width:236px;
	height:50px;
}

.thComment{
	vertical-align:top;
}

.tdSubmit{
	height:80px;
	vertical-align:bottom;
}

.complete{
	margin:50px 0px 500px 0px;
}


/* サブコンテンツ */
#subContents .subMenu {
	width: 200px;
	margin: 0 0 5px 7px;
}

#subContents .subMenuHead {
	width: 200px;
	height: 7px;
	background: url(images/bg-subhead.gif) 0 0 no-repeat;
}

#subContents .subMenuFoot {
	width: 200px;
	height: 7px;
	background: url(images/bg-subfoot.gif) 0 100% no-repeat;
}

#subContents .subMenuBody {
	background: #ffffff;
}

#subContents .subMenuBody ul.subMenu {
	list-style-type: none;
	text-align: left;
	overflow: hidden;
	width: 180px;
	margin-top: -5px;
}

#subContents .subMenuBody ul.subMenu li {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: -1px;
}

#subContents .subMenuBody ul.subMenu li a {
	padding: 13px 3px 11px 22px;
	background: url(images/bg-submenu.gif) 8px 50% no-repeat;
	display: block;
	color: #666666;
}

#subContents .subMenuBody .subCompanyInfo {
	width: 182px;
	margin: 0 0 5px 10px;
}

#subContents .subMenuBody .subCompanyInfo .subCompanyInfoTitle {
	width: 174px;
	height: 25px;
	background: url(images/bg-sub-companyinfo.gif) 0 100% no-repeat;
	color: #ffffff;
	padding: 6px 0 0 8px;
}

* html #subContents .subMenuBody .subCompanyInfo .subCompanyInfoTitle {width: 182px;height: 31px;}

#subContents .subMenuBody .subCompanyInfo .subCompanyInfoBody {
	background: url(images/bg-sub-companybody.gif) 0 0 repeat-y;
}

#subContents .subMenuBody .subCompanyInfo .subCompanyInfoBody ul {
	list-style-type: none;
	text-align: left;
	overflow: hidden;
	margin: 0 10px;
}

#subContents .subMenuBody .subCompanyInfo .subCompanyInfoBody ul li {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: -1px;
	line-height: 1;
	padding: 8px 0 4px 0;
}

#subContents .subMenuBody .subCompanyInfo .subCompanyInfoBody ul li.tel {
	color: #ff6600;
	font-size: 130%;
	font-weight: bold;
}

#subContents .subMenuBody .subCompanyInfo .subCompanyInfoBody ul li.fax {
	color: #ff6600;
}

#subContents .subMenuBody .subCompanyInfo .subCompanyInfoFoot {
	width: 182px;
	height: 8px;
	background: url(images/bg-sub-companyfoot.gif) 50% 100% no-repeat;
}

#subContents .subMenuBody .subMenuFoot {
	width: 200px;
	height: 7px;
	background: url(images/bg-subfoot.gif) 0 100% no-repeat;
}

/* メイン部分 */
#mainContents .column {
}

#mainContents .column .columnHead {
	width: 682px;
	height: 13px;
	background: url(images/bg-maincolumnhead.gif) 0 100% no-repeat;
}

#mainContents .column .columnBody {
	width: 682px;
	background: url(images/bg-maincolumnbody.gif) 0 0 repeat-y;
	text-align: center;
}

#mainContents .column .columnFoot {
	width: 682px;
	height: 13px;
	background: url(images/bg-maincolumnfoot.gif) 0 0 no-repeat;
}

#mainContents .column .columnBody .columnBodyInner {
	width: 650px;
	margin: 0 auto;
	text-align: left;
}

#mainContents .column .columnBody .columnBodyInner h3 {
	padding: 5px 0;
}

#mainContents .column .columnBody .columnBodyInner p {
	padding: 5px 0;
}

#mainContents p.pagetop {
	margin: 20px 0 0 0;
	text-align: right;
}

#mainContents p.pagetop a {font-size: 92%;color :#666666;}.whats_new {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	background: no-repeat;
}
