@charset "UTF-8";
html,body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	color: #000;
	/*font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;*/
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
div#container {
	width: 800px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
/*ヘッダー*/
div#header {
	background-color: #000;

} 

/* #sidebar1 に関するヒント：
1. 単位はパーセントであるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
2. 「.twoColLiqLtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
3. 親エレメントが表示された後に Internet Explorer によって幅が計算されるため、単位がパーセントの列では原因不明のバグが発生することがあります。最終的な表示をより正確に予測する必要がある場合は、単位がピクセルの列に変更することができます。
*/
div#sidebar {
	float: left;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 0px;
}

div#menu {
	width: 230px;
	background-color: #FFF;
}
div#menu p.p_m1{
	color: #FFF;
	font-size: 14px;
	background-color: #AF0000;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 18px;
}
div#menu p.p_m2  {
	font-size: 12px;
	height: 14px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8C8C8C;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 5px;
}
div#menu a.a_m1:link {
	color: #fff;
	text-decoration: underline;
}
div#menu a.a_m1:visited {
	color: #fff;
	text-decoration: underline;
}
div#menu a.a_m1:hover {
	color: #af0000;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}
div#menu a.a_m1:acrive {
	color: #fff;
	text-decoration: underline;
}
div#menu a.a_m2:link {
	color: #000;
	text-decoration: underline;
}
div#menu a.a_m2:visited {
	color: #000;
	text-decoration: underline;
}
div#menu a.a_m2:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	font-weight: bold;
}
div#menu a.a_m2:acrive {
	color: #000;
	text-decoration: underline;
}
div#menu span.s_green{
	color: #AF0000;
	font-weight: bold;
}

div#poster {
	margin-top: 20px;
	margin-bottom: 0px;
	border: thin solid #8C8C8C;
	overflow: auto;
	padding: 10px;
}
div#poster p.pos_p14 {
	font-size: 14px;
	margin: 0px;
}
div#poster p.pos_p12 {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#contact {
	margin-top: 20px;
	border: thin solid #8C8C8C;
	overflow: auto;
	padding: 10px;
}
div#contact p.con_p14 {
	font-size: 14px;
	margin: 0px;
}
div#contact p.con_p12 {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. サポートされている最小解像度（800 x 600）でのフローティングエレメントの落下を回避するには、#mainContent div 内のエレメントを 430px 以下にする必要があります（イメージを含む）。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグが回避されます。
*/
div#info {
	height:210px;
	width:545px;
	border: medium double #8C8C8C;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#info p.info_p1{
	color: #AF0000;
	font-size: 14px;
	margin: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #AF0000;
}
div#info p.info_p2{
	font-size: 11px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 13px;
}

div#mainContent {
	float: left;
	width: 550px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

div#mainContent p.p_m{
	font-size: 12px;
	margin: 0px;
	color: #8C8C8C;
}

div#mainContent h1 {
	color: #FFF;
	background-color: #8C8C8C;
	padding-left: 30px;
	font-size: 18px;
	background-image: url(../image/border_h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 28px;
	font-weight: normal;
}
div#mainContent h2 {
	font-size: 16px;
	color: 000;
	font-weight: bold;
	background-image: url(../image/border_h2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 10px;
	vertical-align: bottom;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #8C8C8C;
	margin: 10px;
}
div#mainContent h3 {
	font-size: 14px;
	color: 000;
	line-height: 18px;
	margin: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #af0000;
	font-weight: bold;
	background-color: #F0F0F0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #af0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div#mainContent h4 {
	font-size: 14px;
	color: #af0000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div#mainContent h5 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin-left: 5px;
}
div#mainContent hr{
	color: 8C8C8C;
	margin: 10px;
}
div#mainContent p.p14{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
div#mainContent p.p14r{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #af0000;
}
div#mainContent p.p12{
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#mainContent p.p12r{
	font-size: 12px;
	color: #af0000;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#mainContent p.qa_q{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #8C8C8C;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#mainContent p.qa_a{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}

div#mainContent span.s_red{
	color: #af0000;
}

div#mainContent a.black:link {
	color: #000;
	text-decoration: underline;
}
div#mainContent a.black:visited {
	color: #000;
	text-decoration: underline;
}
div#mainContent a.black:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000;
	font-weight: bold;
}
div#mainContent a.black:acrive {
	color: #000;
	text-decoration: underline;
}
div#mainContent a.red:link {
	color: #8c8c8c;
	text-decoration: underline;
}
div#mainContent a.red:visited {
	color: #8c8c8c;
	text-decoration: underline;
}
div#mainContent a.red:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8c8c8c;
	font-weight: bold;
}
div#mainContent a.red:acrive {
	color: #8c8c8c;
	text-decoration: underline;
}
div#mainContent table.t_1 {
	border-collapse: collapse;
	table-layout: fixed;
	margin: 10px;
}
div#mainContent th.th_1	{
	border: 1px solid #8C8C8C;
	padding: 4px;
	font-size: 12px;
	background-color: #F0F0F0;
	text-align: center;
	font-weight: bold;
}
div#mainContent td.td_1	{
	border: 1px solid #8c8c8c;
	padding: 4px;
	font-size: 12px;
}
div#mainContent td.td_2	{
	border: 1px solid #8c8c8c;
	padding: 4px;
	font-size: 11px;
}

div#footer {
	clear: left;
	padding: 0 10px;
	background-image: url(../image/footer.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
} 
div#footer  p.p_f {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color: #FFF;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
