@charset 'UTF-8';

@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(navi.css);




/* -----------------------------------------------------------------------------
>> header
----------------------------------------------------------------------------- */

.header_about{
 	width:100%;
	height:280px;
	background:url(/img/pc/parts/header_fuyuyama.jpg) no-repeat;
	background-position:center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#DBDAD5;
	position:relative;
	border-bottom: 8px solid #DBDAD5;
}

/* -----------------------------------------------------------------------------
>> main-content
----------------------------------------------------------------------------- */
h2{
	width:630px;
	height:36px;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	margin: 10px 0px 60px 0px;
	background:url(/img/pc/title/title_contact.gif) no-repeat;
	
}

h3,h4{	
	color:#5B9797;
}

h3{
	height:50px;
	font-size:22px;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
	margin: 0px 0px 30px 0px;
	background-color:#D4E5E5;
	border: 1px solid #5B9797;
}

h4{
	color:#5B9797;
	font-size:16px;
	font-weight:bold;
	background:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border: none;
	float:left;
}

.att_title{ color:#C88140; float:right; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}

#pageIndx{
	font-size:12px;
	border: 1px solid #D4E5E5;
	background-color:#F5F4ED;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#pageIndx p{	background-color:#D4E5E5;}
#pageIndx p img{ padding: 10px 0px 5px 20px;}

#pageIndx ul{ padding: 15px 0px 15px 20px;}
#pageIndx li{
	background:url(/img/pc/icon/icon_diamond.gif) no-repeat;
	background-position:3px 3px;
	padding: 5px 20px 5px 25px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	line-height:140%;
}

#pageIndx li a{
	display:block;
	color:#000;
	text-decoration:none;
}
#pageIndx li a:hover{
	color:#CBE69D;
}


table {
	width:630px;
	border-spacing: 0;
	font-size:12px;
   border-top: 5px solid #D4E5E5;

}
table th {
	width:140px;
	border-bottom: 1px solid #D4E5E5;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	vertical-align: middle;
}


table td {
	color: #333;
	padding: 10px 10px;
	border-bottom: 1px solid #D4E5E5;
	line-height: 120%;
	vertical-align: middle;	
}



.att {	color: #C88140; font-weight:bold;}


.form_botttan{ text-align:center; margin: 20px 0px 0px 0px;}
.form_botttan img{ padding: 10px 20px 0px 20px;}



.form_botttan input[type="submit"], .form_botttan input[type="reset"], .form_botttan input[type="button"] {
    margin:10px 0;
    padding: 12px 35px;
    font-size: 1.2em;
    font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color:#D4E5E5;
    color: #5B9797;
    border-style: none;
}
.form_botttan input[type="submit"]:hover, .form_botttan input[type="reset"]:hover, .form_botttan input[type="button"]:hover {
    opacity:0.7;
}



.item_left{
	 width:220px;
	 float:left;
	 line-height:24px;
}
	 
.item_right{
	 width:220px;
	 float:left;
	 line-height:24px;

}
	 
	 
	 