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

div#main a:link,
div#main a:visited {
	color: #336699;
	text-decoration: none;
	}
div#main a:hover,
div#main a:active {
	color: #336699;
	text-decoration: underline;
	}
div#main h1 {
	margin-top: 8px;
	margin-bottom: 50px;
	}
div#qa_index {
	margin-bottom: 30px;
	}
div.contents_guide {
	background: url(../images/arrow.gif) left center no-repeat;
	}
div.contents_guide span.guide {
	padding-left: 15px;
	color: #336699;
	line-height: 1.9;
	}
div.qa_list {
	margin-bottom: 30px;
	}
div.qa_list-last {
	margin-bottom: 0;
	}
div#main h2 {
	margin-bottom: 20px;
	}
div#main dt {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	clear: both;
	}
div#main dd {
	margin-bottom: 30px;
	clear: both;
	}
div#main dt span.qa_text {
	color: #647D96;
	}
div#main .qa_number {
	display: block;
	width: 50px;
	float: left;
	}
div#main .qa_text {
	display: block;
	width: 550px;
	float: right;
	}
div#main div.scroll_up p {
	text-align: right;
	}
						  
