@charset "utf-8";

/**************************** GENERAL ************************/
html{
	height: 100%;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	height: 100%;
	line-height: 1.5;
	color: #333;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #dfdfca;
}
h1,
h2{
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	color: #ff8800;
	line-height: 1.6;
	margin: 10px 0 20px;
	border-bottom: 2px solid #c54a21;
}
h2{
	padding-top: 15px;
}
h3{
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1em;
	text-align: center;
}

/**************************** HEADER *************************/
#header{
	width: 100%;
	height: 120px;
	background: url(../img/bg_header.gif) repeat-x;
	color: #fff;
}
#header ul{
	width: 920px;
	height: 70px;
	margin: 0 auto;
}
#header li{
	float: left;
	height: 70px;
}
#col1{
	width: 120px;
	background: url(../img/head_logo.png) 40px 20px no-repeat;
	text-indent: -9999px;
}
#col2{
	width: 550px;
	background: url(../img/head_name.png) left 20px no-repeat;
	text-indent: -9999px;
}
#col2 a{
	width: 450px;
	height: 70px;
	display: block;
	margin-top: 10px;
}
#col3{
	width: 250px;
	background: url(../img/head_nav.png) 51px 35px no-repeat;
}
#col3 ul{
	width: 250px;
}
#col4{
	margin: 54px 0 0 68px;
}
#col5{
	margin: 54px 0 0 29px;
}
#root{
	clear: both;
	width: 920px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/head_root.png) no-repeat;
	font-weight: bold;
	text-align: right;
}
#root div{
	padding: 22px 25px 0;
}

/**************************** CONTENTS ***********************/
#wrap{
	width: 920px;
	margin: 0 auto;
	background: url(../img/bg_wrap.png) repeat-y;
}
#wrap_full{
	width: 920px;
	margin: 0 auto;
	background: url(../img/bg_wrap_full.png) repeat-y;
}
#wrap_white{
	width: 920px;
	margin: 0 auto;
	background: url(../img/bg_wrap_white.png) repeat-y;
}
#wrap:after,
#wrap_full:after,
#wrap_white:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/**************************** NAV ****************************/
#menu{
	float: left;
	width: 212px;
	text-align: left;
}
#menu a,
#menu a:link,
#menu a:visited{
	color: #524539;
}
#menu a:active,
#menu a:hover{
	color: #00b6ea;
}
#menu ul{
	margin: 0 0 1em 10px;
}
#menu ul li{
	width: 190px;
	line-height: 35px;
	background: url(../img/bg_nav.gif) no-repeat;
}
#menu ul li a{
	width: 190px;
	height: 35px;
	display: block;
	text-indent: 20px;
}
#menu ol li{
	width: 189px;
	height: 35px;
	line-height: 35px;
}
#menu ol li.sub_top{
	background: url(../img/bg_sub_top.gif) no-repeat;
}
#menu ol li.sub_mid{
	background: url(../img/bg_sub_mid.gif) no-repeat;
}
#menu ol li.sub_btm{
	background: url(../img/bg_sub_btm.gif) no-repeat;
}
#menu ul li.multi a{
	line-height: 1.1;
	text-indent: 0;
}
#menu ul li.multi a span{
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	height: 35px;
	padding-left: 20px;
}
#twitter{
	margin-left: 15px;
	margin-bottom: 5px;
}
#menu .banner1{
	width: 173px;
	border: 1px solid #666;
	margin: 0 0 1em 17px;
}
#menu .banner1:hover{
	border-color: #000;
}
#menu .banner2{
	width: 175px;
	margin: 0 0 1em 17px;
}
#aboutus{
	width: 160px;
	margin: 0 0 1em 15px;
	background-color: #fff;
	border: 5px solid #efebde;
	letter-spacing: 0;
	padding: 8px 0 8px 8px;
}

/**************************** SECTION ************************/
#main{
	float: left;
	text-align: left;
	padding: 5px 0;
}
#wrap #main{
	width: 546px;
}
#wrap_full #main{
	width: 686px;
}
#main a,
#main a:link,
#main a:visited{
	color: #4a9500;
	font-weight: lighter;
}
#main a:active,
#main a:hover{
	color: #00b6ea;
	text-decoration: underline;
}
#main ol{
	margin-bottom: 1em;
	padding-left: 2em;
}
#main ol li{
	list-style-type:decimal;
}

