/*テンプレート共用*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Lucida Grande, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#all {
	background-color: #FFD200;
	padding: 0px;
	height: auto;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	color: #7F7F7F;
	font-size: 12px;
	line-height: 14px;
	background-color: #ffffff;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position:relative;
	width:780px;
	height:111px;
	margin:auto;
}
#header .logo {
    position:absolute;
	top:8px;
	left:10px;
	width:229px;
	height:22px;
}
#header .tel {
	position: absolute;
	width: 226px;
	left: 549px;
	top: 5px;
	text-align: right;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}
#header .right_text {
	position:absolute;
	top:56px;
	left:453px;
	width:160px;
	height:15px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header .link1 {
	position:absolute;
	top:56px;
	left:618px;
	width:160px;
	height:15px;
}
#header .link1 a {
	color: #7F7F7F;
	text-decoration: none;
}
#header .navi1 {
    position:absolute;
	top:75px;
	left:0px;
	width:69px;
	height:35px;
}
#header .navi1 a {
	color: #ffffff;
	font-size: 12px;
	line-height: 35px;
	background-color: #663300;
	text-decoration: none;
	text-align: center;
	width: 69px;
	height: 35px;
	display: block;
}
#header .navi1 a:hover {
	background-color: #835d4a;
	width: 69px;
	height: 35px;
	display: block;
}
#header .navi2 {
    position:absolute;
	top:75px;
	left:71px;
	width: 175px;
	height:35px;
}
#header .navi2 a {
	color: #ffffff;
	font-size: 12px;
	line-height: 35px;
/*	background-image: url(images/navi.gif);*/
	background-color: #9f5535;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	width: 175px;
	height: 35px;
	display: block;
	text-decoration: none;
}
#header .navi2 a:hover {
/*	background-image: url(images/navi_ro.gif);*/
	background-color: #7b5544;
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 35px;
}
#header .navi3 {
    position:absolute;
	top:75px;
	left:248px;
	width: 175px;
	height:35px;
}
#header .navi3 a {
	color: #ffffff;
	font-size: 12px;
	line-height: 35px;
	background-color: #9f5535;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	width: 175px;
	height: 35px;
	display: block;
	text-decoration: none;
}
#header .navi3 a:hover {
	background-color: #7b5544;
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 35px;
}
#header .navi4 {
    position:absolute;
	top:75px;
	left:355px;
	width: 175px;
	height:35px;
}
#header .navi4 a {
	color: #ffffff;
	font-size: 12px;
	line-height: 35px;
	background-color: #9f5535;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	width: 175px;
	height: 35px;
	display: block;
	text-decoration: none;
}
#header .navi4 a:hover {
	background-color: #7b5544;
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 35px;
}
#header .navi5 {
    position:absolute;
	top:75px;
	left:425px;
	width: 175px;
	height:35px;
}
#header .navi5 a {
	color: #ffffff;
	font-size: 12px;
	line-height: 35px;
	background-color: #9f5535;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	width: 175px;
	height: 35px;
	display: block;
	text-decoration: none;
}
#header .navi5 a:hover {
	background-color: #7b5544;
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 35px;
}
#header .navi6 {
    position:absolute;
	top:75px;
	left:602px;
	width: 175px;
	height:35px;
}
#header .navi6 a {
	color: #ffffff;
	font-size: 12px;
	line-height: 35px;
	background-color: #9f5535;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	width: 175px;
	height: 35px;
	display: block;
	text-decoration: none;
}
#header .navi6 a:hover {
	background-color: #7b5544;
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 35px;
}
#body {
	padding: 0px;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: table;
}
#main {
	padding: 5px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	color: #606060;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	display: table-cell;
}
#footer {
	text-align: center;
	width: auto;
	padding-top: 25px;
	background-color: #FFFFFF;
	color: #7F7F7F;
	font-size: 11px;
	line-height: 14px;
}
#footer .tyuuigaki {
	padding: 5px;
	height: auto;
	width: 85%;
	margin-bottom: 10px;
	border: 1px solid #000000;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #606060;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #7F7F7F;
	text-decoration: none;
}
#footer address {
	font-style: normal;
	background-color: #E7E7E9;
	height: auto;
	width: 100%;
	color: #606060;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#copy {
	color: #FFFFFF;
	background-color: #FFD200;
	width: 780px;
	font-weight: normal;
	padding: 8px 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	line-height: 14px;
}
/*左ナビ*/
#left_navi {
	text-align: left;
	vertical-align: top;
	display: table-cell;
	background-color: #FAF0E6;
	margin: 0px;
	padding: 0px;
}
#left_navi ul {
	padding: 0px;
	height: auto;
	width: 200px;
	list-style-type: none;
	margin: 5px;
}
#left_navi .left_navi1 {

	background-color: #D2691E;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 198px;
	border: 1px solid #7F7F7F;
	text-indent: 10px;
}
#left_navi .left_navi1 a {
	font-size: 14px;
	line-height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	width: 198px;
	display: block;
	height: 38px;
}

