@charset "Shift_JIS";
*{
	margin:0px;
	padding:0px;
}

.clr{
	clear: both;
	font-size:0px;
	line-height:0px;
	margin: 0px;
	padding: 0px;
}




/*　サブCSS
------------------------------------------------*/


#pnavi2 {
	background-color: #E7E7E7;
	font-size: 87.5%;
	padding: 0;
	clear: both;
	float: both;
	background-image: url(../images/bg_pnavi.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#title01{
	font-weight:bold;
	background-image: url(../images/h1_bg.gif);
	background-repeat:repeat-x;
	border:solid 1px #cccccc;
	height:100%
}

#title02{
	font-weight:bold;
	background-image: url(../images/h1_bg.gif);
	background-repeat:repeat-x;
	border:solid 1px #cccccc;
}

#title01:after, #title02:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#title01 img,#title02 img{
	float:left;
}
#title01 .text,#title02 .text{
	padding: 15px 0px 0px 40px;
}

.dormant {
	margin: 10px 5px;
	float:left;
}


.date{
	font-size:80%;
	color:#666666;
	text-align:right;
	padding: 0px 0px 3px 0px;
}

.date2{
	font-size:80%;
	color:#666666;
	padding: 3px 0px 10px 0px;
}


#main{
	font-size:90%;
	line-height: 150%;
	margin: 2em 0 0 0;
}


#main h1{
	color:#990000;
	font-size:130%;
	font-weight:bold;
}

#main h2{
	font-size:120%;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 2em 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;	
}
#main h3{
	font-size:120%;
	font-weight:bold;
	padding: 5px 0px 10px 0px;
	border-bottom:solid 1px #cccccc;
}


.floatleft{ 
	float:left;
	width:520px;
	padding: 0px 20px 50px 0px;
}
.floatright{
	float:right;
	padding: 0px 0px 50px 0px;
}

.main2{padding: 0px 0px 50px 0px;}

.main3{padding: 0px 0px 20px 0px;}


#main ul{
	margin: 5px 0px 5px 0px;
	list-style-type: none; 
}
#main li{
	padding: 2px 0px 5px 20px;
	background-image: url(../images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.list{
	margin: 0px 0px 0px 10px;
}
.from{
	background-color:#FFFBE2;
	padding: 0px 0px 15px 5px;
}
.from2{
	margin: 0px 0px 0px 20px;
}



/*サイトマップ　---------------------------*/

#mainSitemap{
	margin: 2em 0 0 0;
}

#mainSitemap h2{
	font-size:140%;
	font-weight:bolder;
	padding: 0px 0px 0px 40px;
	margin: 2em 0 5px 1em;
	background-image: url(../../common/images/folder_cl.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

#mainSitemap h3{
	font-size:100%;
	font-weight:bold;
	padding: 4px 3px 4px 40px;
	margin: 1em 0 0.5em 3em;
	background-image: url(../../common/images/folder_op.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:none;
	clear:both;
}

#mainSitemap ul{
	margin: 0;
	padding-left: 10px;
}

#mainSitemap li{
	font-size:100%;
	line-height: 160%;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 30px;
	width: 250px;
	float:left;
	background-image: url(../images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}




/* footer2
---------------------------------------------*/
#footer2 {
	margin-top: 20px;
	clear: both;
	float: both;
	background-image: url(../images/line_footer.gif);
	background-repeat: repeat-x;
	background-position: 0% 20%;
}

#footer2:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#footer2 ul {
	display: block;
	padding: 35px 0 0 10px;
	margin: 0px;
}

#footer2 li {
	display: inline;
	list-style: none;
	vertical-align: middle;
	margin-right: 6px;
	padding-right:6px;
	font-size: 95%;
	line-height:140%
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0A50A1;
}

#footer2 li.lastli {
	border-right-style: none;
}

#footer2 address {
	font-style: normal;
	font-size: 80%;
	line-height: 140%;
	padding: 0 0 0 10px;
}

#pagetop1 {
	padding: 0px;
	float: right;
	margin-right: 10px;
}

#footer2 a{color: #0A50A1;text-decoration: none;font-size:95%;font-weight: normal;}
#footer2 a:link{color: #0A50A1;text-decoration: none;font-size:95%;font-weight: normal;}
#footer2 a:visited{color: #0A50A1; text-decoration: none;font-size:95%;font-weight: normal;}
#footer2 a:active{color: #0A50A1;text-decoration: none;font-size:95%;font-weight: normal;}
#footer2 a:hover{color: #0A50A1;text-decoration: underline;font-size:95%;font-weight: normal;}




#topic{
	width:738px;
	background-color:#FFFBE2;
	margin-bottom:50px;
}

#topic .floatleft{ 
	float:left;
	width:420px;
	padding: 10px 0px 0px 35px;
}
#topic .floatright{
	float:right;
	padding: 10px 35px 10px 0px;
}
#topic p{
	padding-top: 10px;
}



#past{
	padding: 10px 0px 0px 35px;
}
#past p{
	text-align:center;
}

.answer td{
	border-bottom:solid 1px #cccccc;
}
.answer th{
	border-bottom:solid 1px #cccccc;
}

.question th{
	padding:5px 0px 5px 0px;
}
.question td{
	padding:5px 10px 5px 10px;

}
