/*全体
--------------------------------------------------------------------------*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width :auto;
}
#con{
width:100%;
}
/*以下、画面の横幅が640pxまでの場合のスタイル記入〜*/

html{
	background: none;
}

body {
	margin:0;
	padding:0;
	COLOR: #5d4b3c;
	FONT-SIZE: 13px;
	font-family:"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";	
	LINE-HEIGHT: 150%;
	text-align: center;
	background:none;
	background-color: #ecece0;
}

#con{
    width:100%;
	height:auto;
	margin:0px auto;
	padding:0;
	position:relative;
}

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

img{
	border:0;
}

a:link,a:visited{
	outline:0;
	color:#18489d;
	text-decoration:none;
}

a:hover{
	outline: 0;
	color: #18489d;
	text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:active{
	outline:0;
	color:#18489d;
	text-decoration:none;
}

br.sp{
	display:none;
}
br.spt{
	display:inherit;
}
br.spm{
	display:none;
}
br.sm{
	display:inherit;
}
br.smt{
	display:inherit;
}
br.smm{
	display:none;
}
.nsp{
	display:inherit;
}
.nsm{
	display:none;
}

@media only screen and (max-width: 480px) {
br.spt{
	display:none;
}
br.spm{
	display:inherit;
}
br.smt{
	display:none;
}
br.smm{
	display:inherit;
}
}

/*ヘッダ
--------------------------------------------------------------------------*/
header{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(image/back-html-sm.png) no-repeat right top;
}

header h1{
	clear: both;
	float: left;
	width:96%;
	height: auto;
	margin: 0 0 10px;
	padding: 10px 2% 10px;
	text-align: left;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #5d4b3c;
	background: rgba(252,255,255,0.6);
}

#header-logo{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 0 2% 10px;
	padding: 0;
	text-align: center;
}

#header-logo img{
	float: left;
	margin: 0 5% 0 0;
	max-width: 90%
}
#header-logo img.home{
	display: none;
	margin: 45px 0 0 0;
}

@media only screen and (max-width: 480px) {
header h1{
	display: none;
	clear: both;
	float: left;
	width:96%;
	height: auto;
	margin: 0;
	padding: 10px 2% 10px;
	text-align: left;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #5d4b3c;
	background: rgba(252,255,255,0.6);
}
#header-logo{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 0 0 5px;
	padding: 10px 2% 10px;
	text-align: center;
	background: rgba(252,255,255,0.8);
}
#header-logo img{
	float: left;
	margin: 0 5%;
	max-width: 90%;
}
#header-logo img.home{
	display: none;
	margin: 45px 0 0 0;
}
}

#header-mail{
	float: right;
	width: 96%;
	height: auto;
	margin: 0 2%;
	padding: 0;
	text-align: center;
}

#header-mail img{
	max-width: 42%;
	margin: 0 2% 0;
}
#header-mail img.telpc{
	display: none;
}
#header-mail img.telsm{
	display: inherit;
	max-width: 50%;
	margin: 0 2% 0;
}

@media only screen and (max-width: 480px) {
#header-mail img{
	display: none;
	max-width: 90%;
	margin: 0 5%;
}
#header-mail img.telpc{
	display: none;
}
#header-mail img.telsm{
	display: inherit;
	max-width: 90%;
	margin: 0 5%;
}
}

#header-mail p{
	text-align: center;
	color: #5d4b3c;
	font-size: 13px;
	line-height: 120%;
	margin: 5px 0 0;
}

/*メイン
--------------------------------------------------------------------------*/
main{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	padding: 0;
}

main p{
	font-size: 13px;
	line-height: 150%;
	margin: 0 4% 30px;
	text-align: left;
}

main p.gyoukan{
	line-height: 200%;
}

main p.pnone{
	margin: 0 0 10px;
}

.f13{
	font-size: 13px;
}

p.linkb{
	float:none;
}

