﻿@charset "utf-8";

/* --- 初期設定 --- */
body,h1,h2,h3,strong,p,a,ul,li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #000000;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.clear {
	display: none;
}

/* --- ヘッダー部 --- */
div#header {
	display: block;
	height: 120px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#header h1#title_text {
	display: block;
	clear: both;
	float: left;
	height: 16px;
	width: 980px;
	margin-top: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #333333;
}
#header #title a {
	background-image: url(../images/pict_head_title.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 71px;
	width: 227px;
	margin-top: 20px;
}
#header div#head_right {
	display: block;
	float: right;
	height: 71px;
	width: 753px;
	margin-top: 20px;
}
#header #head_right #head_find a {
	background-image: url(../images/btn_head_find.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: right;
	height: 36px;
	width: 114px;
	margin-top: 30px;
	background-position: left;
}
#header #head_right #head_find a:hover {
	background-image: url(../images/btn_head_find.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: right;
	height: 36px;
	width: 114px;
	margin-top: 30px;
	background-position: right;
}
#header #head_right #head_crame a {
	background-image: url(../images/btn_head_toiawase.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: right;
	height: 36px;
	width: 114px;
	margin-top: 30px;
	margin-right: 5px;
	background-position: left;
}
#header #head_right #head_crame a:hover {
	background-image: url(../images/btn_head_toiawase.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: right;
	height: 36px;
	width: 114px;
	margin-top: 30px;
	margin-right: 5px;
	background-position: right;
}

/* --- メニュー部 --- */
div#menu {
	background-image: url(../images/bit_menu.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 38px;
	clear: both;
	width: 100%;
}
#menu ul {
	display: block;
	height: 38px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#menu li {
	display: block;
	clear: none;
	float: left;
}

#menu #menu01 a {
	background-image: url(../images/btn_menu_top.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 164px;
	background-position: left;
}
#menu #menu01 a:hover {
	background-image: url(../images/btn_menu_top.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 164px;
	background-position: right;
}
#menu #menu02 a {
	background-image: url(../images/btn_menu_special.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 163px;
	background-position: left;
}
#menu #menu02 a:hover {
	background-image: url(../images/btn_menu_special.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 163px;
	background-position: right;
}
#menu #menu03 a {
	background-image: url(../images/btn_menu_lifeplan.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 163px;
	background-position: left;
}
#menu #menu03 a:hover {
	background-image: url(../images/btn_menu_lifeplan.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 163px;
	background-position: right;
}
#menu #menu04 a {
	background-image: url(../images/btn_menu_flow.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 163px;
	background-position: left;
}
#menu #menu04 a:hover {
	background-image: url(../images/btn_menu_flow.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 163px;
	background-position: right;
}
#menu #menu05 a {
	background-image: url(../images/btn_menu_owner.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 163px;
	background-position: left;
}
#menu #menu05 a:hover {
	background-image: url(../images/btn_menu_owner.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 163px;
	background-position: right;
}
#menu #menu06 a {
	background-image: url(../images/btn_menu_info.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 164px;
	background-position: left;
}
#menu #menu06 a:hover {
	background-image: url(../images/btn_menu_info.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 164px;
	background-position: right;
}

/* --- フッター部 --- */
div#footer {
	background-color: #546077;
	display: block;
	clear: both;
	float: left;
	height: 120px;
	width: 100%;
}
#footer div#footer_ct {
	background-color: #FFFFFF;
	display: block;
	clear: both;
	height: 120px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer_ct p#f_line {
	display: block;
	clear: both;
	float: left;
	height: 1px;
	width: 960px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer #footer_ct ul {
	display: block;
	clear: both;
	float: left;
	height: 16px;
	width: 960px;
	margin-top: 5px;
	margin-left: 10px;
}
#footer #footer_ct li {
	display: block;
	clear: none;
	float: left;
}
#footer #footer_ct #footer_menu01 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 50px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu01 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 50px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu02 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 90px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu02 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 90px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu03 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 75px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu03 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 75px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu04 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 100px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu04 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 100px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu05 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 75px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu05 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 75px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu11 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 60px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu11 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 60px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu12 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 80px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu12 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 80px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu13 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 65px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu13 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 65px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu14 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 115px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct #footer_menu14 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #444444;
	display: block;
	clear: none;
	float: left;
	width: 115px;
	height: 16px;
	text-align: center;
}
#footer #footer_ct p#f_text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #333333;
	display: block;
	clear: both;
	float: left;
	height: 16px;
	width: 950px;
	margin-top: 25px;
	margin-left: 20px;
}

