/*ページ全体 
--------------------------------------------- */
*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
	margin:0px;
	padding:0px;
	font-size:small;
    height:100%;
	}

#contents{
    width: 100%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}

body > #contents {
    height: auto;
}

/* リンク 
--------------------------------------------- */
a:link {text-decoration:underline;
	color:#0000ff;}
a:hover{text-decoration:underline;
	color:#ff590b;}
a:visited {text-decoration:underline;
	color:#0000ff;}
a:active {text-decoration:none;
	color:#00008b;}

/*ヘッダー
--------------------------------------------- */
#header {
	width:100%;
	height:40px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:2px solid #9999cc;
	border-bottom:1px solid #9999cc;
}


/*本文
--------------------------------------------- */
#main {
	width:100%;
	margin:18px 0px 20px 0px ;
	padding-bottom:55px;
	line-height:1.4em;
	}

#main h2 {
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:bold;
	font-size:small;
}

#main #box_q{ margin-left:16px; }
#main #box_a{ margin-left:16px; }
#main .box{
	padding-left:35px;
	padding-right:15px;
}


#main ul{
	margin:0px 0px 0px 15px;
}

#main ul li{
	margin-bottom:8px;
}

#main table.tbl{
	margin:10px 0px;
	padding:0px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#main table.tbl td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2px 5px;
}

#main table.tbl td.hd{
	background-color:#e6e6fa;
}

.center{ text-align:center; }
.kome{
	margin:5px 0px 0px 0px;
	text-indent:-1em;
	padding-left:1em;
	color:#484848;
}

.kome2{
	margin:5px 0px 0px 0px;
	text-indent:-2.5em;
	padding-left:2.5em;
	color:#484848;
}

.txt_b{
	color:#0000ff;
}

.txt_g1{
	color:#484848;
}

.txt_g2{
	color:#666666;
}

/* ※のセル */
td.cell_cmt {
	color:#484848;
	vertical-align:top;
	}

/* リスト ● */
ul.circle li{
	margin-left:30px;
}

/* リスト 数字 */
ol.num li{
	margin-left:20px;
}

ol li{
	padding:0 0 5px 0;
}
/*フッター 
--------------------------------------------- */
#footer {
    position:absolute;
    bottom:0px;
    width:100%;
    height:48px;
}

.print {
	width:100%;
	text-align:center;
	vertical-align:middle;
	border-width:0px 0px 1px 0px;
	border-color:#999999;
	border-style:solid;
	margin:0px 0px 0px 0px; 
	padding:3px 0px 3px 0px;
	background-color:#dcdcdc;
	vertical-align:bottom;
	height:20px;
	}

.img_foot {
	height:14px;
	margin:0px; 
	padding:0px 0px 0px 0px;
	text-align:right;
}

.bg_foot{
	/*border-bottom:1px solid #797979;*/
	height:1px;
	background-color:#9999cc;
}


