@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

h3 {
	font-size:	 18px;
	color:       #1b3f9c;
	line-height: 21px;
	font-weight: bolder;
	font-style: normal;
}
h2 {
	font-size:	 14px;
	color:       #000000;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
}
h1 {
	font-size:	 12px;
	color:       #000000;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	display: block;
}
.col_white {
	color: #FFFFFF
}
.col_gol_yellow {
	color: #FDC800
}

/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #0286D2; text-decoration: none;}
a:visited {color: #990033; text-decoration: none;}
a:hover   {color: #02B0FF; text-decoration: underline;}
a:active  {color: #C60000; text-decoration: underline;}

/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

#header {
	text-align: center;
}

#container {
	padding-bottom: 20px;
}

#main_title {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#footer {
	background: black;
	width: 100%;
	height: 20px;
	text-align: center;
}

/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */
 
#wrapper_frame {
	width: 470px;
	background: #FFFFFF;
	padding: 35px 40px 30px;
	display: block;
	border: 1px solid #DDDDDD;
	margin: 0 auto;
}

#wrapperA {
	width: 470px;
	background: #FFFFFF;
	display: block;
	border: 1px solid #DDDDDD;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapperB {
	width: 550px;
	background: #FFFFFF;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#bar_title {
	width: 470px;
	text-align: center;
	background: #000000;
	display: block;
	font: bolder normal 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FDC800;
	margin-bottom: 7px;
	height: 17px;
	padding: 3px 0px 0px;
}

#block_a {
	width: 470px;
	padding: 0px;
	text-align: left;
	margin-bottom: 20px;
	font: 12px/23px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#block_b {
	width: 470px;
	padding: 0px;
	text-align: left;
	margin-bottom: 10px;
	font: 12px/23px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#block_c {
	padding: 0px;
	text-align: left;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 18px;
	color: #555577;
}

.title {
	display: block;
	font: bolder normal 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 7px;
	margin-top: 15px;
}

.option td {
	padding: 0px 7px;
}
