*{
	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:#000 url(img/body_back.jpg) repeat-x left top;
	color:#333;
	font-size:75%;
}

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 */


/* layout */

#box{
	margin:0 auto;
	padding:0;
	width:670px;
	text-align:left;
}

#cnt{
	background:#fff;
}

div#sub{
	margin:0px;
	padding:0px 0 0px 0;
	width:180px;
	float:right;
	display:inline;

}

/* id_head */
#header{
	margin: 0 0px 0px 0px;
	position:relative;
}

#header p#headerlogo{
	margin:0 0 20px 15px;
	font-size:135%;
}
#header p#headerlogo a{
	padding:0.1em;
	font-weight:normal;
	color:#fff;
	border-bottom:5px solid #fff;
	text-decoration:none;
}
#header h1{
	margin:0 0 5px 15px;
	color:#fff;
}
#header h5{
	margin:0 0 0 15px;
	color:#fff;
	font-size:90%;
}

#header dl#hmenu{
	position:relative;
	height:35px;
}
#header dl#hmenu dt,
#header dl#hmenu dd{
	position:absolute;
	height:12px;
}
#header dl#hmenu dt{
	left:10px;
}
#header dl#hmenu dd.company{
	left:351px;
	z-index:5;
}
#header dl#hmenu dd.contact{
	left:451px;
	z-index:4;
}
#header dl#hmenu dd.sitemap{
	left:551px;
	z-index:3;
}

#header p#moon{
	position:absolute;
	left:200px;
	top:15px;
}


div#sub{
	margin:15px 0 0 15px;
	float:left;
	width:180px;
	display:inline;
}
div#sub table.menu{
	width:180px;
}
div#sub table.menu th,
div#sub table.menu td{
	padding:0.4em 0.6em;
	border-bottom:1px solid #fff;
}
div#sub td{
	background:url(img/td_mng.gif) no-repeat right top;
}
div#sub td.cat{
	background:url(img/td_cat.gif) no-repeat right top;
}

div#sub td.faq{
	border-top:20px solid #fff;
	background:url(img/td_faq.gif) no-repeat right top;
}
div#sub td.gls{
	background:url(img/td_gls.gif) no-repeat right top;
	border-bottom:20px solid #fff;
}
div#sub td.mng{
	border-top:20px solid #fff;
}

div#sub div.link dl{
	margin:1em 5px;
	border:1px solid #7F7FB2;
	width:170px;
}

div#sub div.link dl dt{
	padding:0.4em;
	font-size:90%;
}

div#sub div.link dl dd{
	padding:0.4em;
	line-height:1.4;
	font-size:95%;
}

div#sub div.link dl dd img{
	display:block;
	text-align:center;
	margin:0 auto;
}

div#footer{
	background:#fff;
}
div#footer address{
	padding:0.4em;
	text-align:center;
	background:#eee;
	font-size:90%;
}
div#footer ul{
	margin:0 10px;
	padding:0.2em;
	font-size:85%;
}
div#footer ul li{
	display:inline;
	line-height:1.2;
}
div#footer ul li a{
	text-decoration:none;
	color:#000;
	background-color:inherit;
}


/* main */
div#main{
	margin:0 10px 10px 0;
	width:445px;
	float:right;
	display:inline;
}

div#main p,
div#main dd{
	margin:0 .4em 0.4em .4em;
	line-height:1.6;
}
div#main h2{
	margin-bottom:20px;
	padding:20px 0 20px 45px;
	color:#000;
	background:url(img/h2_back.gif) no-repeat left center;
	font-weight:bold;
	line-height:1;
}
div#main h3{
	padding:0.4em;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
/* added */
#main h4,
#main h5,
#main p,
#main ol,
#main ul,
#main dl{
padding:0 10px;
}

#main p,
#main ol,
#main ul,
#main dl{
margin-bottom:1em;
}
#main li{
margin-bottom:0.6em;
margin-left:2em;
list-style-type:disc;
}
#main ol li{
list-style-type:decimal;
}

