@charset "utf-8";
/*-----------------------------------------全体設定-----------------------------------------*/
/*ボディ*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	background-image: url(../img/bg_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EEEEEF;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/*リンク*/
a {
	color:#005CA7;
}





/*-----------------------------------------レイアウト設定-----------------------------------------*/
/*ヘッダー*/
div#header {
	padding: 0px;
	width: 956px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
div#header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div#header {
    height: 1em;
    overflow: visible;
}
/**/

/*メニュー*/
div#menu {
	clear:both;
	margin:0;
	padding:0;
}

/*コンテナ（コンテンツ＋右）*/
div#container{
	width:963px;
	margin:-3px auto 0px auto;
	padding:0;
	background-image:url(../img/bg_contents.gif);
	background-repeat:repeat-y;	overflow: hidden;
}
div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}
/**/
html>/**/body div#container{
	margin-top:-1px;
}

/*コンテンツ*/
div#contents {
	float:left;
	width:689px;
	padding:10px 0 10px 0;
	margin:0 0 0 10px;
	text-align:left;
}
html>body div#contents {
	margin:0 0 0 20px;
}

/*右*/
div#right {
	margin-left:715px;
	background-image:url(../img/bg_side.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding:10px 0 10px 0;
}
/*\*/
* html div#right {
	float:left;
	margin-left:6px;
	background-image:url(../img/bg_side.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding:10px 0 10px 0;
}
/**/

/*フッター*/
div#footer {
	width:100%;
	margin:0;
	padding:20px 0 20px 0;
	text-align:center;
	background-image:url(../img/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#D2D2D2;
	clear:both;
}





/*-----------------------------------------ヘッダー設定-----------------------------------------*/
/*ロゴ周り*/
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

/*上部ボタン周り*/
div#headermenu {
	float:left;
	height:24px;
	margin-left:290px;
}

#headermenu p {
	font-weight:bold;
	margin-left:50px;
	width:300px;

}



/*-----------------------------------------メニュー設定-----------------------------------------*/
#menu ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li{
	display:inline;
	float:left;
	line-height:0;
	text-decoration:none;
}





/*-----------------------------------------右設定-----------------------------------------*/
/*下層メニュー囲み*/
div#sidemenu {
	background-image: url(../img/bg_sidemenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px auto 20px auto;
	padding: 0 0 10px 0;
	width: 191px;
	text-align:left;
}

/*下層メニュー親階層*/
#sidemenu h2 {
	background-image: url(../img/bg_midashi_sidemenu.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px 0px 0px 15px;
	height: 36px;
	width: 176px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

/*下層メニュー項目*/
#sidemenu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sidemenu li {
	background-image:url(../img/bg_sidemenu_off.gif);
	background-repeat:no-repeat;
	height:28px;
	padding-left:35px;
	padding-top:5px;
}
#sidemenu a {
	color:#333333;
	text-decoration:none;
}
#sidemenu li#now {
	background-image:url(../img/bg_sidemenu_on.gif);
	color:#2885CA;
}

/*お問い合わせ囲み*/
div#contact {
	background-image: url(../img/bg_contact.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px auto 20px auto;
	padding: 0 0 10px 0;
	width: 191px;
	text-align:center;
}

/*お問い合わせ見出し*/
#contact h2 {
	margin:0;
	padding:0;
}

/*お問い合わせテキスト*/
#contact p{
	width:170px;
	margin:0 auto;
	color:#289500;
	text-align:left;
	font-size:12px;
}





/*-----------------------------------------コンテンツ設定-----------------------------------------*/
/*パンくずリスト*/
#breadcrumb a{
	color:#333333;
	text-decoration:none;
}

/*本文*/
div.honbun {
	width: 645px;
	margin-left:22px;
}

/*強調*/
em {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0080C9;
}

/*囲み記事*/
p.kakomi {
	background-color: #F4F1E9;
	padding: 5px;
}

/*ページトップ*/
p.pagetop {
	text-align: right;
}
.pagetop a {
	color: #333333;
	text-decoration: none;
}





/*-----------------------------------------フッター設定-----------------------------------------*/
#footermenu a{
	color:#333333;
	text-decoration:none;
}

#footermenu a:hover {
	color:#FF9900;
	text-decoration:underline;
}

div#footermenu,
div#copyright {
	width:863px;
	margin:0 auto;
	padding:0;
	text-align:left;
	line-height:180%;
}





/*-----------------------------------------よくある質問設定-----------------------------------------*/
p.question {
	background-image: url(../service/faq/img/icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.question a {
	color: #333333;
	text-decoration: none;
}
p.answertitle {
	background-image: url(../service/faq/img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
p.answer {
	padding-left: 40px;
	margin-bottom:20px;
}
p.voice {
	margin-left: 248px;
}


/*-----------------------------------------お問い合わせ-----------------------------------------*/

.hissu {
	color: #CC0000;
}

.honbun_inquiry {
	width: 645px;
	margin:0 auto;
}

.honbun_inquiry dl {
	margin:20px auto;
}

.honbun_inquiry dt {
	background-image:url(../policy/img/subtitle.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
	height:32px;
	font-size:14px;
	font-weight:bold;
	padding-top:13px;
	margin-bottom:10px;
}

.honbun_inquiry p.space {
	margin-top:40px;
}

.honbun_inquiry p.link {
	margin-left:500px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../img/icon_detail.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
}

.honbun_inquiry table {
	width:600px;
	margin:10px auto 30px auto;
}

.honbun_inquiry th {
	background-image:url(../img/icon_grobalnavi.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:#3399FF 1px solid;
	padding-left:15px;
}

.honbun_inquiry td {
	border-bottom:#999999 1px dashed;
	padding:7px 0px 5px 18px;
	background-image:url(../sitemap/img/branch.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/*-----------------------------------------サイトマップ-----------------------------------------*/

#sitemap a {
	color: #333333;
	text-decoration: none;
}
#sitemap a:hover {
	color:#FF9900;
	text-decoration:underline;
}

.sitemap {
	line-height: 30px;
	}
	
/*-----------------------------------------新着情報-----------------------------------------*/

td.newtable {
	border-bottom:#999999 dashed 1px;
	padding:10px 0px;
}

/*-----------------------------------------規約-----------------------------------------*/

h3.submidashi {
	background-image:url(../policy/img/subtitle.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
	height:32px;
	font-weight:bold;
	padding-top:13px;
	margin-bottom:10px;
	color:#585858;
	font-size:16px;
}
