/* ---------------------------------------------------------------------
 ファイル名：main.css
 ファイル説明：FAQ用スタイルシート
 詳細：
 作成者：N.Uehara
 作成日：2008年11月27日 11:57:49
 備考：
 更新履歴：
 --------------------------------------------------------------------- */
body {
	font-size: 94%;
	text-align:center;
}

body, td, th {
	color: #330033;
}

h1, h2, h4 {
	color: #330000;
	font-size: 120%;
	margin-bottom: 20px;
}

h3, h5, h6 {
	color: #996666;
}

a {
  color: #006666;
}

img{
	margin: 0px;
	padding: 0px;
	clear: both;
}

#wrapper{
	padding: 0px;
	clear: both;
	height: auto;
	width: 900px;
	margin:0px auto;
	text-align: left;
}

#main_header{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 900px;
}

#flow_left{
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 702px;
	display: inline;
}

#left_contener{
	padding: 0px;
	float: left;
	height: auto;
	width: 189px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

#main_contener{
	display: inline;
	padding: 0px;
	height: auto;
	width: 500px;
	margin-top: 15px;
	margin-bottom: 0px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}

#right_contener{
	display: inline;
	padding: 0px;
	float: right;
	height: auto;
	width: 189px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main_contener dl.faq{
	margin: 0px;
	clear: both;
	height: auto;
	width: 500px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 100%;
	line-height: 170%;
}

#main_contener dl.faq dt{
	padding: 0px;
	clear: both;
	height: auto;
	width: 500px;
	color: #009966;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#main_contener dl.faq dd{
	padding: 0px;
	clear: both;
	height: auto;
	width: 500px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#main_footer{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	width: 900px;
}
