@charset "UTF-8";

@import url(textsettings.css);
@import url(base.css);

/*--------------------------------------------------------------


textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss




--------------------------------------------------------------*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#0066CC;
}
a:visited{
	color:#0066CC;
}
a:hover{
	color:#4FAFF4;
}
a:active{
	color:#4FAFF4;
}


/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
background:url(../img/common/bg.gif) #C1E165;
margin:0;
}

#container{
	width:800px;
	margin:0 auto;
	padding:0 20px;
	border-left:5px solid #79C94E;
	border-right:5px solid #79C94E;
	background:#FFF;
}



#header_area{
	padding:13px 0 0 0;
}

/* サイトタイトル */
#header_area .title{
	float:left;
	padding:9px 0 0 0;
}

#header_area .telfax{
	padding:0 0 10px 0;
}

#header_area .assessment_banner{
	padding:0 0 6px 0;
}

.header_menu_area{
	float:right;
	font-size:80%;
	width:578px;
}
.header_menu_area li{
	float:left;
}

.submenu_area {
	float:right;
	width:220px;
}
.submenu_area li{
	float:right;
}


/* ぱんくず */
	
.sitepath{
	font-size:80%;
	padding:5px;
	margin:0;
	float:left;
}

.sitepath a:link,
.sitepath a:visited{
	color:#333;
}

.sitepath a:hover,
.sitepath a:active{
	color:#666;
}




#contents_area h1{
	clear:both;
}
	

	
#main_area{
	
}
	#main_area .pagetitle{
		margin:0 0 30px 0;
	}
	.section{
		margin:0 auto 0px auto;
		padding:0 20px 10px 20px;
	}

#footer_area{
	font-size:85%;
}

#footer_area p{
 margin:0;
 padding:0;
}	

	
#footer_area p.pagetop{
	padding:0 0 10px 0;
	text-align:right;
	margin:0 auto 0px auto;
}

#footer_area .pagetop a:link,
#footer_area .pagetop a:visited{
	background:url(../img/common/foot_bt_top.gif) no-repeat center left;
	padding:0 0 0px 12px;
	color:#666;
}

#footer_area .pagetop a:hover,
#footer_area .pagetop a:active{
	background:url(../img/common/foot_bt_top.gif) no-repeat center left;
	padding:0 0 0 12px;
	color:#999;
}

#footer_area .buy_area{
	border:1px solid #CCC;
	padding:7px;
	background:#F2F2F2;
}
	#footer_area .footer{
		border:1px solid #CCC;
		margin:15px 0 10px 0;
		padding:7px;
	}
	#footer_area .copyright{
		float:left;
	}
	#footer_area .sakura_link{
		float:right;
	}
	
	

/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */


/* ページタイトル */

#contents_area h1{
	border-top:4px solid #4CA831;
	border-bottom:1px dotted #CCC;
	background:#EDF6EB;
}

/* ヘッダーのボタン類 */
.submenu_area a:hover img,
.header_banner a:hover img{

filter: alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;

}

.section h3{
	margin:0 0 10px 0;
	padding:0 0 0 8px;
	font-size:150%;
	color:#4CA831;
	background:url(../img/common/contents_h3_icon.gif) no-repeat center left;
}

.dotto_top{
	border-top:1px dotted #CCC;
	padding:10px 0 0 0;
}
.dotto_bottom{
	border-bottom:1px dotted #CCC;
}


/* 各ページ下部の査定依頼ボタン */
.assessment{
	text-align:center;
}
.assessment h3{	
	background:none;
	padding:10px 0 0 0;
	margin:0;
}


/* テーブルデザイン（主にお問い合わせで使用） */
.section .table{
	border-collapse:collapse;
	border-bottom:1px solid #CCC;
	margin:0 0 10px 0;
}

.section .table th,
.section .table td{
	border-top:1px solid #CCC;
	padding:8px;
	text-align:left;
}

.section .table th{
	border-right:1px dotted #CCC;
}

.section .table table{
	border-collapse:collapse;
	border-bottom:none;
	margin:0 0 10px 0;
}

.section .table table th,
.section .table table td{
	border-top:none;
	padding:2px;
	text-align:left;
}

.section .table table h4{
	background:#EDF6EB;
	font-size:90%;
}