#main dt{font-weight:bold;}
#main dd{margin-bottom:0.4em}

#main h4{
font-size:160%;
}
#main h5{
font-size:120%;
font-weight:bold;
}
/* added */

div#main dl.list dt{
	padding:0.4em;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
div#main dl.list dd{
	margin:0 0 20px 0;
	padding:0.4em;
	border:1px solid #ccc;
}

div#main p#tp{
	margin:0 0 0.2em 0;
	text-align:right;
}
div#main p#tp a{
	text-decoration:none;
	color:#000;
}

div#main div.sec{
	margin:0 0 20px 0;
	border:1px solid #ccc;
}


div#main div.link{
	font-size:90%;
	width:210px;
	float:left;
	display:inline;
}
div#main div.link.twice{
	float:right;
}
div#main div.link table{
	margin:0 0 10px 0;
	border:1px solid #ccc;
}

div#main div.link table th{
	margin:0;
	padding:0.4em;
	line-height:2em;
}

div#main div.link table td{
	padding:0.4em;
}
div#main div.link table td img{
	display:block;
	text-align:center;
	margin:0 auto;
}


div#main p.pagenavi{
	margin:30px auto 10px auto;
	font-size:90%;
	text-align:center;
}


div#main p.pagenavi a{
	margin:4px;
	padding:0.2em;
	text-decoration:none;
	
}

div#main p.pagenavi em a{
	font-weight:bold;
	background:#eee;
}

div#main p.centering{
	text-align:center;
}


div#main p.gotopagetop{
	margin:20px 0;
	padding:0.2em 0.4em;
	text-align:right;
	border:1px solid #ccc;
	background:#eee;

}
div#main p.gotopagetop a{
	padding-right:24px;
	background:url(img/p_pagetop.gif) no-repeat right center;
	color:#000;
	text-decoration:none;
}


/* toppage */
div#main.toppage div.faq dl{
	overflow:auto;
	height:200px;
}
div#main.toppage dl.list dt,
div#main.toppage dl.list dd{
	border-style:none;
}

/* company */
div#main.company table.pro{
	margin:0 0px 10px 5px;
	width:425px;
}

div#main.company th{
	padding:0.5em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	width:20%;
}
div#main.company td{
	padding:0.5em;
	border-bottom:1px solid #ccc;
	width:50%;
}


/* gls */
#main.glossary p.knavi{
	margin:0 5px 20px 5px;
}
#main.glossary p.knavi a{
	padding:10px 0;
	float:left;
	width:16%;
	display:inline;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#eee;
	text-align:center;
	font-size:85%;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}


div#main.glossary h3 a span{
	font-weight:normal;
	font-size:85%;
}
#main.glossary dl.list dd ul{
	margin:0.4em;
}
#main.glossary dl.list dd li{
	width:48%;
	float:left;
	line-height:1.5;
}

#main.glossary div.explain h3{
	margin-bottom:20px;
	color:#000;
}

#main.glossary p.pdf{
	margin:0 5px 5px 5px;
	float:right;
	width:50px;
	text-align:center;
}

/* faq */
#main.faq{
	font-weight:normal;
}

#main.faq div.list dl dt{
	padding:0.4em;
	background:#cf0;
	font-weight:bold;
	color:#000;
}
#main.faq div.list dl dd{
	margin-bottom:1em;
	padding:0.4em;
	border:1px solid #cf0;
}
	
#main.faq div.list p{
	margin:0 0 3em 0;
}
/* category */


#main.category  div.list h3{
	padding:0.4em;
	background:#cf0;
	font-weight:bold;
	color:#000;
}
#main.category  div.list div.cnt{
	padding:0.4em;
	margin-bottom:1em;
	border:1px solid #cf0;
}
#main.category  div.list div.cnt p{
	margin:0;
}
/* sitemap */

#main.sitemap h3{
	margin-bottom:20px;
	border:1px solid #ccc;
}

#main.sitemap div.sec h3{
	margin:0;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	border-bottom:1px solid #ccc;
}