/**************************** ASIDE **************************/
#info{
	float: left;
	width: 162px;
}
#info dl{
	width: 139px;
	margin-left: 13px;
}
#info dt{
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #c54a21;
	padding-left: 4px;
}
#info dt a{
	display: block;
}
#info dd{
	font-size: 11px;
	letter-spacing: 0;
	margin: 5px;
}
#info dd li{
	float: left;
	width: 33%;
	margin-bottom: 3px;
}
#info iframe{
	width: 100%;
	height: 220px;
	border: 0;
}

/**************************** FOOTER *************************/
#footer{
	clear: both;
	width: 100%;
	height: 70px;
	background: url(../img/bg_footer.gif) repeat-x;
	color: #fff;
}
#footer_nav{
	width: 920px;
	height: 70px;
	margin: 0 auto;
	background: url(../img/footer_nav.png) no-repeat;
	text-align: right;
}
#footer_nav ul{
	float: right;
	margin-right: 20px;
}
#footer_nav li{
	float: left;
	line-height: 40px;
}
#footer_nav a{
	padding: 0 5px;
}
#copy{
	clear: both;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
	margin-right: 12px;
}

/**************************** CLASS *************************/
/*	pagetop	*/
.to_top{
	clear: both;
	font-size: 80%;
	font-family: Verdana,Arial,Sans-Serif;
	text-align: right;
}
/*	clear	*/
.clear{
	clear: both;
}

/*	text	*/
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
.txt_l{
	text-align: left;
}
.txt_red{
	color: #bf0000;
	font-weight: bold;
}
.txt_orange{
	color: #ff8800;
	font-weight: bold;
}
.txt_blue{
	color: #30488f;
	font-weight: bold;
}
.txt_bold{
	font-weight: bold;
}
.txt_under{
	text-decoration: underline;
}
.txt_mid{
	vertical-align: middle;
}
.txt_nowrap{
	white-space: nowrap;
}

/*	color	*/
.bg_pink{
	background-color: #ffd5d5;
}

