@import url("tables.css");
@import url("style.css");

/* CSS Document */
/* RESET_START */



body{
margin:0;padding:0;font:normal 1em ;color:#000;
text-decoration:none;list-style:none;line-height:100%;
}



.topics_head{background-color:#656565;width:935px;height:40px;padding:5px 5px 5px 20px;text-align:left;color:#FFF;vertical-align: middle;display: table-cell;font-size:1.5em}
.in_head{background-color:#00468C;width:935px;height:40px;padding:5px 5px 5px 20px;text-align:left;color:#FFF;vertical-align: middle;display: table-cell;font-size:1.5em}



.in_block_bn{width:80%;background-color:#000;padding:10px;margin:0 auto;}


/*****フロート、画像大きさ用******/

.fl_le01{width:100%;padding:20px 0 20px 0;border-bottom:#999 solid 1px;zoom: 250%;}
.fl_rh01{width:100%;padding:20px 0 20px 0;border-bottom:#999 solid 1px;zoom: 250%;}
.fl_le30{width:100%;padding:20px 0 20px 0;border-bottom:#999 solid 1px;zoom: 250%;}

.img_respo{width:100%;}

/*****フッター*****/

#footerMenu{
width:100%;
height:50px;
text-align:center;
margin: 0px auto;
/*border: #3EA8F4 solid;
border-width: 1px 0 1px 0px;*/
padding:10px 0 0 0px;
background-color:#666;
}


/*LINK*/
a{line-height:160%;font-size:1.2em;color:#09F;}
a:link {color:#09F;}
a:visited{color:09F;}
a:hover{color:#069;text-decoration:underline;}


.text01 a{line-height:140%;color:#09F;font-size:1.7em;}
.text01 a:link {color:#09F;}
.text01 a:visited{color:#09F;}
.text01 a:hover{color:#03C;text-decoration:underline;}


.text02 a{line-height:140%;color:#FFF;font-size:14px;}
.text02 a:link {color:#FFF;}
.text02 a:visited{color:#FFF;}
.text02 a:hover{color:#CCC;text-decoration:underline;}


.text03 a{line-height:261%;color:#000;font-size:1em;}
.text03 a:link {color:#000;}
.text03 a:visited{color:#000;}
.text03 a:hover{color:#666;text-decoration:underline;}






/***TABLE****/


table.table-1 {
    /*width: 850px;*/
    /*border: 1px #009B83 solid;*/
    margin:0px auto;
	font-size:1.2em;
	}


table.table-1 th {
	padding: 10px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	font-weight:normal;
	background-color:#FFF;
	width:16%;
	}
table.table-1 td {
	padding: 10px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*font-size:12px;*/
	}
