@charset "utf-8";
/* CSS Document */

/* main */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height:1.6;
	background: url(../img/body_bg.png) repeat-y top center;
}

/* header */

#header {
	width: auto;
	height:608px;
	background: url(../img/top_bg.jpg) top center;
	text-align: center;}


/* contents */


#content {
	width: 981px;
	height: auto;
	margin: 0 auto;
	background-color:#fff;
}


/*テキストボックス*/
.text-box { 
	width: 820px;
	margin: 1.2em auto;
	font-size: 92%;}
	
.qa { margin: 0 40px; font-size:92%;}
.qa dt {
	background: url(../img/icon-q.jpg) no-repeat top left;
	color: #00667f;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #00667f;
	margin: 0.5em;
	padding-left: 40px;
	padding-bottom: 8px;
}
.qa dd {
	background: url(../img/icon-a.jpg) no-repeat top left;
	padding-left: 40px;
	margin: 0.5em;
	padding-bottom: 0.5em;
}

/* font設定*/
.white { color:#ffffff; }
.red { color:#df2222; }
.green { color:#015a34; }
.blue { color:#0066fe;}
.yellow { color:#f6ff00;}

.under { text-decoration: underline; }
.line { text-decoration: line-through; }

.font-bg-y { background: #fff100; }

.bold { font-weight: bold; }
.fbu { font-weight: bold; text-decoration:underline;}

.size12 { font-size: 12px; }

.size110 { font-size: 110%; }
.size120 { font-size: 120%; }
.size130 { font-size: 130%; }
.size140 { font-size: 140%; }
.size150 { font-size: 150%; }



/* footer */
#footer {
	background: url(../img/footer.gif) repeat-x top center;
	width: auto;
	height: 205px;
}

#foot-box {
	width: 981px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	padding-top: 80px;
	position:relative;
}

.page-top {
	position: absolute;
	top: -23px;
	right: 20px;
}

#foot-box a { text-decoration: none; color:#fff; }
#foot-box a:hover { text-decoration: underline;}
