/*ページ全体 
--------------------------------------------- */
*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
	margin:0px;
	padding:0px;
	font-size:12px;
    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:#00008b;}
a:hover{text-decoration:underline;
	color:#ff590b;}
a:visited {text-decoration:underline;
	color:#00008b;}
a:active {text-decoration:none;
	color:#00008b;}



/*ヘッダー
--------------------------------------------- */

.headline {
	width:100%;
	height:10px;
	margin:0px;
	padding:0px;
	background-image:url(../images/img_bg_top.jpg);
	background-repeat:repeat-x;
	display:block;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#66cdaa;
}

.toparea {
	width:100%;
	height:35px;
	margin:0px;
	padding:5px 0px 5px 0px;
	border-width:0px 0px 1px 0px;
	border-color:#cccccc;
	border-style:solid;
	display:block;
}


.toparea_l {
	display:block;
	width:235px;
	height:30px;
	background-image:url("../images/fax_utility_st.gif");
	background-repeat:no-repeat;
	float:left;
	margin:0px;
	padding:0px;
	background-position:5px 0px;
}
	

.toparea_r{
	display:block;
	width:90px;
	height:30px;
	background-image:url("../images/fappy.gif");
	background-repeat:no-repeat;
	float:right;
	text-align:right;
	background-position-right:5px;
}


/*内容区分
--------------------------------------------- */
h2 {
	width:100%;
	display:block;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:2px 0px 2px 15px;
	text-align:left;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:#cccccc;
	letter-spacing:0.2em;
	display:block;
	background-color:#eee;
	font-weight:bold;
}

	




/*本文
--------------------------------------------- */

.maintxt {
	line-height:1.4em;
	margin:10px 0px 20px 0px ;
	padding-bottom:55px;
	padding-left:20px;
	width:100%;
}

.boxans {
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#cccccc;}

.boxans th {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	padding:3px;}

.boxans td {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	padding:3px;}


.boxans td.gray {
	background-color:#dcdcdc;}

.boxans td.green{
	background-color:#bee0ce;}


.boxans ul {
	list-style-position:outside;
}

.boxans li {
	list-style-type:disk;
}

.boxindex {
	width:90%;
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#cccccc;}

.boxindex td {
	text-align:center;
	vertical-align:middle;
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
}

.boxans2 {
	border:1px solid #cccccc;
}

.boxans2 td {
	padding:3px;
	text-align:left;
	vertical-align:top;
}


/*フッター 
--------------------------------------------- */
#footer {
    position:absolute;
    bottom:0px;
    width:100%;
    height:40px;
}
.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:#66cdaa;
	vertical-align:bottom;
	height:20px;
	}



.img_foot {
	width:100%;
	height:9px;
	margin:0px; 
	padding:0px 0px 0px 0px;
	text-align:right;
	vertical-align:bottom;
}

/*回答のタイトル行
--------------------------------------------- */





