@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
QA setting and fontset
 File name:      style.css

----------------------------------------------------------- */

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*----------------------------------------------------
 *
 *QA setting
 *
----------------------------------------------------*/




/* Q&A */
.tabContainer dl {
	clear: both;
	width: 500px;
	padding: 0px;
	background: url(../img/qa/bg_qa.gif) no-repeat;
}

/* Q */
.tabContainer dl dt {
	margin: 0 0 5px;
	padding-left: 25px;
	background: url(../img/qa/q.gif) no-repeat;
	font-weight: bold;
}

/* A */
.tabContainer dl dd {
	margin-bottom: 15px;
	padding: 0 8px 0 20px;
	background: url(../img/qa/a.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #CCC;
}

/*----------------------------------------------------
 *
 * QA font style
 *
----------------------------------------------------*/

.question12px {
	font-family:  "‚l‚r ‚oƒSƒVƒbƒN","Osaka","ƒqƒ‰ƒMƒmŠpƒS Pro W3","sans-serif","arial";
	color:#555555;
	font-size: 12px;
	line-height: 18px;

}
.answer12px {
	font-family:  "‚l‚r ‚oƒSƒVƒbƒN","Osaka","ƒqƒ‰ƒMƒmŠpƒS Pro W3","sans-serif","arial";
	color:#6495ED;
	font-size: 12px;
	line-height: 14px;

}



/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: left;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	background: #000;
	border-bottom: 10px solid #690;
}

#header h1 {
	margin: 0 auto;
	padding: 10px 0;
	width: 860px;
	color: #FFF;
	letter-spacing: .1em;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #FFF;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	float: left;
	width: 580px;
	padding: 0 10px;
}

#main h2 {
	margin: 10px 0;
	padding: 5px 10px;
	background: #CCC;
	font-size: 1.1em;
}




