@charset "UTF-8";

/*--------------------------------------------------------------
リセット
--------------------------------------------------------------*/

html, body, ul, ol, li, dl, dt, dd, table, th, td, form, input {
	margin: 0;
	padding: 0;
	font-family: helvetica, "メイリオ", sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	clear: both;
}
* html .clearfix {
	height: 1%;
	clear: both;
}
.clearfix {
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
body {
	background-color: #FFF;
	font-size: 0.85em;
	line-height: 1.8;
	font-weight: normal;
	color: #111;
	padding: 0;
}

/*--------------------------------------------------------------
リンク
--------------------------------------------------------------*/


a img {
	border: none;
}
a:link {
	color: #819D0D;
	text-decoration: none;
}
a:visited {
	color: #819D0D;
	text-decoration: none;
}
a:hover {
	color: #9EBB2B;
	text-decoration: none;
}


/*--------------------------------------------------------------
各種見出し
--------------------------------------------------------------*/

.mds {
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	clear: both;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

.mds_center {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-align: center;
}

.mds_center_s {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	clear: both;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-align: center;
}

.mds_line {
	padding: 0px 0px 6px 0px;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.2em;
	line-height: 1.4;
	clear: both;
	color: #68593E;
	border-bottom: #DBDBDB solid 4px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.mds_s_line {
	padding: 0px 0px 4px 0px;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
	line-height: 1.4;
	color: #68593E;
	border-bottom: #DDD solid 1px;
	letter-spacing: 0.2em;
}
.mds_link {
	padding: 0px 0px 0px 15px;
	margin-bottom: 15px;
	font-size: 1.2em;
	letter-spacing: 0.4em;
	line-height: 1.4;
	display: block;
	background-image: url(../img/arrow_mdslink.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}
.mds_obi {
	padding: 6px 0px 6px 15px;
	font-size: 1em;
	margin: 0px 0 15px 0;
	clear: both;
	font-weight: normal;
	position: relative;
	line-height: 1;
	border: #DDD solid 1px;
	background-color: #F9F7F3;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../img/bg_mds_obi.gif);
	color: #68593E;
}
.mds_obi .comment {
	font-size: 12px;
	width: 400px;
	display: block;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 7px;
}
/*--------------------------------------------------------------
リード・本文
--------------------------------------------------------------*/


.read {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}

.read_center {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	text-align:center;
}



/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/


table.tbl_normal {
	margin: 0 0 20px 0;
	border-top: #DDD solid 3px;
	border-bottom: #DDD solid 4px;
	border-left: #DDD solid 4px;
	border-right: #DDD solid 3px;
	width: 100%;
	color: #000;
	border-collapse: collapse;
	font-size: 0.9em;
}
table.tbl_normal th {
	padding: 10px 10px 10px 10px;
	border-top: #DDD solid 1px;
	border-right: #DDD solid 1px;
	background-color: #EEE;
	position: relative;
	color: #000;
	font-weight: bold;
}
table.tbl_normal td {
	padding: 10px 10px 10px 10px;
	border-top: #DDD solid 1px;
	border-right: #DDD solid 1px;
}
table.tbl_normal .tdcolor1 {
	background-color: #F6F6F6;
}
table.tbl_normal .tdcolor2 {
	background-color: #F6F6F6;
}
table.tbl_normal .tdcolor3 {
	background-color: #F6F6F6;
}


/*--------------------------------------------------------------
リスト
--------------------------------------------------------------*/


ul.list_normal {
	padding: 0px 0px 0px 5px;
	list-style: none;
	margin-bottom: 20px;
}
ul.list_normal li {
	padding: 0px 0px 0px 1.2em;
	background-image: url(../img/bg_li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	line-height: 1.4;
	margin-bottom: 4px;
}
ol.list_number {
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
}
ol.list_number li {
	padding: 0px 0px 0px 0px;
	line-height: 1.4;
	margin-bottom: 10px;
}

dl.dl_normal_half:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.dl_normal_half {
	display: inline-block;
	clear: both;
}
* html dl.dl_normal_half {
	height: 1%;
	clear: both;
}
dl.dl_normal_half {
	display: block;
	clear: both;
}
dl.dl_normal_half {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}
dl.dl_normal_half dt {
	padding: 0px 10px 10px 0px;
	width: 60px;
	float: left;
}
dl.dl_normal_half dd {
	padding: 0px 0px 10px 0px;
	width: 270px;
	float: right;
}



dl.dl_normal:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl.dl_normal {
	display: inline-block;
	clear: both;
}
* html dl.dl_normal {
	height: 1%;
	clear: both;
}
dl.dl_normal {
	display: block;
	clear: both;
}
dl.dl_normal {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	border-bottom: #EEE solid 1px;
	width: 680px;
}
dl.dl_normal dt {
	padding: 10px 10px 0px 20px;
	width: 200px;
	float: left;
	border-top: #EEE solid 1px;
	background-image: url(../img/cap_mds_obi.gif);
	background-position: 0 16px;
	background-repeat: no-repeat;
}
dl.dl_normal dd {
	padding: 10px 0px 10px 0px;
	width: 450px;
	float: left;
	border-top: #EEE solid 1px;
}
dl.dl_normal dt.word2 {
	letter-spacing: 3em;
}
dl.dl_normal dt.word3 {
	letter-spacing: 1em;
}
dl.dl_normal dt.word4 {
	letter-spacing: 0.3em;
}


ul.list_link {
	padding: 0px 0px 0px 5px;
	list-style: none;
	margin-bottom: 15px;
}
ul.list_link li {
	padding: 0px 0px 0px 10px;
	background-image: url(../img/arrow_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 1.4;
	margin-bottom: 4px;
}
ul.list_faq {
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin-bottom: 15px;
}
ul.list_faq li {
	padding: 1px 0px 10px 30px;
	background-image: url(../faq/img/markq.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 1.4;
	font-size: 1.2em;
	margin-bottom: 4px;
}


/*--------------------------------------------------------------
ボタン
--------------------------------------------------------------*/





a.txtlink {
	background-image: url(../img/arrow_submenu.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0.8em;
	display: inline-block;
	line-height: 1;
	font-weight: bold;
}
a:hover.txtlink {
	text-decoration: underline;
}


a.btn_txt {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 6px 15px 6px 15px;
	height: 10px;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 0 10px 10px 0px;
	background-color: #907651;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
a:hover.btn_txt {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 6px 15px 6px 15px;
	height: 10px;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 0 10px 10px 0px;
	background-color: #6A583D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}




a.btn_txt_right {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 6px 15px 6px 15px;
	height: 10px;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	background-image: url(../img/bg_btn_txt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	margin: 0 0 10px 10px;
	background-color: #80B80E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	float: right;
}
a:hover.btn_txt_right {
	background-position: 0px -22px;
}
a.btn_txt_center {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 6px 15px 6px 15px;
	height: 10px;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	display: block;
	background-image: url(../img/bg_btn_txt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	margin: 0 0 10px 0;
	background-color: #80B80E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
a:hover.btn_txt_center {
	background-position: 0px -22px;
}
a.btn_pagetop {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	background-color: #FFF;
	padding: 30px 0px 0px 0px;
	width: 30px;
	height: 0px;
	color: #FFF;
	font-size: 10px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0;
	position: fixed;
	bottom: 150px;
	right: 20px;
	z-index: 5000;
	background-image: url(../img/btn_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a:hover.btn_pagetop {
	background-color: #FFF;
}




a.btn_qafloat {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	background-color: #A4A44B;
	padding: 115px 0px 0px 0px;
	width: 30px;
	height: 0px;
	color: #FFF;
	font-size: 10px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0;
	position: fixed;
	top: 220px;
	right: 0px;
	z-index: 5000;
	background-image: url(../img/btn_qafloat.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a:hover.btn_qafloat {
	background-color: #A4A44B;
	background-position: -30px 0;
}



/*--------------------------------------------------------------
フォントサイズ
--------------------------------------------------------------*/


.smaller {
	font-size: smaller;
}
.fontlevel1 {
	font-size: 1em;
}
.fontlevel2 {
	font-size: 1.2em;
}
.fontlevel3 {
	font-size: 1.4em;
}
.fontlevel4 {
	font-size: 1.6em;
}
.fontlevel5 {
	font-size: 1.8em;
}
p.note {
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0;
	clear: both;
}
.emphasis {
	font-weight: bold;
	color: #68593E;
}
.bold {
	font-weight: bold;
}



/*--------------------------------------------------------------
コラムスタイル
--------------------------------------------------------------*/


.column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	display: inline-block;
	clear: both;
}
* html .column {
	height: 1%;
	clear: both;
}
.column {
	display: block;
	clear: both;
}
.column {
	width: 100%;
	clear: both;
	margin: 0 0 30px 0;
	padding: 0px;
	text-align: left;
}

.column p {
	margin: 0 0 10px 0;
	padding: 0px;
}

.column_left {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 460px;
	float: left;
}
.column_right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 460px;
	float: right;
}

.columntri_left {
	margin: 0 0 0 0;
	padding: 0 5% 0 0;
	width: 30%;
	float: left;
}
.columntri_right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 30%;
	float: right;
}
.columntri_w {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 630px;
	float: left;
}


p.line_break {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	border-top: #DBDBDB solid 1px;
	clear: both;
	font-size: 10px;
	line-height: 1;
}
