@charset "utf-8";

/*基本設定
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	zoom:1;
	color: #2B2B2B;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
header,nav,section,article,aside,footer {
	display:block;
}	  
img {
	border:none;
	vertical-align: bottom;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
	background-image: url(/img/common/body/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 60px;
	background-color: #FFF;
}
body a {
	color: #3366CC;
	text-decoration: none;
}
body a:hover {
	color: #ff6666;
}
table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6;
	vertical-align: top;
}
th {
	text-align: center;
}
p {
	padding: 0px 0px 15px 0px;
}
.end {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*ヘッダー・グローバルナビ・メイン共通
--------------------------------------------------------------*/

header,nav,#main,#main_index {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*ヘッダー
--------------------------------------------------------------*/

header {
	height: 30px;
	padding: 15px 0px 15px 0px;
}
header h1 {
	font-size: 12px;
	font-weight: normal;
	float: left;
	padding: 10px 0px 0px 0px;
	line-height: 1;
}
#logo {
	width: 165px;
	float: left;
}

/*グローバルナビ
--------------------------------------------------------------*/

#g_nav {
	height: 35px;
}
#g_nav li {
	float: left;
}

/*フッターナビ
--------------------------------------------------------------*/

#f_nav {
	clear: both;
	padding: 30px 0px 30px 0px;
	font-size: 12px;
	text-align: center;
}

/*メイン
--------------------------------------------------------------*/

#main,#main_index {
	padding: 30px 0px 0px 0px;
}
#title,#title_s {
	background-image: url(/img/common/main/bg_title.jpg);
	background-repeat: repeat-x;
}
#title h1,#title h2,#title_s h1,#title_s h2 {
	background-image: url(/img/common/main/bg_h1_gray.jpg);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	font-size: 16px;
	line-height: 1.8;
}
#title h1,#title h2 {
	padding: 5px 0px 30px 35px;
}
#title_s h1,#title_s h2 {
	padding: 5px 0px 10px 35px;
}
#title h1 a,#title h2 a,#title_s h1 a,#title_s h2 a {
	color: #2B2B2B;
	letter-spacing: 0px;
}
.sub_title {
	margin: 0px 0px 20px 0px;
	clear: both;
}
.sub_title p {
	padding: 10px 0px 0px 20px;
	font-size: 12px;
}
#main article {
	width: 650px;
	margin: 0px auto 0px auto;
}
#top {
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}
#top .sam {
	float: left;
	width: 190px;
}
#top .exp {
	float: left;
	width: 460px;
}
#top .exp p {
	padding: 20px 0px 0px 0px;
}
.summary {
	background-color: #F0F0F0;
	margin: 20px 0px 20px 0px;
	padding: 10px 15px 10px 15px;
	font-size: 12px;
}
.summary ul {
	background-image: url(/img/common/main/bg_number.jpg);
	background-repeat: no-repeat;
	background-position: 10px 16px;
	padding: 14px 0px 0px 0px;
}
.summary li {
	text-indent: 30px;
	padding: 0px 0px 14px 0px;
	margin: 1px 0px 0px 0px;
	line-height: 106%;
}
.summary li a {
	color: #2B2B2B;
	line-height: 106%;
	display: inline;
	text-indent: 0px;
}
.sam_exp {
	overflow: hidden;
}
.sam_exp .sam {
	width: 225px;
	float: left;
}
.sam_exp .exp {
	float: left;
	width: 425px;
}
.sam_exp .button {
	padding: 25px 0px 0px 0px;
}

/*お見積もりバナー、PAGETOP
--------------------------------------------------*/

#order_banner,#page_top {
	clear: both;
	padding: 50px 0px 0px 0px;
	text-align: right;
}

/*フッター
--------------------------------------------------*/

footer {
	clear: both;
	background-color: #F3F3F3;
	font-size: 12px;
	padding: 10px 0px 8px 0px;
}
footer a,footer a:hover {
	color: #2B2B2B;
}
address {
	font-style: normal;
	display: inline;
}