p.linkb a:link,p.linkb a:visited{
	border: 1px solid #ccc;
	border-radius: 5px;
	background: linear-gradient(#fff,#ccc);
	padding: 5px 15px 2px;
	text-decoration: none;
	color: #222;
}

p.linkb a:hover{
	text-decoration: underline;
}

p.linkc a:link,p.linkc a:visited{
	border: 1px solid rgba(219,19,23,1.00);
	border-radius: 5px;
	padding: 2px 10px 1px;
	text-decoration: none;
	color: rgba(219,19,23,1.00);
	background: #fff;
}

p.linkc a:hover{
	text-decoration: underline;
}

article{
	float: right;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
}

.f-red{
	color: #c7304b;
}

.f-red-b{
	color: #c7304b;
	font-weight: bold;
}

.f-red40b{
	font-size: 35px;
	font-weight: bold;
	color: #c7304b;
}

.f-blue-b{
	color: #3045C7;
	font-weight: bold;
}

@media only screen and (max-width: 480px) {
.f-red40b{
	font-size: 25px;
	font-weight: bold;
	color: #c7304b;
}
}

.f-red-mail{
	background: #c7304b;
	font-size: 11px;
	color: #fff;
	padding: 0 5px;
	margin: 0 0 0 5px;
	border-radius: 5px;
}

main h1{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 0 0 30px;
	padding: 15px 2% 10px;
	text-align: left;
	line-height: 120%;
	font-size: 25px;
	font-weight: bold;
	background: #fff;
	border-top:3px solid #5d4b3c;
	border-bottom:3px solid #5d4b3c;
	text-indent:0;
}
@media only screen and (max-width: 480px) {
main h1{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 0 0 30px;
	padding: 15px 2% 10px;
	text-align: left;
	line-height: 120%;
	font-size: 20px;
	font-weight: normal;
	background: #fff;
	border-top:3px solid #5d4b3c;
	border-bottom:3px solid #5d4b3c;
	text-indent:0;
}
}

main h2,main h2.spe{
	clear: both;
	float: left;
	width: 90%;
	height: auto;
	margin: 20px 2% 20px;
	padding: 15px 2% 12px 4%;
	text-align: left;
	background: url(image/h2.png) no-repeat left top;
	background-size: 100% 100%;
	line-height: 120%;
	font-size: 20px;
	font-weight: normal;
	text-indent: 0;
	color: #3a6320;
}
/*上部余白無し*/
main h2.spe{
	margin: 0 2% 20px;
}
main h2.gyaku{
	background: url(image/h2-gyaku.png) no-repeat left top;
	background-size: 100% 100%;
	color: #fff;
}
@media only screen and (max-width: 480px) {
main h2,main h2.spe{
	clear: both;
	float: left;
	width: 90%;
	height: auto;
	margin: 20px 2% 20px;
	padding: 10px 2% 8px 4%;
	text-align: left;
	background: url(image/h2.png) no-repeat left top;
	background-size: 100% 100%;
	line-height: 120%;
	font-size: 17px;
	font-weight: normal;
	text-indent: 0;
	color: #3a6320;
}
/*上部余白無し*/
main h2.spe{
	margin: 0 2% 20px;
}
main h2.gyaku{
	background: url(image/h2-gyaku.png) no-repeat left top;
	background-size: 100% 100%;
	color: #fff;
}
}

main h3{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 30px 2% 20px;
	padding: 0 0 5px;
	text-align: left;
	line-height: 100%;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #998677;
}
main h3.spe{
	margin: 0 2% 20px;
}
@media only screen and (max-width: 480px) {
main h3{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 30px 2% 20px;
	padding: 0 0 5px;
	text-align: left;
	line-height: 100%;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #998677;
}
main h3.spe{
	margin: 0 2% 20px;
}
}

main h4{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 0 2% 20px;
	padding: 0 2% 5px;
	text-align: left;
	line-height: 100%;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #998677;
}
@media only screen and (max-width: 480px) {
main h4{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 0 2% 20px;
	padding: 0 2% 5px;
	text-align: left;
	line-height: 120%;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #998677;
}
}

main h5{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 30px 2% 20px;
	padding: 10px 2% 8px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	background: linear-gradient(#ecece0 50%,#c2b9ab);
	border: 3px double #fff;
	border-radius: 5px;
	text-indent: 0;
}
main h5.spno{
	margin: 0 2% 20px;
}
@media only screen and (max-width: 480px) {
main h5{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 30px 2% 20px;
	padding: 10px 2% 8px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
	background: linear-gradient(#ecece0 50%,#c2b9ab);
	border: 3px double #fff;
	border-radius: 5px;
	text-indent: 0;
}
main h5.spno{
	margin: 0 2% 20px;
}
}

blockquote{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 0 4% 10px;
	padding: 0;
}

main h6{
	clear: both;
	float: left;
	width: 94%;
	height: auto;
	margin: 0 2% 15px;
	padding: 0 2%;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
}

article ul{
	clear: both;
	float: left;
	width: 87%;
	height: auto;
	margin: 0 3% 20px;
	padding: 25px 3% 0;
	background: #fff;
	border: 2px solid #666;
}

article ul li{
	clear: both;
	margin: 0 0 20px 2%;
	padding: 0 0 0 6%;
	line-height: 120%;
	font-size: 15px;
	list-style-type: none;
	background: url(image/ol.png) no-repeat left center;
}

article ul ul{
	clear: both;
	float: left;
	width: 84%;
	height: auto;
	margin: 0 4% 10px 10%;
	padding: 0;
	background: none;
	border: none;
}

article ul.hoke{
	clear: both;
	float: left;
	width: 80%;
	height: auto;
	margin: 15px 10% 0;
	padding: 0;
	background: none;
	border: none;
}

article ul.hoke p{
	margin: 5px 0 10px;
	color: #444;
	font-size: 13px;
	background: #fff;
	padding: 10px 3% 7px;
	border-radius: 5px;
}

article ul ul li{
	list-style-type: disc;
	background: none;
	margin: 0 0 10px 5%;
	padding: 0;
	line-height: 120%;
	font-size: 13px;
}
	
@media only screen and (max-width: 480px) {
article ul{
	clear: both;
	float: left;
	width: 87%;
	height: auto;
	margin: 0 3% 20px;
	padding: 15px 3% 0;
	background: #fff;
	border: 2px solid #666;
}
article ul li{
	clear: both;
	margin: 0 2% 10px 2%;
	padding:2px 0 2px 10%;
	line-height: 120%;
	font-size: 13px;
	list-style-type: none;
	background: url(image/ol.png) no-repeat left center;
}
}

article ol,article ol.officebox{
	clear: both;
	float: left;
	width: 89%;
	height: auto;
	margin: 0 3% 20px;
	padding: 10px 2% 0;
	background: #fff;
	border: 1px solid #ccc;
}
article ol.officebox{
	background: none;
	border: none;
}
article ol.hoke{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 0 2% 20px;
	padding: 0;
	background: none;
	border: none;
}

article ol li{
	margin: 0 0 10px 5%;
	line-height: 120%;
	font-size: 15px;
	list-style-type: disc;
}

article ol.hoke li{
	list-style-type: decimal;
}

article ol.hoke ul li{
	list-style-type: disc;
	background: none;
	margin: 0 0 15px;
	padding: 0;
}

@media only screen and (max-width: 480px) {
article ol,article ol.officebox{
	clear: both;
	float: left;
	width: 89%;
	height: auto;
	margin: 0 3% 20px;
	padding: 10px 2% 0;
	background: #fff;
	border: 1px solid #ccc;
}
article ol.officebox{
	background: none;
	border: none;
}
article ol li{
	margin: 0 0 10px 5%;
	line-height: 120%;
	font-size: 13px;
	list-style-type: disc;
}
}

p.office-p{
	clear: both;
	font-size: 1.5em;
	line-height: 100%;
	border-left: 10px solid #5d4b3c;
	margin: 0 0 10px;
	padding: 5px 0 0 7px;
	font-weight: bold;
}

p.kokuchi,p.kokuchi2{
	clear: both;
	font-size: 13px;
	margin: 0 2% 20px;
	line-height: 180%;
}
p.kokuchi2{
	margin: 0 2% 50px;
}

.kokuchi strong,.kokuchi2 strong{
	font-size: 18px;
}

.kokuchi a:link,.kokuchi a:visited,.kokuchi2 a:link,.kokuchi2 a:visited{
	border: 1px solid rgba(219,19,23,1.00);
	border-radius: 5px;
	padding: 2px 10px 1px;
	text-decoration: none;
	color: rgba(219,19,23,1.00);
	background: #fff;
	margin: 0 0 20px 2%;
	font-size: 15px;
}

.kokuchi a:hover,.kokuchi2 a:hover{
	text-decoration: underline;
}

table,table.emp {
	clear:both;
	width:95%;
	margin:5px 2% 20px;
    border:1px solid #998677;
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:show;
    table-layout:auto;
    text-align:left;
	background:#fff;
}

th,td{
	border-right:1px solid #998677;
	border-bottom:1px solid #998677;
	padding: 5px 3px;
	}

caption{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 5px;
}

@media only screen and (max-width: 480px) {
caption{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px;
}
}

th{
	font-weight: normal;
	background: #f1e2d6;
	text-align: center;
}

td{
	text-align:left;
	line-height:150%;
}
table.t-price td{
	text-align: right;
}

table.t-price td.tleft{
	text-align: left;
}

table.t-price td.t-center,td.t-center,th.t-center{
	text-align: center;
}

td.t-gray{
	background: #F5F5F5;
}

td a:link,td a:hover{
	text-decoration: underline;
}
td a:hover{
	color: #000;
}

p.table-p{
	margin: 0;
	padding: 0;
	font-size: 13px;
}

p.table-day{
	margin: 0 4% 20px;
	text-align: right;
}
p.table-day2{
	margin: 0 4% 20px;
	text-align: right;
}

table.emp td:empty{
	background: url(image/table-shasen.png) no-repeat center top;
	background-size: 100% 100%;
}

td.t20{
	height: auto;
}

#price-back{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background:none;
}

.se-navi{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.se-navi p{
	text-align: right;
}

.se-navi p a:link,.se-navi p a:visited{
	text-decoration: underline;
}
.se-navi p a:hover{
	color: #111;
}

.voice{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 0 4% 50px;
	padding: 0;
}

.voice p.v-title{
	font-size: 15px;
	height: 43px;
	line-height: 45px;
	margin: 0;
	text-indent:2.5em;
	background: url(image/voice-title.png) no-repeat left top;
}
@media only screen and (max-width: 480px) {
.voice p.v-title{
	font-size: 13px;
	height: auto;
	line-height: 100%;
	margin: 0;
	padding: 10px 0 8px;
	text-indent:2.5em;
	background: url(image/voice-title.png) no-repeat left top;
	background-size: 90% 100%;
}
}

.voice h2{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 0;
	padding: 15px 4% 10px;
	text-align: left;
	line-height: 120%;
	font-weight: bold;
	font-size: 18px;
	background: #998677 url(image/voice1.png) no-repeat 98% center;
	color: #fff;
	text-indent: 0;
	box-shadow: 3px 3px 1px #ccc;
}
@media only screen and (max-width: 480px) {
.voice h2{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 0;
	padding: 15px 4% 10px;
	text-align: left;
	line-height: 120%;
	font-weight: bold;
	font-size: 15px;
	background: #998677 url(image/voice1.png) no-repeat 98% center;
	color: #fff;
	text-indent: 0;
	box-shadow: 3px 3px 1px #ccc;
}
}

.voice-text{
	clear: both;
	float: left;
	width: 91%;
	height: auto;
	margin: 0;
	padding: 30px 4% 0;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 3px 3px 1px #ccc;
}
@media only screen and (max-width: 480px) {
.voice-text{
	clear: both;
	float: left;
	width: 91%;
	height: auto;
	margin: 0;
	padding: 15px 4% 0;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 3px 3px 1px #ccc;
}
}

.voice-text p.pright{
	font-size: 13px;
	text-align: right;
}

.voice-text img{
	float: right;
	padding: 5px;
	margin: 0 0 10px 20px;
	border: 1px solid #c2b9ab;
}

.faq{
	clear:both;
	float:left;
	width:92%;
	padding:0 4% 10px;
	margin:20px 0 0;
	text-align:left;
}

.morefaq{
	display:none;
	margin: 10px 0 0;
	padding:10px 4% 10px;
	background: #fff;
	border: 1px solid #998677;
}

.morefaq p{
	float: none;
	margin: 0 0 0;
}

@media only screen and (max-width: 480px) {
.morefaq{
	display:none;
	margin: 10px 0 0;
	padding:15px 6% 15px;
	background: #fff;
	border: 1px solid #998677;
}
}

.faq-no{
	margin: 0 10px 0 0;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 13px;
	background: #998677;
	color: #fff;
}
.faq-no:after{
	content: "\A" ;
    white-space: pre;   
}

.faq a:link,.faq a:visited{
	color: #5d4b3c;
	text-decoration: underline;
}

.faq a:hover{
	color: #000;
}

#greeting{
	clear: both;
	float: left;
	width: 91%;
	height: auto;
	margin: 0 4%;
	padding: 30px 0 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #c2b9ab;
}

#greeting img{
	float: right;
	margin: 0 30px 10px 20px;
	padding: 5px;
	border: 1px solid #c2b9ab;
	background: #fff;
}
@media only screen and (max-width: 480px) {
#greeting{
	clear: both;
	float: left;
	width: 91%;
	height: auto;
	margin: 0 4%;
	padding: 20px 0 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #c2b9ab;
}
#greeting img{
	float: none;
	margin: 0 18% 20px;
	padding: 5px 2%;
	border: 1px solid #c2b9ab;
	background: #fff;
	max-width: 59%;
}
}
#greeting img.glogo{
	background: none;
	border: none;
	padding: 0;
	max-width: 80%;
	margin: 0 10% 10px;
}

