@charset "shift_jis";


/* -------------------------------------------------------------------------------------------------
   リファレンスカテゴリページCSS

   [body.reference]指定のある、下記のページに関するcss
    ・reference/reference_events.html ---- イベント情報の登録の仕方
    ・reference/reference_faq.html ------- 質問の投稿の仕方
    ・reference/reference_kaijou.html ---- 会場登録の仕方

   date:2011.08.10
   update:2011.08.11
------------------------------------------------------------------------------------------------- */


/* =================================================================================================
   共通
================================================================================================= */

html,
body.reference {
	text-align: left;
}

body.reference div.w500 {
	margin: 0 auto;
	width: 500px;
	border: solid 1px #d2b48c;
	text-align: center;
}

body.reference h1 {
	margin: 0 auto 15px auto;
	padding: 15px 0 10px 0;
	background: #f5f5dc;
	border-bottom: solid 1px #d2b48c;
	text-align: center;
}

body.reference h2 {
	margin: 25px 20px 15px 20px;
	padding: 0 0 3px 0;
	border-bottom: solid 1px #d2b48c;
	text-align: left;
}

body.reference p {
	margin: 0 30px 1em 30px;
	text-align: left;
}

body.reference p.center {
	text-align: center;
}

body.reference p.n-f00 {
	color: #f00;
	text-align: left;
}
