@charset "shift-jis";
body {
/*	background-color: #EBEDFF; */
	background-image: url("../images/bgb_01.gif");
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}

/* id設定 */
#whole {
	width: 860px;
	border-left: 0px solid #BED7BE;
	border-right: 0px solid #BED7BE;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
/*	background-color: #CCCCCC; */
	border: 0px solid #000000;
	padding:25px 0px 0px 0px;
	height: 70px;
}
p.head{
	font-size:26px;
	font-style:italic;
	float:left;
	margin-right: 15px;
	margin-left: 20px;

}
#top_image {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border-left: 0px solid #AA9B90;
	border-right: 0px solid #AA9B90;
	border-bottom: 1px solid #BED7BE;
	height: 100px;
	padding:0px 0px 0px 0px;
	background-image: url("../images/bgbanner00.gif");
/*	background-repeat:no-repeat;
	background-position:right bottom; */
}

#menubox {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#menubox2 {
	clear:left;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding:10px;
	background-color: #FFFFFF;
}
#mainbox {
	width: 820px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	background-color: #FFFFFF;
	height: auto;
}
#leftbox {
	width: 160px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: ;
	padding: 0px;
	height: auto;
	float: left; /* floatを入替えることで左右入替え可能 */
}
#rightbox {
	width: 660px;
	background-color: ;
	padding: 0px;
	height: auto;
	float: left; /* floatを入替えることで左右入替え可能 */
}
.subbox {
	background-color: ;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	width: 610px;
}
#centerbox {
	background-color: #FDFEE0;
	width: 820px;
	height: 350px;
	padding: 0px;
	float: left;
}
#footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-color: ;
	border-top: 1px solid #000000;
	height: 25px;
	text-align: center;
}
.widget{
	width: 155px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border: 1px solid #ffcc66;
	text-align: center;
	padding:10px 0px;
}
/* 構造化 */

h1 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border-bottom:solid 1px #BED7BE;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #887148;
	margin: 25px 0px 0px 30px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: ;
	text-align: left;
	margin: 5px;
	padding: 5px 0px 5px 10px;
/*	background-image: url("../images/banner_01_01.gif");  */
	border-top: solid 1px #DBA986;
	border-left: solid 15px #DBA986;
	border-bottom: solid 1px #DBA986;
	border-right: solid 1px #DBA986;
}
h4 {
	color: #FF9900;
}
h5 {
	color: #FFFFFF;
}
h6 {
	color: #FFFFFF;
}

