/* ############################################################
 * ■共通スタイル
 * 
 * ------
 * 【★履歴】------
 * ・2008/02/15  新規作成　金井
 * ############################################################ */
 
 
/* -----------------------------------------------
 * ▼パーツ
 * ----------------------------------------------- */

td {	
	font-size: 11px;
}

p,h2,h3 {
	margin: 0px;
	padding: 0px;
}

h2,h3 {
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 13px;
}

.h21 {
	font-size: 11px;
	padding-bottom: 13px;
}

img{ border:0; }

.aten_gr {
	color: #666666;
}

.li_en {
	list-style-type: upper-alpha;
}

.li_na {
	list-style-type: decimal;
}

.li_ci {
	list-style-type: circle;
}

.li_no {
	list-style-type: none;
}

.li_sq {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 15px;
}

.sub_title {
	font-size: 13px;
}

.wrap_img_left {
	float: left;
	padding-bottom: 15px;
}

.wrap_img_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.title_list {
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 10px;
}

.wrap_number {
	color: #000000;
	padding-top: 20px;
}

.wrap_number ul,
.wrap_number li,
#wrap_lates ul,
#wrap_lates li {
	list-style-type: none;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.wrap_number li a:link,
.wrap_number li a:visited,
#wrap_lates li a:link,
#wrap_lates li a:visited {
	color: #33F;
}

.wrap_number li a:active,
.wrap_number li a:hover,
#wrap_lates li a:active,
#wrap_lates li a:hover {
	color: #FFF;
	background-color: #66F;
	text-decoration: none;
}

#wrap_lates {
	font-size:11px;
	line-height: 110%;
	clear: both;
	padding-top: 10px;
}

.wrap_line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ef5549;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* -----------------------------------------------
 * ▼ボディ部分
 * ----------------------------------------------- */
 
html {
	background: #06518a;
	background-repeat: repeat;
	margin: 0px;
}

body {
	font-size: 12px;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W6";
	padding: 0px;
	text-align:center;
}

.wraper_bg {
	background-color: #06518A;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* -------------------------------
 * ▼レフト
 * ------------------------------- */

#wrap_left {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 5px;
}

#wrap_backnumber {
	font-size: 10px;
	line-height: 110%;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	border-bottom:1px solid #0c4686;
}

#wrap_backnumber ul {
	margin: 0px;
	padding: 0px;
}

#wrap_backnumber li {
	list-style-position: inside;
	list-style-image: url(../images/button.gif);
	list-style-type: none;
	padding-bottom: 10px;
}

#wrap_backnumber hr {
	width: 10em;
}

#wrap_backnumber a:link,
#wrap_backnumber a:visited {
	color: #FFFFFF;
}

#wrap_backnumber a:active,
#wrap_backnumber a:hover {
	color: #FFF;
	background-color: #0000FF;
	text-decoration: none;
}

/* -------------------------------
 * ▼センター
 * ------------------------------- */

#wrap_main_text {
	font-size: 12px;
	background-image: url(../images/main_table_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#wrap_bar {
	padding-bottom: 12px;
}

#wrapa_others {
	font-size: 11px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#wrapa_others ul,
.wrap_line_black ul,
#wrapa_others dl,
.wrap_line_black dl,
#wrapa_others blockquote {
	margin-top: 0px;
}

.wrap_title_black {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.wrap_title_black h2 {
	margin: 0px;
	padding: 0px;
}

.wrap_line_black {
	font-size: 11px;
	padding: 15px;
	border: 1px solid #000000;
}

#wrap_sitemap {
	font-size: 11px;
}

#wrap_sitemap li {
	font-size: 11px;
	margin-bottom: 1.2em;
}

#wrap_contact {
	font-size: 11px;
}

.wrap_contact_td {
	text-align: right;
	padding-right: 10px;
}

/* -------------------------------
 * ▼ライト
 * ------------------------------- */

#wrap_right {
	padding-left: 7px;
}

#wrap_right_main {
	text-align: center;
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#wrap_right_main img {
	padding-bottom: 5px;
}

/* -------------------------------
 * ▼ライト2
 * ------------------------------- */

#wrap_right2 {
	padding-left: 6px;
}

#wrap_right2 img {
	padding-bottom: 5px;
}


/* -----------------------------------------------
 * ▼フッター
 * ----------------------------------------------- */
 
#menu_footer a:link,
#menu_footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu_footer a:active,
#menu_footer a:hover {
	color: #FF6666;
	text-decoration: none;
}
 
#menu_footer {
	font-size: 8pt;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