/*	image	*/
.img_r{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.img_l{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
img.rollover {
  transition: 0.2s;
}
img.rollover:hover {
  opacity: 0.8;
  transition: 0.2s;
}

/*	width	*/
.width_15pc{
	width: 15%;
}
.width_20pc{
	width: 20%;
}
.width_30pc{
	width: 30%;
}
.width_40pc{
	width: 40%;
}
.width_60pc{
	width: 60%;
}
.width_80pc{
	width: 80%;
}
.width_100pc{
	width: 100%;
}
.width_100px{
	width: 100px;
}

/*	margin	*/
.margin_5px{
	margin-bottom: 5px;
}
.margin_10px{
	margin-bottom: 10px;
}
.margin_1em{
	margin-bottom: 1em;
}
blockquote{
	margin-left: 2em;
}

/*	box	*/
.half_l{
	float: left;
	width: 48%;
}
.half_r{
	float: right;
	width: 48%;
}
.float_r{
	float: right;
}

/*	icon	*/
ul.icon_arrow li{
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(../img/icon_arrow.gif) left .3em no-repeat;
}
ol li ul.icon_arrow li{
	display: block;
	list-style-type: none;
}
td ul.icon_arrow li{
	margin-bottom: 0;
	line-height: 1.6;
}
.icon_pdf{
	background: transparent url(../img/icon_pdf.gif) right center no-repeat;
	padding-right: 16px;
}
.icon_fla{
	background: transparent url(../img/icon_fla.gif) right center no-repeat;
	padding-right: 18px;
}
.icon_xls{
	background: transparent url(../img/icon_xls.gif) right center no-repeat;
	padding-right: 18px;
}

/*	table	*/
table.list{
	margin-bottom: 1em;
	border: 1px solid #888;
}
.list tr.row_od{
	background: #fff;
}
.list tr.row_ev{
	background: #efffde;
}
.list th,
.list td{
	padding: 5px;
	border: 1px solid #888;
}
.list th{
	background: url(../img/bg_th.gif) left top repeat;
}
.list td.no_border{
	padding: 2px 5px;
	border: none;
}
.ver_top td{
	vertical-align: top;
}

/*	dl	*/
dl.float_3em dt{
	float: left;
	width: 3em;
}
dl.float_3em dd{
	margin-left: 3em;
}
dl.float_6em dt{
	float: left;
	width: 6em;
}
dl.float_6em dd{
	margin-left: 6em;
}
dl.float_7em dt{
	float: left;
	width: 7em;
}
dl.float_7em dd{
	margin-left: 7em;
}
dl.float_8em dt{
	float: left;
	width: 8em;
}
dl.float_8em dd{
	margin-left: 8em;
}
dl.float_9em dt{
	float: left;
	width: 9em;
}
dl.float_9em dd{
	margin-left: 9em;
}
dl.float_12em dt{
	float: left;
	width: 12em;
}
dl.float_12em dd{
	margin-left: 12em;
}
dl.note dt{
	float: left;
	width: 1.5em;
	margin-bottom: .5em;
}
dl.note dd{
	margin-left: 1.5em;
	margin-bottom: .5em;
}
dl.definition dt{
	font-weight: bold;
}
dl.definition dd{
	margin-left: 2em;
	margin-bottom: 1em;
}

/*	ol	*/
#main ol.roman li{
	list-style-type: lower-roman;
	margin-bottom: .5em;
}

/*	caption	*/
.caption{
	clear: both;
	background: url(../img/icon_caption.gif) 3px 3px no-repeat;
	width: 100%;
	height: 36px;
	font-size: 110%;
	font-weight: bold;
	line-height: 36px;
	margin: 1.5em 0 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb #999 #999 #bbb;
	text-indent: 20px;
}
hr.space{
	border: none;
}
.error {
	color: #bf0000;
	font-size: 20px;
	padding: 15px;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	margin-bottom: 1em;
}

/**************************** FORM **************************/
#main input,
#main label,
#main textarea,
#main select{
	font-size: 13px;
	color: #000;
}
#main form th,
#main form td{
	padding: 5px;
}
#main input{
	padding: 0 3px;
}
#main .num{
	text-align: right;
}
#main textarea{
	padding: 3px;
	width: 90%;
}
#main label{
	padding: 3px;
	line-height: 1.8;
}
#main label:hover{
	background-color: pink;
}
#main .submit{
	text-align: center;
}
#main .submit input{
	text-align: center;
	width: 100px;
	padding: 1px;
}

/**************************** INDEX *************************/
#index iframe{
	width: 100%;
	border: 1px solid #ccc;
}
#index iframe.info{
	height: 540px;
}
#index iframe.news{
	height: 280px;
}
#index dl{
	font-size: 12px;
	padding-left: 7px;
	line-height: 1.7;
}
#index dt{
	background: url(../img/icon_pin.gif) left 7px no-repeat;
	padding-left: 1em;
}
#index dd{
	margin-left: 18px;
	padding-left: 1em;
}
#index dd.dot1{
	background: url(../img/icon_dot1.gif) left top no-repeat;
}
#index dd.dot2{
	background: url(../img/icon_dot2.gif) left top no-repeat;
}

/**************************** TOPICS ************************/
#detail table{
	width: 100%;
	margin-bottom: .5em;
	border-bottom: 1px dotted #aaa;
}
#detail th,
#detail td{
	vertical-align: top;
	padding: 0 10px .5em 0;
}
#detail th{
	font-weight: lighter;
}
#detail .topics_img{
	float: right;
	margin: 0 0 0 10px;
}
#detail .topics_pdf{
	margin-top: .5em;
}

/**************************** JISSEKI ***********************/
#jisseki table{
	width: 100%;
}
#jisseki td table{
	width: 100%;
	border: none;
}
#jisseki td table td{
	white-space: nowrap;
	border: none;
	padding: 0 3px;
}
#jisseki .count{
	text-align: right;
	width: 20%;
}
#jisseki .money{
	text-align: right;
	width: 50%;
}

