
html{
    height:100%;
}

body{
    height:100%;
}

#container{
    width: 100%;
    margin:0px;
    position:relative;
    height: 100%;
    min-height: 100%;
}

body > #container {
        height: auto;
}

/* 共通設定 */
* {
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#000000;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	font-weight:100;
	line-height:300%;
}

.point {
	color:#FF0000;
	font-weight:bold;
}

A:link { text-decoration:none; color:#3333FF; line-height:180%;}
A:visited { text-decoration:none; color:#3366FF; line-height:180%;}
A:active { text-decoration:underline; color:#3366FF;line-height:180%; }
A:hover { text-decoration:underline; color:#3399FF;line-height:180%; }


#clear {
	clear:both;
} 
/* ヘッダーエリア */
.QAHeaderArea{
	padding:0;
	margin:0 0 0 0;
	width:100%;
	height:70px;
	background-image:url(../img/faq/bookparkLogo_right2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ffffff;
	
	border:#999999;
	border-width:0 0 0 0;
	border-style:solid;
	border:#999999;
	
	border-bottom-color:#FF9900;
	border-bottom-width:10px;
	border-bottom-style:solid;
	text-align:left;
	vertical-align:middle;
}

.QAHeaderArea img{
	padding:10px;
	margin:0 0 0 0;
	text-align:center;
}

/* フッターエリア */
.QAfooterArea{
	position:absolute;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
	background-color:#ffffff;
	border:#ffffff;
	border-width:1px 0 1px 0;
	border-style:solid;
	text-align:left;
}



/* コンテンツエリア */
.QAContentsArea{
	padding:0;
	margin:0 0 50px 0;
	background-color:#ffffff;
	line-height:180%;
	width:100%;
	text-align:center;
}

.formtab{
	margin:20px 20px 20px 20px;
	float:center;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	text-align:left;
}

.formtab tr td{
	padding:3px 3px 3px 20px;
	margin:0 0 0 0;
	background-color:#ffffff;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	text-align:left;
}

.formtab tr td input{
	padding:3px 3px 3px 3px;
	margin:0 0 0 0;
	background-color:#ffffff;
	text-align:left;
	line-height:100%;
	vertical-align:middle;
}

.formtab tr td textarea{
	padding:3px 3px 3px 3px;
	margin:0 0 0 0;
	background-color:#ffffff;
	text-align:left;
	line-height:100%;
}


.formtab .ListItem{
	padding:0 0 0 20px;
	margin:0 0 0 0;
	text-align:left;
	background-color:#CCCCCC;
	width:150px;
	line-height:120%;
}

.foottab{
	margin:20px 20px 20px 20px;
	float:center;
	text-align:left;
}


.btnArea{
	padding:0 0 0 0 ;
	margin:10px 0 20px 0;
	text-align:center;
	width:100%;
	background-color:#ffffff;
}


.attensionArea{
	text-align:left;
	width:90%;
	line-height:150%;
	padding:20px 0 0 0 ;
	margin:20px 20px 20px 20px;
}

.attensionUnderArea{
	text-align:left;
	width:90%;
	line-height:150%;
	padding:0 0 0 0 ;
	margin:0 20px 0 20px;
}


.btnArea.btn{
line-height:150%;
}


.EndArea{
	line-height:120%;
	padding:0 0 0 0 ;
	margin:10px 0 20px 10px;
	text-align:left;
	width:90%;
	background-color:#ffffff;
}


/* 閉じるボタン */
.closeBtn{
	padding:0 0 0 0;
	margin:10px 0 20px 10px;
	width:90%;
	height:20px;
	text-align:left;
}

.closeBtnRight{
	padding:0 0 0 0;
	margin:10px 0 20px 10px;
	width:95%;
	height:20px;
	text-align:right;
}


.closeBtn img{
	padding:0 20px 0 0;
}


