@charset "UTF-8";

/**************************************************************************

							Aglaia Art Studio
							faq.html				
							レイアウト用CSS
							
**************************************************************************/

@import url("initialize.css");
@import url("common.css");
@import url("text.css");



/*////////////////////////////////////////////////
	レイアウト
////////////////////////////////////////////////*/



/*////////////////////////////////////////////////
	レイアウト詳細
////////////////////////////////////////////////*/

/*---------------------------------
	タイトル
----------------------------------*/

h3#title_question01{
	width:500px;
	height:35px;
	text-indent:-5000px;
	background:url(../img/faq/title_faq01.gif) left top no-repeat;
	margin-bottom:10px;
}

h3#title_question02{
	width:500px;
	height:35px;
	text-indent:-5000px;
	background:url(../img/faq/title_faq02.gif) left top no-repeat;
	margin:20px 0 10px 0;
}


/*---------------------------------
	テキストアイコン
----------------------------------*/
p.question_text01{
	background:url(../img/faq/img_faq01.gif) left 3px no-repeat;
	padding-left:25px;
}


p.question_text02{
	width:405px;
	height:25px;
	background:url(../img/faq/img_faq02.gif) left 3px no-repeat;
	padding: 0 20px 10px 25px;

}

p.answer_text{
	background:url(../img/faq/img_faq03.gif) 3px 3px no-repeat;
	padding:0 0 0 23px;
}


/*---------------------------------
	質問箱のアキ調整
----------------------------------*/
div.faqBox{
	width:450px;
	margin-bottom:20px;
}

