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



/*ページタイトル*/
#page_ttl_area{
	width:950px;
	margin:80px auto 50px auto;
}

/*ページタイトル*/
#page_ttl_area h2.p_ttl{
	display: block;
				border-radius: 10px;
				font-size: 5.3rem;
				line-height: 100%;
				padding: 0px;
				text-align: center;
				margin: 0;
}
#page_ttl_area h2.j_ttl{
	text-align:center;
	margin:0 auto;
	padding-bottom:65px;
	padding-top:15px;
	font-size:2.6rem;
	line-height:100%;
}






/**************************/
/*CONTACT*/
index.html#contact_area{
		width: auto;
		margin:0 auto 0 auto;
		padding-top:142px;
		background:#ffffff;
}
index.html#contact_body{
	padding-bottom:134px;
}

index.html#contact_area h2.j_ttl{
	color:#4e4e4e;
}

index.html#contact_area p{
	text-align:center;
	font-size:1.6rem;
	line-height:1.75em;
}

form input[type=text],
form textarea{
	border:0;
	padding:5px;
	width:440px;
	background-color:#efefef;
	border-radius: 6px;         /* CSS3 */
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	behavior: url(border-radius.htc);　/*for IE */
	border: solid 1px #efefef;		
	-webkit-box-shadow:2px 2px 2px 0 rgba(100,100,100,0.7) inset;
	-moz-box-shadow:2px 2px 2px 0 rgba(100,100,100,0.7) inset;
	box-shadow:2px 2px 2px 0 rgba(100,100,100,0.7) inset;
}

form input[type=submit],
form input[type=reset]{
	border:0;
	padding:0;
	margin:0;
	background-color:transparent;
	text-indent:100%;
}

form input[type=checkbox],
form input[type=radio] {
	width:inherit;
	margin:9px 0;
}

dl.form_dl {
	width:950px;
	margin:0 auto;
}
 
dl.form_dl dt {
	clear: left;
	float: left;
	width: 130px;
	margin-bottom: 24px;
	padding-top:5px;
	padding-right:67px;
}
  
dl.form_dl dd {
	margin-left:130px;
	margin-bottom: 24px;
}

dl.form_dl input.tel, dl.form_dl input.fax {
	width:125px;
}

dl.form_dl input.zip1 {
	width: 139px;
}

dl.form_dl input.zip2 {
	width: 271px;
}

dl.form_dl input.address {
	width: 739px;
}

dl.form_dl input[type=checkbox] {
	width:inherit;
	margin:9px 0;
}

dl.form_dl input[type=radio] {
	width:inherit;
	margin:9px 0;
	border-radius:5px;
}

dl.form_dl textarea {
	width: 739px;
	height: 224px;
	padding:3px;
}

.emphasis {
    color: #E60012;
    font-weight: bold;
}

#form_action{
	text-align:center;
	margin:0 auto 80px auto;
}

.btn_conf{
	width:251px;
	height:63px;
	background:url(../img/btn_contact_send.gif) no-repeat center center;
}
.btn_conf:hover{
	opacity:0.8;
}

.btn_cancel{
	width:251px;
	height:63px;
	background:url(../img/btn_contact_can.gif) no-repeat center center;
}
.btn_cancel:hover{
	opacity:0.8;
}

/******************/

#manual_area_body table{
	margin:0 auto 200px auto;
}

#manual_area_body td{
		vertical-align:middle;
}
#manual_area_body th{
	vertical-align:middle;
}

#manual_area_body td a{
			text-decoration:none;
			color:#000000;
}
#manual_area_body td a:hover{
	text-decoration:underline;
}

#manual_area_body th a{
			text-decoration:none;
			color:#000000;
}
