*{
	word-wrap:break-word;
	word-break:break-all;
}
html {
	height: 100%;
	overflow-y: scroll;
	}

body {
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	background:#fff url(img/body_back.gif) repeat-y center top;
	color:#333;
	font-size:80%;
}

input,select{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	border-collapse:collapse;
	vertical-align:top;
}

textarea { font-size: 100%; }
img { vertical-align: bottom;
	border-style:none;
}
hr  { display: none; }
em{font-style:normal}

input{line-height:auto;vertical-align:top;}


.cfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .cfix{height: 1%;}
*+html .cfix{min-height: 1%;}
.cfix {display: block;}
/* End hide from IE-mac */


#box{
	margin:0 auto;
	width:850px;
	text-align:left;
}
#head{
	margin-bottom:10px;
	padding-bottom:17px;
	background:url(img/header_back.gif) repeat-x left bottom;
}
#cap{
	border-bottom:1px solid #fff;
	background:url(img/header_back.jpg) no-repeat left top;
}
#cap h5{
	margin:0 0 0 15px;
	color:#000;
	font-size:85%;
}
#cap p#caplogo{
	padding:5px 0 10px 18px;
	font-size:240%;
}
#cap p#caplogo a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#cap h1{
	margin-left:20px;
	font-size:110%;
	color:#fff;
	font-weight:bold;
}

#cnt{
	padding-bottom:10px;
	background:url(img/cnt_back.gif) repeat-y right top;
	border-bottom:1px solid #ccc;
}

/* sub */
#menusub2{
	margin:0 15px 0 0;
	padding:0px 0 0 0;
	width:205px;
	float:right;
	display:inline;
}
#menusub2 li.home{
	margin-bottom:20px;
}
#menusub2 li.category{
	margin:10px 0 20px 0;
	text-align:right;
}
#menusub2 li.category img{
	margin-bottom:10px;
}
#menusub2 li.category ol{
	margin-left:15px;
	padding:5px 0;
	width:190px;
	line-height:2;
	background:#fff;
	font-weight:bold;
}

#menusub2 li.category ol li{
	padding-left:30px;
	background:url(img/circle_red.gif) no-repeat 10px 0.5em;
}

#menusub2 li.others{
	margin:10px 0;
}

#menusub2 li.mng{
	margin:20px 0;
	padding-top:10px;
	background:url(img/sub_mng_top.gif) no-repeat left top;
}
#menusub2 li.mng ol{
	padding-bottom:10px;
	background:url(img/sub_mng_bottom.gif) no-repeat left bottom;
}
#menusub2 li.mng ol li{
	padding:0.4em 0 0.4em 10px;
}

#menusub2 div.pr table{
	margin:10px;
	border:1px solid #EFE7DE;
	background:#fff;
}
#menusub2 div.pr table th{
	padding:0.4em;
	font-weight:bold;
	color:#300;
}
#menusub2 div.pr table td{
	padding:0.4em;
}

#menusub2 div.pr table td a{
	display:block;
	text-align:center;
}

/* footer */
#footer{
	padding-top:17px;
	background:#EDE8E0 url(img/header_back.gif) repeat-x left top;
	font-size:85%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#footer p{
	margin:0 15px;
	line-height:2;
}
#footer p a{
	color:#000;
}
address{
	margin:0;
	padding:0.4em;
	text-align:center;
	background:#fff;
	border-top:1px solid #ccc;
}
address a{
	color:#000;
	text-decoration:none;
}

/* main */
#main{
	margin:0px 0px 0 15px;
	float:left;
	display:inline;
	width:600px;
}
#main h2{
	margin:0 0 15px 0;
	padding:0 0 13px 55px;
	background:url(img/h2_back.gif) repeat-x left bottom;
	font-size:210%;
	color:#000;
}

#main p#topicpath{
	margin:0;
	padding:0 0.4em;
	background:#fff;
	font-size:85%;
}

#main h3{
	margin:0 0 0px 0;
	padding:0.2em 0.6em 0.2em 20px;
	background:#EFE7DE url(img/h3_back.gif) repeat-y left center;
	font-size:135%;
	color:#000;
}

#main h3 a{
	color:#000;
}

#main div.block{
	margin:0px 0 20px 0;
	padding:0 0 10px 0;
	border:1px solid #EFE7DE;
}