/* ボックス */
div.ol_top{
	width:590px;
	float:left;
}
div.privilege-box{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	border:solid 0px #000000;
}
div.form{
	width:500px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

p.sub_title {
	font-size: 15px;
	font-weight: normal;
	color: ;
	text-align: left;
	margin: 5px;
	padding: 4px 0px 4px 10px;
	background-image: url("../images/banner_01.gif");
	border-top: solid 0px #DBA986;
	border-left: solid 0px #DBA986;
	border-bottom: solid 0px #DBA986;
	border-right: solid 0px #DBA986;
}
p.dl{
	
}
/* リスト */
ul {
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
}
li {
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 14px;
	line-height:1.4em;

}
li.menu2 {
	margin-top: 1px;
	margin-left: 1px;
	font-size: 14px;
	width: 150px;
	float: left;
}
ol{
	list-style-image: url("../images/icon00_00.gif");

}
ol.top{
	list-style-image: url("../images/icon_chk_00_00.gif");
	width:550px;
}
ol.top2{
	list-style-image: url("../images/icon_chk_01_00.gif");
	width:550px;
}
ol.dd_ol{
	list-style-image: url("../images/icon00_01.gif");
	width:550px;
	margin: 0px 0px 0px -8px;
}

dl{
	margin:15px 10px 20px 15px;
	font-size:14px;
}
div.dl_title {
	position:relative;
	left:3px;
	top:2px;
	width:8em;
	border:solid 0px #000000;
}
dt{
	width:400px;
	border-left:solid 15px #FF9900;
	border-bottom:dotted 1px #FF9900;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}
dd{
	margin:4px 10px 15px 15px;
	line-height:1.3em;
}
dd.dd_ol{
	margin:4px 10px 10px 0px;
	padding:0px;
	line-height:1.3em;
}
/* テキストメニュー */
p.menu {
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:5px;
	margin-bottom:0px;
	text-align: center;
	line-height:1.5em;
}
p.txt1 {
	font-size:12px;
	color: #9B9D9C;
	margin: 5px 0px 10px 15px;
	text-align: left;
}
p {
	font-size:14px;
	line-height: 1.5em;
	color: #000000;
	margin: 10px 0px 20px 5px;
	padding: 0px 0px 0px 5px;
	text-align: left;
}
span.benefit{
/*	background-color: #B2E60A; #FFA157 */
	border-bottom: solid 2px #FF5B28;
}
span.s1{
	font-size:14px;
	font-weight:bold;
}
span.price{
	font-size:18px;
	font-weight:bold;
	color:red;
}
span.red{
	color:red;
}
span.blue{
	color:blue;
}
.question,.answer{
	font-size:14px;
	vertical-align:top;
}
.qa{
	margin:10px 0px 30px 20px;
	border-top:dotted 1px #C0A86C;
}
.privilege{
	font-size:16px;
	background-color:;
	border-left:solid 20px #EBB853;
	border-top:solid 1px #EBB853;
	border-right:solid 1px #EBB853;
	border-bottom:solid 1px #EBB853;
	margin:0px 0px 3px 0px;
	padding:5px;
}
/* リンク */
a { 
	text-decoration: none; 
	font-weight: normal;
}
a:link { 
	color: blue; 
}
a:visited { 
	color: #003300; 
}
a:hover { 
	color: red; 
	text-decoration: underline; 
}
a.navi1 {
	display: block;
	text-decoration: none; 
	font-weight: normal;
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 2px;
	padding-left: 5px;
	border: solid 0px #B0C0BB;
	border-left: solid 5px #B0C0BB;
	font-size:13px;
}
a.navi1:link { 
	color: #000000; 
}
a.navi1:visited { 
	color: #003300; 
}
a.navi1:hover { 
	color: blue; 
	text-decoration: underline; 
	background-image: url(navi_on.gif);
	border-left: solid 5px #FCB74B;
}

a.cate_navi {
	display: block;
	text-decoration: none; 
	font-weight: normal;
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 2px;
	padding-left: 5px;
	border: solid 0px #B0C0BB;
	border-left: solid 5px #B0C0BB;
	font-size:13px;
	line-height:1em;
	text-align:left;
	margin:0px 0px 0px 3px;
}
a.cate_navi:link { 
	color: #000000; 
}
a.cate_navi:visited { 
	color: #003300; 
}
a.cate_navi:hover { 
	color: blue; 
	text-decoration: underline; 
	background-image: url(navi_on.gif);
	border-left: solid 5px #FCB74B;
}

a.sub_navi {
	display: block;
	text-decoration: none; 
	font-weight: normal;
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 2px;
	padding-left: 5px;
	border: solid 0px #B0C0BB;
	border-left: solid 5px #C6ACFF;
	font-size:13px;
	line-height:1em;
	margin:0px 0px 0px 13px;
	text-align:left;
}
a.sub_navi:link { 
	color: #000000; 
}
a.sub_navi:visited { 
	color: #003300; 
}
a.sub_navi:hover { 
	color: blue; 
	text-decoration: underline; 
	background-image: url(navi_on.gif);
	border-left: solid 5px #FCB74B;
}

/* パンくずナビ */
p.navi_list {
	margin: 1px 0px 5px 0px;
	font-size: 12px;
	float: left;
	text-align: center;
}
p.navi_icon {
	margin: 1px 5px 5px 5px;
	font-size: 12px;
	float: left;
	text-align: center;
}
div.bdlist{
	margin:0px 0px 0px 10px;
}

/* その他 */
form {
	margin: 0pt;
}
input {
	margin: 0pt;
}
img {
	margin: 0px 15px 15px;
}

/* プログラム対応 */
.top,.mid1,.mid2,.mid3,.mid4,.mid5,.bot{
	background-color: ;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	width: 590px;
	height:auto;
	float:left;
}

.cont{
	width: 590px;
	text-align:right;
}

/* サイトマップ */
ul.map {
	padding-top: 0px;
	padding-left: 0px;
	margin: 20px 0 20px 25px;
	list-style-type: none;
	list-style-image: url("../images/icon04_00.gif");
}
li.map {
	padding-left: 0px;
	margin: 10px 0px 5px 0px;
	font-size: 13px;
}

/* 広告 */
div.advert{
	width:500px;
	margin:20px auto 10px auto;
	padding:10px 10px;
	border:dotted 1px #7AA84A;
	text-align:center;
	line-height:1.4em;
	background-image:url("../images/ad_bg00.png");
}
p.advert{
	margin:5px auto 0px auto;
	width:450px;
	text-align:center;
}
.advert a{
	text-decoration:underline;
}
div.advert2{
	width:580px;
	margin:20px auto 10px auto;
	padding:0px 10px 0px 0px;
	border:dotted 1px #7AA84A;
	text-align:left;
	line-height:1.4em;
	background-image:url("../images/ad_bg00.png");
}
p.advert2{
	color:blue;
	font-size:15px;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	margin:0px;
	padding:0px 5px 5px 7px;
/*	width:250px;
	text-align:center;*/
}
