﻿@charset "utf-8";

/* ■ページ構造 */

body {
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: Meiryo,メイリオ,'MS PGothic',Osaka,Arial,sans-serif;
	font-size: 12px;
        line-height: 1.3;
	background-image: url(../img/bg01.gif);
}

img { 
	border-width: 0px;
}

bcheader {
	display: block;
	width: 1210px;
	background: #ffffff;
	font-size: 0px;
	/* ヘッダーの下に出る隙間を埋めるための指定 */
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
}

footer {
	display: flex;
	width: 1210px;
	background: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
}

#main {
	display: flex;
	width: 1210px;
	background: #ffffff;
	font-size: 12px;
	background: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
}

#menu {
	width: 170px;
	background-image: url(../img/left_bg.gif);
	text-align: center;
}

#gray {
	width: 10px;
	background: #999999;
}
#content {
	width: 1030px;
	margin: 0px;
}

#main_menu {
	width: 100%;
	background: #003366;
	font-size: 12px;
	padding: 3px 0px 2px 0px;
}

#main_navi {
	width: 100%;
	background: #ffffff;
	font-size: 12px;
	line-height: 1;
	padding: 5px 0px 10px 0px;
}

.menu_table {
	width: 154px;
	background: #ffffff;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 13px;
	font-weight: bold;
        line-height: 1.4;
	margin: 0 auto;
}

.dairiten_table {
	width: 850px;
	background: #ffffff;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 13px;
        line-height: 1.4;
}

.header_bar {
	width: 1210px;
	height: 10px;
	background: #ffffff;
	font-size: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
}

.footer_side {
	width: 90px;
	background: #ffffff;
	padding: 0;
}

.footer_center {
	width: 1030px;
	background: #ffffff;
	text-align: center;
	line-height: 1;
	padding: 0;
}

.footer_bar {
	width: 1210px;
	background: #708090;
	height: 3px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
}

.box_sbi {
	width: 20%;
	float: right;
}

#bc_contents {
	width: 1210px;
	display: block;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
}

.box100 {
	width: 100%;
	display: flex;
	background-color: #ffffff;
}

.box50 {
	width: 50%;
	display: block;
	background-color: #ffffff;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #cccccc;
}

.block img {
	display:block;
}


/* ■その他 */

p {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

em {
	font-style: normal;
	font-weight: bold;
	background: transparent;
}

/* ■table */

.menu_banner_table {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.menu_banner_table td,th {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
}

.footer_table {
	width: 100%;
	background: #ffffff;
	line-height: 1;
	padding: 0;
}

/* ■text */

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff9900;
}

.main_menu{
        color: #cccccc;
}

.main_menu a:link{
        color: #cccccc;
}

.main_menu a:visited{
        color: #cccccc;
}

.main_menu a:hover{
        color: #ff0000;
}

.main_topix{
        color: #333333;
}

.main_topix a:link{
        color: #003399;
}

.main_topix a:visited{
        color: #003399;
}

.main_topix a:hover{
        color: #ff0000;
}

.note {
	font-size: 10px;
}

.text_s {
	font-size: 11px;
}

.body {
	font-size: 12px;
}

.text {
	font-size: 13px;
}

.text_l {
	font-size: 14px;
}

.text_ll {
	font-size: 16px;
}

.midashi_s {
	font-size: 16px;
	font-weight: bold;
}

.midashi_m {
	font-size: 20px;
	font-weight: bold;
}

.midashi_l {
	font-size: 24px;
	font-weight: bold;
}

.midashi_ll {
	font-size: 30px;
	font-weight: bold;
}

.attention {
        color: #ff0000;
}

.sitemap {
        color: #666666;
}

