/*　目次

1. 全体

2. 見出し

3. 共通設定（1）
	ヘッダー／メニュー／コンテンツ／フッター

4. 共通設定（2）
	レイアウト用テーブル／レイアウト用div

5. フォント
	段落／強調／基本的なフォントのセレクタ／カラー

6. 各ページでの設定
	・トップページ

 */

/* 1. 全体
-------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
} 

body {
	color:#333333;
	font-size:80%;
	line-height:150%;
	text-align:center;
	background:url(img/body_background.jpg) repeat-x;
	background-color:#ebf4fb;
}

a:link,
a:visited,
a:active {
	color:#0066cc;
	text-decoration:underline;
}

a:hover {
	color:#ffd37f;
	text-decoration:underline;
}

img {
	border:0;
}

ol,ul {
	list-style:none;
}

table { 
	border-collapse:collapse;
	border-spacing:0px;
}

td {
	vertical-align:top;
	font-size:80%;
	line-height:150%;
}

/* 2. 見出し
-------------------------------------------------------------------- */
h1 {
	padding:5px 10px 0px 10px;
	font-size:12px;
	font-weight:normal;
	line-height:130%;
}

#contents h2 {
	padding:6px 10px 7px 35px;
	background:url(img/h2_background.jpg) no-repeat;
}

.h2_after {
	margin-top:50px;
	padding:6px 10px 7px 35px;
	background:url(img/h2_background.jpg) no-repeat;
}

#contents h3 {
	margin-top:20px;
	padding:6px 10px 7px 10px;
	background:url(img/h3_background.jpg) no-repeat;
	font-size:100%;
}

#contents h4 {
	margin-top:30px;
	font-size:100%;
}

.h4_first {
	margin-top:0px !important;
}

/* 3. 共通設定（1） 
-------------------------------------------------------------------- */
/* コンテナ */
#container {
	width:820px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

/* ヘッダー */
#header {
	width:820px;
	height:91px;
	background:url(img/header_background.jpg) repeat-y;
}

#header_padding {
	padding:0px 10px;
}

#logo {
	width:315px;
	float:left;
	margin-top:10px;
}

#header_tel {
	width:485px;
	float:left;
	margin-top:20px;
	text-align:right;
}

#header_mail {
	width:80px;
	float:left;
	margin-top:35px;
}

/* メインボックス */
#main_box {
	clear:both;
	width:820px;
	background:url(img/main_background.jpg) repeat-y;
}

#main_padding {
	padding:0px 10px;
}

/* メニュー */
#menu {
	width:235px;
	float:left;
	padding-bottom:40px;
}

#menu ul {
	margin-left:5px;
}

#menu li img {
	vertical-align:top;
}

#side_inquiry {
	margin:20px 0px 0px 5px;
}

#side_inquiry p {
	padding:5px;
	background:url(img/side_inquiry_background.jpg) left bottom no-repeat;
}

#company_profile {
	margin:25px 5px 0px 5px;
}

#company_profile h2 {
	margin-left:3px;
}

#company_profile p {
	margin:10px 5px 0px 5px;
}

/* コンテンツ */
#contents {
	width:555px;
	float:left;
	padding-bottom:40px;
}

#contents p {
	margin-top:15px;
}

/* フッター */
#footer {
	clear:both;
	padding:10px;
	text-align:center;
	font-size:90%;
	line-height:130%;
	background-color:#f4f4f4;
}

#footer li {
	display:inline;
	list-item-position:inside;
	margin-left:10px;
	padding-right:10px;
	border-right:1px #333333 solid;
}

#footer li.end {
	margin-left:10px;
	padding-right:10px;
	border-right:none;
	display:inline;
	list-item-position:inside;
	list-style:none;
}

#copyright {
	padding:10px;
	text-align:center;
}

#copyright a {
	color:#333333;
	font-size:90%;
	text-decoration:none;
}

/* 4. 共通設定（2）
-------------------------------------------------------------------- */
table.layout {
	margin-top:20px;
}

table.layout td {
	padding:5px;
	font-size:80%;
	line-height:130%;
	vertical-align:top;
}

table.layout_border {
	margin:20px 20px 0px 20px;
	border:1px #dcdcdc solid;
}

table.layout_border td {
	padding:5px;
	border:1px #dcdcdc solid;
}

table.layout_item {
	margin:0px;
}

table.layout_item td {
	padding:7px;
	border-bottom:1px #dcdcdc solid;
	vertical-align:top;
}

table.layout_indicated {
	margin:0px;
}

table.layout_indicated td{
	padding:0px 5px 0px 5px;
	border-bottom:none;
	vertical-align:top;
}

.indicated_total {
	border-top:1px #dcdcdc solid;
}

table.layout_stove {
	margin:0px;
}

table.layout_stove td{
	padding:0px 5px 0px 0px;
	border-bottom:none;
	vertical-align:top;
}

.arrow_list {
	margin:10px 0px 0px 10px;
}

.arrow_list li {
	padding-left:20px;
	background:url(img/icon_arrow.jpg) 0px 3px no-repeat;
}

.arrow_list_indent {
	margin:0px 0px 0px 10px;
}

.arrow_list_indent li {
	padding-left:20px;
	background:url(img/icon_arrow.jpg) 0px 3px no-repeat;
}


/* 5. フォント
-------------------------------------------------------------------- */

.cost {
	color:#CC0000;
	font-weight:bold;
}

.price {
	color:#CC0000;
	font-weight:bold;
	font-size:130%;
}

.value {
	float:right;
}

.notes {
	color:#CC0000;
	font-weight:bold;
}

.kouji {
	color:#CC0000;
	font-weight:bold;
	font-size:130%;
	text-align:center;
}

/* 6. 各ページでの設定-------------------------------------------------------------------- */
/* トップページ */
#top_contents {
	width:555px;
	float:left;
	padding-bottom:40px;
}

#top_contents p {
	margin-top:10px;
}

#top_contents h2 {
	margin-top:10px;
}

#top_contents h3 {
	margin:15px 0px 0px 10px;
	font-size:100%;
}

.top_item {
	margin-top:8px;
}

.top_item li {
	display:inline;
	list-item-position:inside;
}