#greeting p{
	margin: 0 4% 30px;
}

#map{
	clear: both;
	float: left;
	width: 92%;
	height: auto;
	margin: 0 4%;
	padding: 0;
}

main img.pictright{
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
@media only screen and (max-width: 480px) {
main img.pictright{
	float: none;
	margin: 0 10% 10px;
	max-width: 80%;
}
}

#policy{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 0 2%;
	padding: 0;
}

#policy ol{
	clear: both;
	float: left;
	width: 91%;
	height: auto;
	margin: 0 2% 0;
	padding: 20px 2% 0;
}

#policy ol li{
	margin: 0 4% 25px 8%;
	padding: 0 ;
	text-indent: 0;
	list-style-type: decimal;
}

#sitemap{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#sitemap ul{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

#sitemap ul ul{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0 10px;
	padding: 0;
}

#sitemap ul ul ul{
	clear: both;
	float: left;
	width: 85%;
	height: auto;
	margin: 0 0 20px 15%;
	padding: 0;
}

#sitemap ul li{
	background: none;
	list-style-type: square;
	margin: 0 4% 15px 10%;
	padding: 0;
	font-size: 13px;
}

#sitemap ul ul li{
	list-style-type: disc;
}

#sitemap ul ul ul li{
	list-style-type: circle;
	font-size: 13px;
	margin: 0 4% 15px 10%;
}

