/**
 * FAQ用スタイルシート
 *
 * @author atsushifx <atsushifx@agalbo.com>
 * @since  2008-09-02
 */
h2 { text-align: center; font-size: normal; }

/* FAQ 一覧 */
.questions {
	}
	.questions li {
		list-style: none;
		margin-left: -1.2em;
		}

/* 表示クラス */
.question { font-family:"Times New Roman", "Times", "serif"; font-weight:bold; font-size:120%; color:blue; }
.answer { line-height:120%; margin-left:2em; margin-right:2em; }


/* $Id: faq.css 1 2009-03-19 11:17:04Z atsushifx $
*/