/**************************** RESULT ************************/
#result table{
	width: 100%;
	margin-bottom: 0;
	border: 1px solid #888;
}
#result th{
	width: 7em;
}
#result th,
#result td{
	border-style: dotted solid dotted;
}
#result dt{
	font-weight: bold;
	padding: 10px 0 0 12px;
	background: url(../img/icon_disc.gif) left 1em no-repeat;
}
#result dd{
	margin-left: 20px;
}
#result .sum{
	border-style: dotted solid solid;
}
#result .anchor{
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	color: #fff;
}
#result h1{
	margin-bottom: 10px;
}
#result .caption{
	margin-bottom: 0;
}
#result #sort{
	text-align: right;
	margin-top: 1em;
}
#result li{
	margin-bottom: .5em;
}
#result li:last-child{
	margin-bottom: 0;
}
#result .sympo th{
	width: 5em;
}
#result .sympo tr:nth-child(1) td{
	font-weight: bold;
}

/**************************** RULE **************************/
#rule h3{
	margin: 0;
	padding: 0.5em 0;
}
#rule h4{
	font-weight: bold;
	margin-bottom: .2em;
}
#rule dt{
	float: left;
	width: 5em;
	margin-bottom: 1em;
}
#rule dd{
	margin-left: 5em;
	margin-bottom: 1em;
}
#rule dd p{
	margin-bottom: .5em;
}
#rule li{
	margin-bottom: .3em;
}
#rule li li{
	list-style-type: lower-roman;
}
#rule li.no_list{
	list-style-type: none;
}

/**************************** PREFECTURE ********************/
table.pref{
	width: 100%;
	margin-bottom: 1.5em;
}
table.pref th{
	width: 20%;
	border-bottom: 1px solid #aaa;
	padding: 3px 5px;
}
table.pref td{
	white-space: nowrap;
	border-bottom: 1px solid #aaa;
	text-align: center;
	padding: 3px 5px;
}

/**************************** MONEY *************************/
.chart{
	margin-bottom: 1em;
}
.chart table{
	width: 100%;
	margin-bottom: .5em;
}
.chart caption{
	font-weight: bold;
	margin-bottom: .5em;
}
.chart th{
	white-space: normal;
}
.chart p{
	margin-bottom: .2em;
	font-size: 95%;
}

/**************************** FORUM/SITE ********************/
#site dt,
#forum dt{
	background: url("../img/icon_arrow.gif") left center no-repeat;
	padding-left: 15px;
	margin-bottom: .5em;
}
#site dt span,
#forum dt span{
	font-weight: bold;
}
#site dd,
#forum dd{
	margin-left: 15px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #aaa;
}

/**************************** SYMPOSIUM *********************/
#symposium table{
	width: 100%;
}
#symposium th{
	width: 5em;
}
#symposium tr:nth-child(1) td{
	color: #ff8800;
	font-weight: bold;
}
#symposium tr:nth-child(2) td{
	font-weight: bold;
}
#symposium tr:nth-child(2) td a,
#symposium tr:nth-child(2) td a:link,
#symposium tr:nth-child(2) td a:visited{
	font-weight: bold;
}

/**************************** HITOKOTO **********************/
#hitokoto{
	margin: 2em 0;
}
#hitokoto td{
	padding: 20px;
}
#hitokoto td div{
	background: url("../img/icon_mail.gif") left center no-repeat;
	padding-left: 25px;
}

/**************************** FREE **************************/
#free .float_r{
	text-align: right;
}

/**************************** CONDITION *********************/
#condition div,
#condition table,
#condition ol li{
	margin-bottom: .5em;
}

/**************************** QUESTIONNAIRE *****************/
.qulist {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}
.qulist dt {
    float: left;
    font-weight: bold;
    width: 5.5em;
    padding-bottom: .3em;
}
.qulist dd {
    margin-left: 5.5em;
    padding-bottom: .3em;
}
.qulist dd a {
    white-space: nowrap;
    margin-right: 1em;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}
.hokkaido .badge {background-color: #537cd9;}
.tohoku .badge {background-color: #8ec8d5;}
.kanto .badge {background-color: #90d97d;}
.hokushinetsu .badge {background-color: #c6a0db;}
.tokai .badge {background-color: #d0d96d;}
.kinki .badge {background-color: #d76d8b;}
.chugoku .badge {background-color: #9daec4;}
.shikoku .badge {background-color: #99b85c;}
.kyusyu .badge {background-color: #d67954;}