#sitemap ul li a:link,#sitemap ul li a:visited{
	margin: 0;
	COLOR: #5d4b3c;
	text-decoration: underline;
}
#sitemap ul li a:hover{
	COLOR: #000;
}

.reti-ar{
	padding: 0 0 0 100px;
}

#mail-check{
	clear:both;
	float:left;
	width:94%;
	height:auto;
	margin:0 2% 30px;
	padding:0;
	text-align:center;
}

input[type="text"]{
	width: 94%;
}
textarea{
	width: 94%;
	height: 150px;
}

input.btn_submit,input.btn_submit2,input.btn_submit3,input.btn_submit4{
 background-image:url(image/mail-kakunin.png);
 background-repeat:no-repeat;
 border:none;
 width:192px;
 height:55px;
 text-indent: -9999px;
 cursor: pointer;
}

input.btn_submit2{
 background-image:url(image/mail-reset.png);
}

input.btn_submit3{
 background-image:url(image/mail-back.png);
}

input.btn_submit4{
 background-image:url(image/mail-ok.png);
}

input.btn_submit:hover {
	background: url(image/mail-kakunin.png) no-repeat 0 -55px;
}

input.btn_submit2:hover {
	background: url(image/mail-reset.png) no-repeat 0 -55px;
}

input.btn_submit3:hover {
	background: url(image/mail-back.png) no-repeat 0 -55px;
}

