body {
	/* コンテンツ余白設定 */
	margin: 0;
	padding: 0;
	/* 文字基本設定（文字サイズ・行間・色） */
	line-height: 160%;
	color: #666;
	font-family: "MS PGothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	/* IE 5*対策 */
	text-align: center; /* IE 5* でコンテナが中央揃えに。そして、テキストは、#container セレクタの初期設定である左揃えに設定 */
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}
/* リセット設定
--------------------------------*/
img { border: none; margin: 0;}

ul, ol, dl, dd ,div {	padding: 0; margin: 0;	list-style: none;}

h1, h2, h3, h4, h5, h6, p, form {	margin: 0;	padding: 0;	font-weight: normal;}

/* フロートの解除 */
.clearfloat { clear: both;}
.clearfloat hr { display: none;}

/* 基本項目
--------------------------------*/
/* マージン設定 */
.MgB02 {	margin-bottom: 2px;}
.MgB05 {	margin-bottom: 5px;}
.MgB08 {	margin-bottom: 8px;}
.MgB10 {	margin-bottom: 10px;}
.MgB15 {	margin-bottom: 15px;}
.MgB20 {	margin-bottom: 20px;}
.MgB25 {	margin-bottom: 25px;}
.MgB30 {	margin-bottom: 30px;}
.MgB35 {	margin-bottom: 35px;}
.MgB40 {	margin-bottom: 40px;}
.MgB45 {	margin-bottom: 45px;}
.MgB50 {	margin-bottom: 50px;}


/* レイアウト設定 */
#container { 
	width: 640px;
	height: 2100px;
	background: #FFFFFF;/* コンテンツ背景色*/
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページを中央揃えに */
	text-align: left; /* この設定は body エレメントの text-align: center より優先 */
}
#container #Conts {
	width: 640px;
	margin: 0 0; /* 天地0px　左右25px 開ける */
	text-align: left; /* この設定は body エレメントの text-align: center より優先 */
}

#MainConts {
	background: none;
}

#subConts {
	width: 640px;
	background: #FFFFFF;
	margin: 80px 0 0;
	text-align: left;
}
#footer {
	width: 640px;
	background: #FFFFFF;
	border-top: #c9c9cb solid 1px;
	margin: 20px 0 0;
	padding: 8px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
}


/* 見出し設定 */
#titleBox {
	width: 640px;
	margin: 0 0 20px 0;
	padding: 15px 0;
	text-align: center;
	color: #333;
	background-color: #DDDDDD;
}
#titleBox h2 {
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}
#titleBox span {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	border-top: #ff7700 solid 2px;
	border-bottom: #ff7700 solid 2px;
	padding-left: 15px;
	line-height: 36px;
	letter-spacing: 1px;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

h4 {
	margin: 0 20px 0px 20px;
	padding: 5px 8px;
	border: solid 1px #FF6600;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	word-wrap: break-word;
}

/* index.html
--------------------------------*/
/* 質問ボックス */
.qtext{
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: solid 1px #000000;
	font-size: 15px;
}

#q01{

}
.qtactive {
	background-color: #FFFFCC;
	color: #330000;
}
.qtdone {
	background-color: #FFFFFF;
	color: #CCCCCC;
	cursor: pointer;
}

.qbox {
	/* display: none;*/
	display: none;
	margin: 10px 20px 10px 20px;
}

.qbactive {
	display: block;
}

.qbinactive {
	display: none;
}
.qtextbox {
	border: solid 1px #333333;
}

.qcont {
	display: block;
}
.qcdone {
	display: none;
}
.qcactive {
	display: block;
}

/* 結果ボックス */
#result {
	margin: 10px 20px 10px 20px;
	background-color: #FFEEEE;
	border: solid 1px #993333;
}
.rsltactive {
	display: block;
}
.rsltinactive {
	display: none;
}

.rtext {
	margin: 10px 10px 10px 10px;
	color: #660000;
	font-weight: bold;
}
.rlink {
	display: block;
	margin: 0 10px 10px 10px;
	text-align: center;
}
.ractive {
	display: block;
}
.rinactive {
	display: none;
}


.hyaku {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}
.hyaku span {
	color: #CC0000;
}


/* ボタン */
.btnbox {
	width: 400px;
	margin: 14px auto 20px auto;
	text-align: center;
}

.ybtn {
	cursor: pointer;
}

.nbtn {
	margin-left: 40px;
	cursor: pointer;
}

.btn {
	background: #EEE;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	border-right: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	color:#111;
	width: 80px;
	height: 36px;
	padding: 5px 0;
	font-size: 14px;
}


/* 用語説明 */
#yougobox {
	margin: 10px 20px 0px 20px;
	color: #666666;
	font-size: 14px;
}

#yougobox dl dt {
	margin: 0 0 5px 0;
	border-left: solid 5px #FF6600;
	padding-left: 5px;
	color: #000;
	line-height: 16px;
}
#yougobox dl dd {
	margin: 0 0 10px 0;
	margin-left: 10px;
	line-height: 1.4em;
}

#hosoku {
	background: #FFFFFF;
	border: #F60 solid 1px;
	margin: 20px 15px;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.3em;
}
#hosoku dl dt {
	clear: left;
 float: left;
	margin-bottom: 8px;
	padding-left: 3px;
	color: #000;
}
#hosoku dl dd {
	margin-bottom: 8px;
	margin-left: 1.4em;
	line-height: 1.4em;
}

#hosoku dl dd span{
	font-weight: bold;
	color: #000;
}

#hosoku .tel {
	margin-top: 3px;
	margin-left: 1.2em;
	color: #000;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
}
#hosoku .tel div {
	margin-bottom: 8px;
}
#hosoku .tel span {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

