/*　目次

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:160%;
	text-align:center;
	background-color:#F5F8F6;
}

a:link {
	color:#006600;
	text-decoration:underline;
}
a:visited {
	color:#339900;
	text-decoration:none;
}
a:hover {
	color:#006600;
	text-decoration:underline;
}
a:active {
	color:#006600;
	text-decoration:underline;
}

img {
	border:0;
}

ol,ul {
	list-style:none;
}

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

td {
	font-size:80%;
	line-height:160%;
}

/* 2. 見出し
-------------------------------------------------------------------- */
h1 {
	padding:2px 5px;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	background-color:#36C544;
}

h2 {
	margin-top:15px;
	color:#ff6633;
}

h3 {
	margin-top:20px;
	padding:5px 10px 5px 10px;
	font-size:120%;
	color:#666666;
	background:url(img/h2_background.jpg) no-repeat;
}

h4 {
	margin:20px 15px 0px 10px;
	font-size:120%;
/*	color:#009900;*/
	color:#ff8000;
}

/* 3. 共通設定（1） 
-------------------------------------------------------------------- */
/* コンテナ */
#container {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background:#ffffff url(img/container_background.jpg) repeat-y;
}

div#container:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/* ヘッダー */
#header {
	width:760px;
	height:72px;
	border-bottom:2px #36C544 solid;
}

#logo {
	width:323px;
	float:left;
}

#head_inquiry {
	width:300px;
	float:right;
	padding-right:5px;
	text-align:right;
}

/* メインボックス */
#main_box {
	width:760px;
	padding-top:10px;
	background:url(img/mainbox_background.jpg) repeat-y;
}

div#main_box:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/* グローバルメニュー */
#menu {
	width:160px;
	float:left;
	padding-bottom:40px;
}

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

.details {
	width:160px;
}

.details li a {
	display:block;
	height:28px;
	padding:2px 5px 0px 20px;
	color:#333333;
	text-decoration:none;
	background:url(img/m_background_off.jpg) no-repeat;
}

.details li a:hover {
	color:#333333;
	text-decoration:underline;
	background:url(img/m_background_on.jpg) no-repeat;
}

.details li a:visited {
	color:#666666;
	text-decoration:none;
}

/* 会社情報 */
#side_inquiry_tel {
	margin-top:20px;
	padding:10px;
	line-height:200%;
	border-top:2px #36C544 solid;
	background:url(img/dotted_border_short.jpg) bottom no-repeat;
}

#side_inquiry_mail {
	margin-top:0px;
	padding:10px;
	line-height:170%;
	background:url(img/dotted_border_short.jpg) bottom no-repeat;
}

#com_information {
	margin:10px;
	line-height:150%;
}

#banner {
	margin:10px;
	font-size:80%;
	line-height:120%;
}

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

#contents p {
	margin:15px 15px 0px 10px;
}

/* フッター */
#bottom_menu {
	clear:both;
	text-align:center;
	padding:10px 0px 10px 5px;
	background:#EBF9EC url(img/dotted_border_long.jpg) bottom no-repeat;
	border-top:2px #36C544 solid;
}

#bottom_menu li {
	display:inline;
	list-item-position:inside;
	padding-left:15px;
	padding-right:10px;
	border-right:1px #999999 solid;
}

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

#bottom_menu a {
	color:#333333;
	text-decoration:underline;
}

#bottom_menu a:visited {
	color:#666666;
	text-decoration:none;
}

/* コピーライト */
#copyright {
	clear:both;
	padding:10px 0px;
	text-align:center;
}

#copyright a {
	color:#333333;
	text-decoration:none;
}

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

table.layout td {
	padding:5px;
	vertical-align:top;
}

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

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

.item {
	padding:5px;
	vertical-align:top;
	background-color:#EBF9EC;
}

.arrow_list {
	margin-top:15px;
}

.arrow_list li {
	padding-left:30px;
	line-height:200%;
	background:url(img/orange_arrow.jpg) 3px 3px no-repeat;
}

.number_list {
	margin:10px 10px 0px 40px;
	list-style-type:decimal;
}

.disc_list {
	margin:10px 10px 0px 40px;
	list-style-type:disc;
}

/* 5. フォント
-------------------------------------------------------------------- */
.emphasis {
	color:#FF0000;
	font-weight:bold;
}

.important {
	color:#ff8000;
	font-weight:bold;
}

.weight {
	color:#ff6633;
}

.note {
	color:#330000;
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.small {
	font-size:80%;
	font-weight:bold;
}
/* 6. 各ページでの設定-------------------------------------------------------------------- */
/* トップページ */
#top_area {
	line-height:150%;
}

/* 手続きの流れ */
table.flow {
	width:566px;
	margin-top:15px;
	background:url(img/waku_middle.gif) repeat-y;
}

table.flow p {
	margin:5px 15px 5px 0px ! important;
}

table.passage {
	width:566px;
	margin-top:10px;
}

/* サイトマップ */
.arrow_list_child {
	margin:5px 15px 0px 10px;
}

.arrow_list_child li {
	margin-top:0px;
	padding-left:25px;
	line-height:160%;
	background:url(img/arrow_normal.jpg) 5px 2px no-repeat;
}

.arrow_list_child li.last {
	margin-top:0px;
	padding-left:25px;
	background:url(img/arrow_end.jpg) 5px 2px no-repeat;
}