#main p.pagetop{
	margin:2em 0 10px 0;
	padding:10px;
	text-align:right;
}
#main p.pagetop a{
	padding-left:25px;

	text-decoration:none;
	color:#000;
}



#main p.pagenavi{
	padding:0 0 1em 0;
	text-align:center;
}
#main p.pagenavi  a{
	margin:0 5px;
}
#main p.pagenavi em a{
	font-weight:bold;
}

#main div.pr{
	width:48%;
	float:left;
	display:inline;
	text-align:center;
}
#main div.pr.twice{
	float:right;
}
#main div.pr th{
	padding:0.4em;
	font-weight:bold;
	color:#300;
}
#main div.pr td{
	padding:0.4em;
}
#main div.pr table{
	margin:0 0 1em 0;
	border:1px solid #ccc;
	background:#fff;
}
#main div.pr table p a{
	display:block;
	text-align:center;
}


/* toppage */

#main.toppage div.faq dl.list{
	margin-top:5px;
	height:200px;
	overflow:auto;
}

#main.toppage div.faq dt{
	margin:5px 0 0px 0;
	padding:0px 10px 5px 35px;
	color:#633;
	font-weight:bold;
	background:url(img/mark_faq.gif) no-repeat  10px 0.2em;
}
#main.toppage div.faq dd{
	margin:0 0 20px 0;
	padding-left:30px;
}

#main.toppage div.rss dl dt{
	margin:0;
	padding-left:35px;
	background:url(img/rss.png) no-repeat 15px 0.5em;
	color:#600;
	background-color:inherit;
	font-weight:bold;
	line-height:2;
}
#main.toppage div.rss dd{
	margin-bottom:1em;
	padding-left:35px;
}

/* company */
#main.company table.profile{
	width:600px;
	background:#fff;

}
#main.company table.profile th{
	padding:0.4em;
	width:30%;
	font-weight:bold;
	color:#600;
	border:1px solid #598C00;
}
#main.company table.profile td{
	padding:0.4em;
	width:60%;
	border:1px solid #598C00;
}

/* sitemap */
#main.sitemap dl.list dt{
	margin:0 10px 1em 0px;
	padding-left:30px;
	color:#000;
	font-weight:bold;
	display:block;
	background:url(img/add_16.png) no-repeat 10px 0.5em;
	line-height:2;
}

#main.sitemap dl.list dd{
	margin:0 10px 1em 30px;
	padding-left:30px;
	background:#fff;
	background:url(img/arrow_green.gif) no-repeat 10px 0.5em;
}

/* category */
#main.category h3{
	margin-bottom:20px;
}
#main.category dt{
	margin:0 10px 1em 0px;
	padding-left:30px;
	color:#300;
	font-weight:bold;
	display:block;
	background:url(img/add_16.png) no-repeat 10px 0.5em;
	line-height:2;
}
#main.category dd{
	margin-bottom:1em;
	padding-left:30px;

}

#main.category ol{
	margin-left:3em;
}
#main.category ol li{
	margin-bottom:1em;
	list-style-type:decimal;
}

#main.category p{
	margin-bottom:1em;
}
#main.category h4{
	font-size:120%;
	font-weight:bold;
}
#main.category h5{
	font-weight:bold;
}

/* faq */
#main.faq dl.list dt{
	margin:1em 0 0px 0;
	padding:0.2em 0.6em 0.2em 20px;
	background:#EFE7DE url(img/h3_back.gif) repeat-y left center;
	font-size:135%;
	color:#000;
}
#main.faq dl.list dd{
	padding:0.4em;
}

/* gls */
#main.gls ul.knavi{
	margin:0 5px 2em 5px;
}
#main.gls ul.knavi li{
	padding:1em 0 1em 0;
	display:block;
	width:16%;
	float:left;
	text-align:center;
	background:#ECE9D8;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#633;
	font-weight:bold;
}
#main.gls h3{
	background-color:#EFE7DE;
}
#main.gls p{
	margin: .4em 0.6em;
}

#main.gls div.block ul li{
	width:45%;
	float:left;
}

#main.gls div.exp p{
	padding:0.4em;
}

#main.gls div.exp p.pdf{
	float:right;
	margin:0.4em;
}
#main.gls div.block ul{
	margin:0.6em;
}
#main.gls dl dd ul li,
#main.gls div.block ul li{
	width:45%;
	float:left;
}
