@charset "euc-jp";
/*
-------------------------------------------------------------------------------------------
 cosplay-walker.com's Styles of Form
 Author:  Kyo
 Last updata:  2007.5.28
-------------------------------------------------------------------------------------------
*/

body#Faq #Content {/*フォーム用コンテンツボックス*/
	background: url(../common/images/bg_form.gif) repeat-y;
	margin-bottom: 20px;
}
body#Faq #Content h2 {/*フォーム見出し*/
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 49px;
	margin-bottom: 20px;
}
body#Faq #Content h2 {
	background-image: url(images/h_faq.gif);
}
body#Faq #Content div.intro p {/*冒頭説明文*/
	line-height: 18px;
	padding: 0 43px 10px 43px;
}
body#Faq #Content div.intro ul {/*エラー文*/
	line-height: 18px;
	color: #F26122;
	padding: 0 43px 10px 50px;
}
body#Faq #Content div.intro ul li {
	background: url(../common/images/icon_07.gif) no-repeat 0 4px;
	padding-left: 15px;
}


body#Faq #Content h3 {/*カテゴリ見出し*/
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 25px;
	margin: 10px 40px 10px 40px;
}
body#Faq #Content h3#intro {
	background-image: url(images/h3_intro.gif);
}
body#Faq #Content h3#help {
	background-image: url(images/h3_help.gif);
}
body#Faq #Content h3#howto {
	background-image: url(images/h3_howto.gif);
}


body#Faq #Content .midasi4_help {/*カテゴリ見出し（ヘルプ）*/
	background-repeat: no-repeat;
	background-image: url(images/h4_help.gif);
	height: 15px;
	margin: 20px 40px 10px;
}
body#Faq #Content .midasi4_help h4{
	background-color:#FFFFFF;
	font-size: 12px;
	display:inline;
	margin-left: 18px;
	padding-right: 5px;
}

body#Faq #Content .midasi4_howto {/*カテゴリ見出し（ご利用ガイド）*/
	background-repeat: no-repeat;
	background-image: url(images/h4_howto.gif);
	height: 15px;
	margin: 20px 40px 10px;
}
body#Faq #Content .midasi4_howto h4{
	background-color:#FFFFFF;
	font-size: 12px;
	display:inline;
	margin-left: 18px;
	padding-right: 5px;
}

body#Faq #Content ul {/*質問*/
	line-height: 18px;
	margin: 10px 50px 10px 50px;
}
body#Faq #Content ul li#q_help {
	background: url(images/q_help.gif) no-repeat;
	padding-left: 30px;
	margin-top: 8px;
}
body#Faq #Content ul li#q_howto {
	background: url(images/q_howto.gif) no-repeat;
	padding-left: 30px;
	margin-top: 8px;
}


body#Faq #Content p.a_help {/*回答−質問（ヘルプ）*/
	background: url(images/q_help.gif) no-repeat;
	line-height: 18px;
	margin: 10px 50px 10px 50px;
	padding-left: 30px;
}
body#Faq #Content p.a_howto {/*回答−質問（ご利用ガイド）*/
	background: url(images/q_howto.gif) no-repeat;
	line-height: 18px;
	margin: 10px 50px 10px 50px;
	padding-left: 30px;
}
body#Faq #Content p.answer {/*回答*/
	background: url(images/answer.gif) no-repeat;
	line-height: 18px;
	margin: 10px 70px 25px 70px;
	padding-left: 30px;
}


body#Faq #Content div.line_01 {/*ライン１*/
	background: url(images/line_01.gif) no-repeat;
	background-position: center;
	height: 5px;
	margin: 10px 0 20px 0;
}
body#Faq #Content div.line_02 {/*ライン２*/
	background: url(images/line_02.gif) no-repeat;
	background-position: center;
	height: 1px;
	margin: 15px 0 15px 0;
}


body#Faq #Content a.btn_backtop {/*TOPへ戻るボタン*/
    display:block;
	background: url(images/btn_backtop.gif) no-repeat;
    width: 100px;
    height: 20px;
    background-position:0px 0px;
	text-indent:-10000px;
	margin: 15px 0px 15px 650px;
}


body#Faq #Content #bottom {/*角丸背景*/
	background: url(../common/images/cnr_form.gif) no-repeat left bottom;
	text-align: center;
	padding: 15px 0 0 0;
}