input.btn_submit4:hover {
	background: url(image/mail-ok.png) no-repeat 0 -55px;
}

#thanks{
	clear: both;
	float: left;
	width: 94%;
	height: auto;
	margin: 0 2% 30px;
	padding: 0;
	background: #fff;
}

#thanks p{
	margin: 20px;
}

.f25{
	font-size: 22px;
	line-height: 150%;
}
@media only screen and (max-width: 480px) {
.f25{
	font-size: 18px;
	line-height: 150%;
}
}

#sub-pict{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
}

#sub-pict img{
	float:none;
	max-width: 75%;
	margin: 0 10% 20px;
	padding: 5px 2%;
	background: #fff;
	border: 1px solid #999;
}

#top-haken{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
}

#top-haken hr{
	border-bottom: 1px dashed #998677;
	border-top:none;
	border-left:none;
	border-right:none;
	margin: 0 0 30px;
}

#top-haken ol{
	clear: both;
	float: left;
	width: 85%;
	height: auto;
	margin: 0 10% 30px 5%;
	padding: 0;
	background: none;
	border:none;
}

#top-haken li{
	list-style-type: decimal;
}

#top-haken .q{
	background: #e39ca9;
	padding: 0 10px;
	margin: 0 10px 0 0;
	border-radius: 5px;
}