#left_navi .left_navi2 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 198px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	border-left-color: #7F7F7F;
	text-indent: 10px;
}
#left_navi .left_navi_w {
	padding: 5px 0;
	height: auto;
}
#left_navi .left_navi2 a {
	font-size: 14px;
	line-height: 38px;
	color: #606060;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 198px;
}
#left_navi .left_navi3 {
	background-image: url(images/toi_bana.gif);
	background-repeat: no-repeat;
	height: 60px;

	width: 200px;
	margin-top: 10px;
}
#left_navi .left_navi3 em {
	visibility: hidden;
	text-decoration: none;
}
#left_navi .left_navi3 a {
	display: block;
	height: 60px;
	width: 200px;
	text-decoration: none;
}
#left_navi .left_navi3 a:hover {
	background-image: url(images/toi_bana_ro.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#left_navi div.bnspace { margin: 10px 0; text-align: center; }
#left_navi div.bnspace img { margin: 0 0 10px 0; }


/*index.html*/
#main .top_honbun1 {
	height: auto;
	width: 251px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #7F7F7F;
}
#main .top_sukima {
	height: 15px;
	width: auto;
	background-color: #FFD200;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding: 0px;
}

#main .top_midasi1 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	background-image: url(images/maru.gif);
	text-indent: 20px;
	padding: 0px;
	height: 17px;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #A0522E;
	text-align: left;
}
#main .top_midasi2 {
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 239px;
	text-indent: 30px;
	font-weight: bold;
}
#main .top_midasi2 a {
	font-size: 14px;
	line-height: 35px;
	display: block;
	height: 35px;
	width: 239px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main .top_cell1 {
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 237px;
	border: 1px solid #000000;
}
#main .top_cell1 .top_midasi3 {
	color: #336765;
	font-weight: normal;
	margin: 2px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}

#main .top_honbun2 {
	height: auto;
	width: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #606060;
	margin: 2px;
}
#main .top_cell1 .top_honbun3 {
	text-align: right;
}
#main .top_cell1 .top_honbun3 a {
	color: #F8CB92;
	text-decoration: none;
}
/*01.html*/
#main .kasou01_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/01/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou01_subtitle2 {
	background-image: url(images/01/bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 560px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-indent: 30px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #9B3202;
}
#main .kasou01_waku1 {
	background-image: url(images/01/illust.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 510px;
	width: 525px;
	position: relative;
	left: 15px;
	top: 0px;
}
#main .kasou01_waku1 .kasou01_waku1-1 {
	height: 66px;
	width: 226px;
	position: absolute;
	left: 294px;
	top: 51px;
	margin: 0px;
	padding: 0px;
}
#main .kasou01_waku1 .kasou01_waku1-2 {
	height: 78px;
	width: 176px;
	position: absolute;
	left: 6px;
	top: 426px;
	margin: 0px;
	padding: 0px;
}
#main .kasou01_waku1 .kasou01_waku1-3 {
	height: 73px;
	width: 177px;
	position: absolute;
	left: 303px;
	top: 425px;
	margin: 0px;
	padding: 0px;
}
/*02.html*/
#main .kasou02_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/02/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou02_subtitle2 {
	background-image: url(images/02/bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 560px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-indent: 30px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #9B3202;
}
#main .kasou02_cell1 {
	background-color: #336763;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
#main .kasou02_cell2 {
	font-size: 12px;
	line-height: 14px;
}
#main .kasou02_waku1 {
	font-size: 13px;
	line-height: 15px;
	width: 500px;
	display: table;
	margin-left: 25px;
	vertical-align: middle;
}
#main .kasou02_waku1 .kasou02_waku1-1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	height: 30px;
	vertical-align: middle;
	display: table-cell;
}
#main .kasou02_honbun1 {
	font-size: 11px;
	line-height: 13px;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#main .kasou02_honbun2 {
	line-height: 18px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#main .kasou02_honbun2 span {
	color: #306666;
}
/*03.html*/
#main .kasou03_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/03/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou03_subtitle2 {
	background-image: url(images/03/bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 560px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-indent: 30px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #9B3202;
}
#main .kasou03_cell1 {
	background-color: #336763;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
#main .kasou03_cell1 .kasou03_cell1-1 {
	line-height: 15px;
}

