@charset "Shift_JIS";

/*-----------------------------------*/
/*IE6ロールオーバーチラ付きバグ回避*/
* html{
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
/*-----------------------------------*/

/* 基本設定
-------------------------------------*/
* {
	font-family: Arial, "ＭＳ Ｐゴシック", Osaka;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-weight: normal;
	color: #333333;
	background: #FFFFFF;
}
/*基本クラス
---------------------------------------------------*/
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
}


.migi {
	text-align: right;
}
.cent {
	text-align: center;
}



/*リンク
---------------------------------------------------*/
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #0044CC;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: underline;
}

/*ページトップ
---------------------------------------------------*/
#top {
	text-align: left;
	width: 760px;
	margin: 10px auto 15px;
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 180px;
	/*カスタマイズ箇所*/
	background-image: url(img/head.gif);
}
#top #top-right {
	float: right;
	width: 270px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}

#top h1 {
	color: #333333;
	float: left;
	font-size: 75%;
}
#top ul {
	font-size: 75%;
	line-height: 130%;
	color: #999999;
}
#top li {
	list-style: none;
	border-bottom: 1px dashed #FFFFFF;
	padding-left: 15px;
}



#top p {
	margin-bottom: 15px;
	text-indent: -9999px;
}

/*枠
---------------------------------------------------*/
#bodyin {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	width: 750px;
}
/*パンくず
---------------------------------------------------*/
#pan {
	text-align: left;
	margin: 0px auto 10px;
	width: 750px;
	background-color: #F0F0F0;
	background-image: url(img/bg_slash.gif);
	color: #666666;
}
#pan p{
	font-size: 75%;
	line-height: 150%;
	margin: 2px 15px;
}
/*本文エリア
---------------------------------------------------*/
#main {
	width: 750px;
	margin-bottom: 15px;
}
/*保険会社TEL表
---------------------------------------------------*/
#tel {
	border-bottom: 1px dashed #999999;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px dashed #999999;
	padding-bottom: 15px;
}

#tel h2 {
	font-size: 90%;
	margin-bottom: 8px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 15px solid #999999;
}
#tel p {
	font-size: 80%;
	margin-bottom: 10px;
	margin-left: 40px;
	color: #333333;
	margin-right: 40px;
}
#tel table {
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#tel strong {
	font-family: "Times New Roman", Times, serif;
	color: #3A499E;
	font-size: 150%;
	padding-right: 8px;
	font-weight: bold;
}
#tel th{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding: 3px 10px 3px 15px;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	background-image: url(img/bg_slash.gif);

}
#tel td {
	padding: 1px 5px;
	font-size: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: medium;
	text-align: left;
}
#tel td.cent {
	font-size: small;
	text-align: center;
	white-space: nowrap;
	background-color: #FAFAFA;
}

#tel td p{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}



/*--------------------------------------------------------*/
/*bottomエリア*/
/*--------------------------------------------------------*/
#bottom{
	padding-top: 15px;
	}
/*コピーライト
---------------------------------------------------*/
#copy {
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	background: #333333;
	padding: 3px;
}
/*募集代理店
---------------------------------------------------*/
#bosyu {
	border: 1px solid #CCCCCC;
	width: 710px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF;
}

#bosyu dt {
	font-size: 80%;
	color: #666666;
	line-height: 150%;
	background: #F7F7F7;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	margin-bottom: 10px;
}

#bosyu dd {
	font-size: 70%;
	line-height: 150%;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	color: #666666;
}
/*フッターキャッチ
---------------------------------------------------*/
#foot-catch {
	font-size: 80%;
	color: #666666;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#foot-catch p {
	margin-bottom: 8px;
}
#foot-catch strong {
	font-size: 120%;
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
	line-height: 200%;
}
/*ページ最下部のリンク
---------------------------------------------------*/
#links {
	background-color: #EEEEEE;
	color: #CCCCCC;
	padding-bottom: 10px;
	text-align: center;
}
#links a {
	color: #888888;
}
#links p {
	font-size: 75%;
	line-height: 150%;
	padding: 5px;
}
#links h2 {
	font-size: 75%;
	color: #999999;
	font-weight: normal;
	padding: 10px 5px 5px;
	text-align: center;
}
#links h2 a {
	color: #999999;
}
/*-----------------------------------------------------*/