#top-haken .a{
	background: #448240;
	padding: 0 10px;
	margin: 0 10px 0 0;
	border-radius: 5px;
	color: #fff;
}

#top-haken caption{
	font-size: 17px;
}

#top-haken table{
	font-size: 13px;
}

#top-haken table th{
	text-align: center;
}

.f-green{
	color: #448240;
	font-weight: bold;
}
.f-green25{
	color: #448240;
	font-weight: bold;
	font-size: 15px;
}

/*サイドバー
--------------------------------------------------------------------------*/
aside{
	display: none;
	clear: both;
	float: left;
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

aside img{
	margin: 0 0 10px;
}

aside ul{
	clear: both;
	float: left;
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0;
}

aside li{
	list-style-type: none;
	margin: 0 0 15px;
	text-align: left;
	font-size: 15px;
	line-height: 120%;
	color: #5d4b3c;
}

aside li a:link,aside li a:visited{
	color: #5d4b3c;
	text-decoration: underline;
}

aside li a:hover{
	color: #000;
}

#kiso{
	clear:both;
	float:left;
	width:270px;
	height:auto;
	margin:0 0 10px;
	padding:0;
	background:#fff;
	border:5px solid #998677;
}

#kiso p{
	background:#998677;
	height:30px;
	color:#fff;
	font-size:17px;
	line-height:35px;
	text-align:left;
	margin:0;
	padding:0;
	text-indent:1em;	
}

#kiso p a:link,#kiso p a:visited{
	color:#fff;
	text-decoration: none;
}

#kiso p a:hover{
	color:#fff;
	text-decoration: underline;
}

#kiso ul{
	clear:both;
	width:250px;
	height:auto;
	margin:0 10px 0 10px;
	padding:0 0 10px;
	font-size:small;
	text-align:left;
	line-height:120%;
}

#kiso li{
	margin:8px 0 0;
	padding:5px 0 5px 17px;
	background:url(image/kiso-li.jpg) no-repeat left center;
	border-bottom:1px dotted #795E37;
}

#kiso li a:link,#kiso li a:visited{
	text-decoration: none;
}

#kiso li a:hover{
	text-decoration: underline;
}

.f-black a:link,.f-black a:visited{
	color:#5d4b3c;
	font-weight: bold;
}

}