@charset "utf-8";
/*------------------------------------------------
 * タイトル：個別コンテンツ用ＣＳＳファイル
 * 説明    ：
 *
 * 著作権  ：
 *
-------------------------------------------------*/

/*------------------------------------------------
 １段目
------------------------------------------------*/
div#cont1Middle {
	clear: both;
	width: 700px;
	margin-top: 20px;
	background: url(../images/common/bgContMiddle.gif) top center repeat-y;
}

div#cont1Lower {
	width: 700px;
	background: url(../images/common/bgContLower.gif) bottom center no-repeat;
}

div#cont1Upper {
	width: 700px;
	text-align: left;
	background: url(../images/common/bgContUpper.gif) top center no-repeat;
}

div#cont1 h2 {
}

div#cont1 {
	margin-top: -20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}

div#cont1 p {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #341600;
	font-size: 75%;
}

div#cont1 p.leadText {
	text-align: justify;
	text-justify: inter-ideograph;
}

span.colorText {
	color: #CC000F;
}

div#cont1 a, div#cont1 a:link, div#cont1 a:visited {
	color: #341600;
	border-bottom: solid 1px #341600;
}

div#cont1 a:hover {
	color: #a16437;
	border-bottom: solid 1px #a16437;
}

ul.FAQlist {
	margin-top: 40px;
	margin-bottom: 40px;
	list-style: none;
	font-size: 80%;
	color: #341600;
}

ul.FAQlist li {
	background: url(../images/common/marker2Cont.gif) left 5px no-repeat;
	padding-left: 16px;
}

p.textRight {
	text-align: right;
}

div#cont1 ul.FAQlist a, div#cont1 ul.FAQlist a:link, div#cont1 ul.FAQlist a:visited {
	color: #341600;
	border-bottom: solid 1px transparent;
}

div#cont1 ul.FAQlist a:hover {
	color: #a16437;
	border-bottom: solid 1px #a16437;
}

div#cont1 h3.question {
	font-size: 80%;
	color: #341600;
}

div#cont1 h3 img {
	margin-right: 8px;
	vertical-align: middle;
}

div#cont1 h3 a, div#cont1 h3 a:link, div#cont1 h3 a:visited {
	border-bottom: none;
}

div#cont1 h3 a:hover {
	border-bottom: none;
}



div#cont1 p.answer {
	margin-left: 29px;
	text-align: justify;
	text-justify: inter-ideograph;
}




/*------------------------------------------------
 ２段目
------------------------------------------------*/
div#cont2 {
	width 620px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}

div#cont2 p {
	display: inline;
	float: left;
	margin-bottom: 15px;
	margin-left: 20px;
}


