@charset "euc-jp";
/* CSS Document */

body{
	background-color:#fff;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:12px;
	color:#6f4f38;
	margin:0;
	padding:0;
}

ul,li{
	margin:0;
	padding:0;
}



/* 共通 */

.clr{
	clear:both;
}

.red{
	color:#FE050B;
}

.dgray{
	color:#333;
}

.bold{
	font-weight:bold;
}

.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

/*--- ガイド/よくある質問/お問い合わせ ---*/

div#kg_contact{
	width:468px;
	height:103px;
	margin:0 0 15px 0;
	padding:0;
}

/*--ご利用ガイド--*/

div.kg_guide{
	display:inline-block;
	float:left;
	width:140px;
	height:102px;
	margin-right:6px;
	padding:0 0 3px 0;
	border-top:1px #6f4f38 solid;
	border-bottom:1px #6f4f38 solid;
	border-right:1px #6f4f38 solid;
	border-left:1px #6f4f38 solid;
}

.kg_guide ul a:link { color: #6f4f38; text-decoration:none; }
.kg_guide ul a:visited { color: #6f4f38; text-decoration:none; }
.kg_guide ul a:active { color: #6f4f38; text-decoration:none; }
.kg_guide ul a:hover { color:#6f4f38; text-decoration:underline;}


div.kg_guide h1{
	margin:0 0 8px 0;
/*	font-weight:normal;*/
	font-size:14px;
	color:#6f4f38;
	background-color:#6f4f38;
	background-color:#E1BE7A;
	padding:8px 0;
	text-align:center;
}

.kg_guide h1 a:link { color: #423c30; text-decoration:none; }
.kg_guide h1 a:visited { color: #423c30; text-decoration:none; }
.kg_guide h1 a:active { color: #423c30; text-decoration:none; }
.kg_guide h1 a:hover { color:#423c30; text-decoration:none; }

ul.kago{
	font-size:12px;
	padding-left:3em;
	line-height:1.4em;
}

/*--よくある質問--*/

div.kg_faq{
	float:left;
	width:160px;
	height:102px;
	margin-right:6px;
	padding:0 0 3px 0;
	border-top:1px #6f4f38 solid;
	border-bottom:1px #6f4f38 solid;
	border-right:1px #6f4f38 solid;
	border-left:1px #6f4f38 solid;
}

.kg_faq ul a:link { color: #6f4f38; text-decoration:none; }
.kg_faq ul a:visited { color: #6f4f38; text-decoration:none; }
.kg_faq ul a:active { color: #6f4f38; text-decoration:none; }
.kg_faq ul a:hover { color:#6f4f38; text-decoration:underline;}


div.kg_faq h1{
	margin:0 0 8px 0;
	padding:8px 0;
/*	font-weight:normal;*/
	font-size:14px;
	color:#fff;
	background-color:#E1BE7A;
	text-align:center;
}

.kg_faq h1 a:link { color: #423c30; text-decoration:none; }
.kg_faq h1 a:visited { color: #423c30; text-decoration:none; }
.kg_faq h1 a:active { color: #423c30; text-decoration:none; }
.kg_faq h1 a:hover { color:#423c30; text-decoration:none; }

ul.kago{
	font-size:12px;
/*	padding-left:2em;*/
	line-height:1.4em;
}

/*--お問い合わせ--*/

div#kg_cnt{
	position: relative;
	width:150px;
	height:102px;
	float:left;
	margin:0;
	padding:1px 0;
	border:1px #6f4f38 solid;
}

div#kg_cnt h1{
	margin:0 0 8px 0;
	padding:8px 0;
/*	font-weight:normal;*/
	font-size:14px;
	color:#6f4f38;
	text-align:left;
	background-color:#6f4f38;
	background-image:url(../img/kago_contact_q.gif) ;
	background-position:center center;
	background-repeat:no-repeat;
}*/


div#kg_cnt p{
	margin-top:36px;
	font-size:12px;
	line-height:1.6em;
	text-align:center;
}

div#kg_cnt span{
	font-size:16px;
}

div#kg_cnt a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

#kg_cnt a:link { color: #6f4f38; text-decoration:none; }
#kg_cnt a:visited { color: #6f4f38; text-decoration:none; }
#kg_cnt a:active { color: #6f4f38; text-decoration:none; }
#kg_cnt a:hover { color:#6f4f38; text-decoration:none; opacity: 0.25; }

/*--- ガイド/よくある質問/お問い合わせここまで ---*/

