/*ページ全体 
--------------------------------------------- */
*{
    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%;
	MARGIN: 0px;
	padding: 0px;
	HEIGHT: 52px
}
#header .print {
	WIDTH: 100%;
	HEIGHT: 16px;
	MARGIN: 0px;
	padding: 0px;
	BACKGROUND-IMAGE: url(../images/popup_blue.gif);
	text-align: right;
}
#header .print_w {
	WIDTH: 100%;
	text-align: right;
}
#header .logo {
	WIDTH: 100%;
	HEIGHT: 35px
	background-color:#ffffff;
	border-top:1px solid #484848;
	border-bottom:1px solid #484848;
}


/*本文
--------------------------------------------- */
#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:medium;
}

#main .box{
	padding-left:20px;
	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-collapse:collapse;
}

#main table.tbl td{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2px 5px;
}

#main table.tbl_n{
	margin:10px 0px;
	padding:0px;
	border-collapse:collapse;
}
#main table.tbl_n td{
	border:none;
	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_square{
	color:#8080FF;
}
.txt_r{
	color:#cc0000;
}
.txt_b{
	color:#0000ff;
}

.txt_g1{
	color:#484848;
}

.txt_g2{
	color:#666666;
}

.txt_xs{ font-size:x-small; }

/* ※のセル */
td.cell_cmt {
	color:#484848;
	vertical-align:top;
	}

/* リスト ● */
ul.circle li{
	margin-left:30px;
}

/* リスト 数字 */
ol.num li{
	margin-left:50px;
}

/*フッター 
--------------------------------------------- */
#footer {
    position:absolute;
    bottom:0px;
    width:100%;
    height:60px;
}

.print {
	width:100%;
	text-align:center;
	margin:0px 0px 10px 0px; 
	padding:3px 0px 3px 0px;
	background-color:#fff;
	height:20px;
	}

.img_foot {
	height:14px;
	margin:0px; 
	padding:0px;
	text-align:right;
}

.bg_foot{
	height:10px;
	border-bottom:1px solid #797979;
	BACKGROUND-IMAGE: url(../images/popup_blue.gif);
}



