@charset "utf-8";
/* CSS Document */

@import url(base.css);

#page_wrapper {
	margin:0 auto;
	width:980px;
	background:url(../images/bg_contents_white.png) top left no-repeat;
	text-align:left;
	padding:50px 0;
}

#page_header {
	width:900px;
	height:100px;
	margin:0 auto;
}

#title {
	float:left;
	width:200px;
	height:40px;
}

#sub_menu{
	float:left;
	width:700px;
	height:40px;
}

#sub_menu ul {
	clear:both;
	padding:15px 0 0 0;
}

#sub_menu ul li{
	float:left;
}
#sub_menu ul li.first{
	font-size:12px;
	line-height:1.4em;
}
#sub_menu ul li.here{
	font-size:12px;
	line-height:1.4em;
	color:#8d38e2;
}
#sub_menu ul li.second{
	font-size:12px;
	line-height:1.4em;
	padding:0 0 0 40px;
}
#sub_menu ul li a:link{
	color:#000;
	text-decoration:none;
}
#sub_menu ul li a:visited{
	color:#000;
	text-decoration:none;
}
#sub_menu ul li a:hover{
	color:#666;
	text-decoration:none;
}
#sub_menu ul li a:action{
	color:#000;
	text-decoration:none;
}


#page_contents {
	clear:both;
	margin:0 auto;
	width:900px;
}




/*フォーム*/

#page_contents .btn {
	margin:0 auto;
	width:860px;
	height:80px;
	text-align:center;
}

#page_contents .btn p{
	padding:20px 0 0 0;
}

#page_contents .contact_wrapper {
	clear:both;
	margin:0 auto 30px auto;
	width:860px;
	height:40px;
}

#page_contents .contact_wrapper .left{
	float:left;
	width:260px;
	height:40px;
	background:#ccc;
	text-align:left;
}

#page_contents .contact_wrapper .left p{
	font-size:14px;
	line-height:1.8em;
	padding:8px 0 0 10px;
}

#page_contents .contact_wrapper .right{
	float:left;
	width:600px;
	height:40px;
	text-align:left;
	margin:0;
}
#page_contents .contact_wrapper .right2{
	float:left;
	width:600px;
	height:40px;
	text-align:left;
	margin:0;
}

#page_contents .contact_wrapper .right3{
	float:left;
	width:600px;
	height:40px;
	text-align:left;
	margin:0;
}

#page_contents .contact_wrapper .right p{
	font-size:14px;
	line-height:1.4em;
}

#page_contents .contact_wrapper .right2 p{
	font-size:14px;
	line-height:1.4em;
	padding:0;
}

#page_contents .contact_wrapper .right3 p{
	font-size:14px;
	line-height:1.4em;
	padding:8px 0 0 10px;
}


/*お問い合わせ内容*/
#page_contents .contact_wrapper2{
	clear:both;
	margin:0 auto 30px auto;
	width:860px;
	height:200px;
}

#page_contents .contact_wrapper2 .left{
	float:left;
	width:260px;
	height:200px;
	background:#ccc;
	text-align:left;
}

#page_contents .contact_wrapper2 .left p{
	font-size:15px;
	line-height:1.4em;
	padding:8px 0 0 10px;
}

#page_contents .contact_wrapper2 .right{
	float:left;
	width:600px;
	height:200px;
	text-align:left;
	margin:0 ;
}

#page_contents .contact_wrapper2 .right p{
	font-size:15px;
	line-height:1.4em;
	padding:0 0 0 0;
}

/*フォームの幅*/

#page_contents .contact_wrapper .right .form_box{
	width:600px;
	height:38px;
	padding:0 0 0 5px;
	background-color:#fafafa;
	border:1px #ccc solid;
	font-size:14px;
	line-height:1.4em;
}

#page_contents .contact_wrapper2 .right .form_box{
	width:596px;
	height:194px;
	padding:0 0 0 5px;
	background-color:#fafafa;
	border:1px solid #ccc;
	font-size:14px;
	line-height:1.4em;
	}
	
#page_contents .contact_wrapper .right2 .syurui{
	height:40px;
	width:600px;
	padding:0 0 0 5px;
	background-color:#fafafa;
	border:1px #ccc solid;
	}


/*返信*/

#page_contents .thanks {
	width:860px;
	height:350px;
	margin:0 auto;
	text-align:left;
	line-height:1.8em;
	font-size:14px;
	color:#333;
}

#page_contents .thanks p{
	padding:20px;
}

