@charset "utf-8";

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	clear: both;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

body {
	margin: 0px;
	padding: 0px;
	font-family: ‘ヒラギノ角ゴ Pro W3′,’Hiragino Kaku Gothic Pro’,’メイリオ’,Meiryo,’ＭＳ Ｐゴシック’,sans-serif;
}
img {
	border-style:none;
}
a img {
	border-style:none;
}
.main_position {
	width:960px;
	margin:0 auto;
}
.header {
	background-image:url(header_bg.png);
	width:100%;
	height:90px;
}
.header #logo {
	width:382px;
	height:80px;
	background:url(header_logo.png);
	background-repeat:no-repeat;
	margin:10px 0 0 10px;
	float:left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.header .header_left {
	float:right;
	width:450px;
}
.header .header_left .tel {
	margin-top:10px;
	float:left;
}
.header .header_left .mail_btn {
	margin:25px 0 0 20px;
	float:left;
}
.menu {
	width:960px;
	margin:0 auto;
}
.menu ul {
	list-style-type:none;
	margin:10px 0;
	padding:0px;
}
.menu ul li {
	float:left;
	margin:0px;
	padding:0px;
}
.page_title {
	width:960px;
	height:50px;
	background-image:url(page_title_bg.png);
	background-repeat:no-repeat;
}
.page_title p {
	color:#FFF;
	font-weight:bold;
	padding:14px 0 0 50px;
}
.page_top_image {
	margin:10px 0;
}

.banner3 {
	width:890px;
	margin:20px auto;
}
.margin_right10 {
	margin-right:10px;
}
.menu a:hover {
    	opacity: 0.3;
    	filter:alpha(opacity=30); /* IE 6,7*/
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 8 */
	-moz-opacity:0.3; /* FF , Netscape */
	-khtml-opacity: 0.3; /* Safari 1.x */	
	zoom:1; /*IE*/
}
.index_text {
	background:url(index_text.png);
	background-repeat:no-repeat;
	width:894px;
	height:252px;
	margin:0 auto;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#444;
}
.index_text h3 {
	padding:40px 40px 0;
	text-align:center;
	line-height:150%;
}
.body_title {
	width:960px;
	height:40px;
	background-image:url(body_title_bg.png);
	margin:20px 0 30px;
}
.body_title p {
	padding:9px 0 0 25px;
	font-weight:bold;
}
.index_reg {
	width:750px;
	height:204px;
	background-image:url(index_reg_bg.png);
	background-repeat:no-repeat;
	margin:20px auto 40px;
}
.index_reg img {
	margin:125px 0 0 342px;
}
.footer {
	background-image:url(footer_bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:130px;
	text-align:center;
}
.footer p {
	display:block;
	padding:20px;
	font-family: ‘ヒラギノ角ゴ Pro W3′,’Hiragino Kaku Gothic Pro’,’メイリオ’,Meiryo,’ＭＳ Ｐゴシック’,sans-serif;;
	color:#FFF;
}


/* business */
.business_two_btn {
	width:680px;
	margin:0 auto 30px;
}
.body_title_business {
	width:750px;
	text-align:center;
	margin:0 auto 20px;
	background-image:url(business_body_title.png);
	font-size:30px;
	font-weight:bold;
}
.body_title_business p {
	padding:7px 0 3px;
	vertical-align:text-bottom;
}

/* shikin */
.shikin_body {
	width:960px;
	height:1270px;
	background-image:url(shikin_body.png);
	background-repeat:no-repeat;
}
.shikin_body .inquiry_right {
	width:300px;
	height:150px;
	padding:290px 0 0 510px;
	font-size:30px;
	font-weight:bold;
}
.shikin_body .inquiry_right .btn_position {
	margin-top:45px;
	margin-left:-10px;
}

/* example */
.buy_body_position {
	width:856px;
	margin:0 auto;
}

/* question */
.faq_body_position {
	width:864px;
	margin:0 auto;
}
.mail_body {
	width:960px;
	height:380px;
	background-image:url(mail_body.png);
	background-repeat:no-repeat;
}
.mail_body .inquiry_right {
	width:300px;
	height:150px;
	padding:160px 0 0 510px;
	font-size:30px;
	font-weight:bold;
}
.mail_body .inquiry_right .btn_position {
	margin-top:45px;
	margin-left:-10px;
}

/* company */
.company_body {
	width:710px;
	margin:10px auto;
}
.company_body table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
.company_body table th {
	width:30%;
	border: 1px #999 solid;
	background-color:#FFE7CE;
	text-align:left;
	padding:5px 10px;
}
.company_body table td {
	width:70%;
	border: 1px #999 solid;
	padding:5px;
}

/* mail */
.form_title {
	color:#FFF;
	padding:5px 0;
	background-color:#FF8000;
	font-size:18px;
	font-weight:bold;
	width:700px;
	margin:5px auto;
	text-align:center;
}

#form_area {
	width:700px;
	margin:10px auto 50px;
}
#form_area table {
	width:100%;
	border-collapse:collapse;
	font-size:14px;
}

#form_area table th {
	width:35%;
	background-color:#f5f5f5;
	border: 1px #999 solid;
	padding:5px;
	text-align:left;
}
#form_area table th span {
	color:#F00;
}
#form_area table td {
	width:65%;
	border: 1px #999 solid;
	padding:5px;
}
.input_image {
	width:260px;
	margin:15px auto 30px;
	text-align:center;
	display:block;	
}

/* thanks error */
.send_mess {
	width:700px;
	margin:10px auto;
	text-align:center;
}
.send_mess h3 {
	font-size:24px;
}