@import url("common.css");

/* 羽村ゆとろぎ　aboutＣＳＳ (06/10/20) */

/*----------------------- 使用サイト
・about
・ＦＡＱ
-------------*/


/* メインメニュー
========================================*/

#mainMenu {}
#mainMenu #about h3 {
	color: #FF8001;
	background-image: url("img/point_h3_rd.gif");
}



/* コンテンツ
========================================*/

#contents {
	background-image: url(../about/img/logo.gif);
}



/* サブメニュー
========================================*/

#subMenu {
	border-color: #FF8001;
	height: 80px;
}
#subMenu li{
	background-image: url("img/point_s_rd.gif");
}



/* メインコンテンツ
========================================*/

#mainContent{}

#mainContent div.contentBox {
	background-image: url("img/h2bg_or.gif");
}
#mainContent #aboutAbout h2 {
	padding-left: 82px;
	background-image: url("../about/img/about.gif");
}
#mainContent #qList h2 {
	padding-left: 115px;
	background-image: url("../faq/img/questions.gif");
}
#mainContent #q01 h2,
#mainContent #q02 h2,
#mainContent #q03 h2 {
	padding-left: 101px;
	background-image: url("../faq/img/answers.gif");
}

/*----- aboutNote -----*/


#aboutNote {
	background: transparent url("img/note_bg.gif");
}
#aboutNote dl {
	padding-left: 10px;
}
#aboutNote dt {
	margin-top: 22px;
	padding-left: 18px;
	color: #008836;
	line-height: 22px;
	font-weight: bold;
	background: transparent url(img/point03_gr.gif) no-repeat 3px 50%;
}
#aboutNote dd {
	padding-left: 10px;
	line-height: 22px;
}

#aboutNote ul {
	padding-left: 20px;
	list-style-image: url(img/arrow01_or2.gif);
}



/* ＦＡＱ
========================================*/

#qList span {
	padding-right: 5px;
	color: #CC0000;
}
#qList dl {
	padding-bottom: 3px;
}
#qList dt {
	margin-top: 15px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	background: transparent url("img/arrow_faq_dt.gif") no-repeat 0% 50%;
}
#qList dd {
	margin-left: 25px;
	padding: 3px 5px 3px 5px;
	background: transparent url("img/point_ss_rd.gif") no-repeat 0% 50%;
}

dl.answer dt {
	margin-bottom: 8px;
	padding: 8px 5px 3px;
	color: #CC0000;
	font-weight: bold;
	border-bottom: 1px dotted #CC0000;
}
dl.answer dd {
	padding: 3px 5px 13px 15px;
}

