@charset "utf-8";
/* トップページ用CSS読込み用ファイル */

@import "reset.css";
@import "common.css";
@import "index.css";

div#info{
	clear:both;
	margin:0 auto;
	padding: 20px;
	width:auto;
}
div#info h2{
    text-align: left;
    font-size: 120%;
    line-height: 100%;
    /*color: #2E64FE;*/
    /*color: #004c97; ロゴの濃いところ*/
    color: #2b84c7;
    font-weight: bold;
    padding: 15px 0 10px 14px;
    clear: both;
}
div#info-tbl {
	overflow:auto;
}
div#info-tbl table{
	font-size:15px;
	margin:5px 15px;
	width:850px;
}
div#info-tbl table th{
	width:110px;
}
div#info-tbl table th,div#info-tbl table td{
	padding:5px;
	border-bottom:1px dotted #CCC;
	text-align:left;
}