#main .kasou02_cell2 {
	font-size: 12px;
	line-height: 14px;
}
#main .kasou03_waku1 {
	font-size: 13px;
	line-height: 15px;
	width: 500px;
	display: table;
	margin-left: 25px;
	vertical-align: middle;
}
#main .kasou03_waku1 .kasou03_waku1-1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	height: 30px;
	vertical-align: middle;
	display: table-cell;
}
#main .kasou03_honbun1 {
	line-height: 18px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#main .kasou03_honbun1 span {
	color: #306666;
}
/*04.html*/
#main .kasou04_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/04/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou04_subtitle2 {
	background-image: url(images/04/bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 560px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-indent: 30px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #9B3202;
}
#main .kasou04_cell1 {
	background-color: #336763;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
#main .kasou04_cell1 .kasou04_cell1-1 {
	line-height: 15px;
}

#main .kasou04_cell2 {
	font-size: 12px;
	line-height: 14px;
}
#main .kasou04_waku1 {
	font-size: 13px;
	line-height: 15px;
	width: 500px;
	display: table;
	margin-left: 25px;
	vertical-align: middle;
}
#main .kasou04_waku1 .kasou04_waku1-1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	height: 30px;
	vertical-align: middle;
	display: table-cell;
}
#main .kasou04_honbun1 {
	font-size: 11px;
	line-height: 13px;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#main .kasou04_honbun2 {
	line-height: 18px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#main .kasou04_honbun2 span {
	color: #306666;
}
/*05.html*/
#main .kasou05_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/05/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou05_subtitle2 {
	background-image: url(images/05/bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 560px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-indent: 30px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #9B3202;
}
/*06.html*/
#main .kasou06_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/06/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou06_honbun1 {
	font-size: 18px;
	line-height: 24px;
	color: #A0522D;
	font-weight: bold;
}
#main .kasou06_cell1 {
	font-size: 12px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #606060;
}
#main .kasou06_cell2 {
	font-size: 12px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .kasou06_link1 {
	color: #A0522D;
	text-decoration: none;
}
/*07.html*/
#main .kasou07_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/07/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou07_subtitle2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #A0522D;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0522D;
}
#main .kasou07_honbun1 a {
	color: #A0522D;
	text-decoration: none;
}
#main .kasou07_waku1 {
	font-size: 13px;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7F7F7F;
	border-right-color: #7F7F7F;
	border-left-color: #7F7F7F;
}
#main .kasou07_waku1-1 {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
}
#main .kasou07_waku1-2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
}
/*08.html*/
#main .kasou08_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/08/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou08_subtitle2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #A0522D;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0522D;
}
/*09.html*/
#main .kasou09_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/09/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou09_waku1 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 560px;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	display: table;
}
#main .kasou09_waku1-1 {
	font-weight: bold;
	color: #336763;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	padding-bottom: 3px;
}
#main .kasou09_waku1-2 {
	font-weight: bold;
	color: #D2691E;
	padding-top: 3px;
	padding-bottom: 25px;
}
#main .kasou09_waku1-3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	padding-bottom: 3px;
	padding-left: 10px;
}
#main .kasou09_waku1-4 {
	padding-top: 3px;
	padding-bottom: 25px;
	padding-left: 10px;
}
/*10.html*/
#main .kasou10_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/10/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main #form1 .kasou10_waku1 {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}
#main #form1 .kasou10_center1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main .kasou10_honbun1 {
	padding: 10px;
	border: 1px solid #FF0000;
}



/*11.html*/
#main .kasou11_subtitle1 {
	font-size: 26px;
	line-height: 43px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/11/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 16px;
	height: 43px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main .kasou11_cell1 {
	border: 1px solid #FF9900;
	vertical-align: top;
	display: table-cell;
	padding: 5px;
}
#main .kasou11_cell2 {
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #D2691E;
	text-align: center;
	font-weight: bold;
}
#main .kasou11_waku1 {
	border: 1px solid #606060;
}
#main .kasou11_waku1 .kasou11_waku1-1 {
	background-color: #E6E6E6;
}
#main .banner {
	background-image: url(images/toi_bana_long.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 60px;
	width: 570px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main .banner a {
	display: block;
	height: 60px;
	width: 570px;
	text-decoration: none;
}
#main .banner em {
	visibility: hidden;
	text-decoration: none;
}

#main .banner a:hover{
	background-image: url(images/toi_bana_long_ro.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 570px;
	text-decoration: none;
}
#main .kyoninka1 {
	background-color: #E7E7E7;
	color: #333333;
}
#main .kyoninka2 {
	background-color: #FFFFFF;
}
#main ul {
	margin: 0;
}
#main li {
	margin: 4px 0 0 0;
	line-height: 140%;
}
#main li li {
	margin: 4px 0 0 -1em;
	line-height: 140%;
}
