@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	background-color: #E4DCC5;
	background-image: url(../common/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	color: #003366;
}
a {
	color: #006699;
}
a:hover {
	color: #FF0000;
}



/*common css*/
#float_clear {
	clear: both;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	width: 850px;
}
#container #container_2 {
	background-image: url(../common/bg_main.jpg);
	background-repeat: repeat-y;
	background-color: #E4DCC5;
}

#top {
	width: 850px;
	padding-top: 31px;
	height: 117px;
	margin: 0px;
}
#top #top_left {
	width: 365px;
	margin-top: 84px;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	height: 24px;
}
#top #top_right {
	float: right;
	width: 188px;
}
#main {
	float: left;
	width: 662px;
	background-image: url(../common/bg_main.jpg);
	background-repeat: repeat-y;
}
#main h1 {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
}
#main h2 {
	font-size: 16px;
	line-height: normal;
	background-image: url(../common/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: "メイリオ";
	padding-left: 14px;
	color: #FF6600;
	margin-top: 20px;
	margin-bottom: 4px;
}
#main h3 {
	font-size: 12px;
	line-height: normal;
	background-image: url(../common/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 14px;
	padding-bottom: 3px;
	color: #FF6600;
	margin-bottom: 3px;
}

#main p {
	margin-right: 20px;
	margin-left: 14px;
	margin-top: 4px;
	margin-bottom: 0px;
}
#main ul {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	margin-right: 0px;
}
#main li {
	list-style-image: url(../common/li_icon.jpg);
	margin-left: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#main #lettersize {
	width: 128px;
	margin-bottom: 4px;
	margin-left: 520px;
	margin-top: 8px;
}
#main #lettersize img {
	float: left;
}

#main dl {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#main dt {
	width: 120px;
	text-align: right;
	font-weight: bold;
	color: #0066CC;
	float: left;
	margin: 0px;
}
#main dd {
	text-align: left;
	margin-top: 0px;
	margin-left: 130px;
}

table.basictable{
	border-collapse:separate;
	border-spacing:0;
	empty-cells:show;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.basictable th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #FFE3B9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
	color: #990000;
}
.basictable tr{

}
.basictable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
	margin: 0px;
}


/*gazo okikae*/
#fontsize_s a {
	background-image: url(../swap_image/fontsize_s_over.jpg);
	display: block;
	height: 26px;
	width: 20px;
	float: left;
	font-size: 8px;
	line-height: 8px;
}

#fontsize_s a:hover {
	background-color: #FFFFFF;
}
#fontsize_s a img {
	display: block;
	height: 26px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fontsize_s a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#fontsize_m a {
	background-image: url(../swap_image/fontsize_m_over.jpg);
	display: block;
	height: 26px;
	width: 22px;
	float: left;
	font-size: 8px;
	line-height: 8px;
}

#fontsize_m a:hover {
	background-color: #FFFFFF;
}
#fontsize_m a img {
	display: block;
	height: 26px;
	width: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fontsize_m a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#fontsize_l a {
	background-image: url(../swap_image/fontsize_l_over.jpg);
	display: block;
	height: 26px;
	width: 27px;
	float: left;
	font-size: 8px;
	line-height: 8px;
}

#fontsize_l a:hover {
	background-color: #FFFFFF;
}
#fontsize_l a img {
	display: block;
	height: 26px;
	width: 27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fontsize_l a:hover img {
	visibility: hidden;
}





#rightside {
	float: right;
	width: 188px;
	background-color: #E4DCC5;
}
#rightside #menu_area {
	width: 188px;
	background-color: #E4DCC5;
}
#rightside #menu_area ul {
	margin: 0px;
	padding: 0px;
	width: 188px;
}
#rightside #menu_area li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#rightside #menu_area p {
	margin: 0px;
}



/*gazo okikae*/
#menubar_1 a {
	background-image: url(../swap_image/menubar_1_over.jpg);
	display: block;
	height: 34px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_1 a:hover {
	background-color: #FFFFFF;
}
#menubar_1 a img {
	display: block;
	height: 34px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_1 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#menubar_2 a {
	background-image: url(../swap_image/menubar_2_over.jpg);
	display: block;
	height: 34px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_2 a:hover {
	background-color: #FFFFFF;
}
#menubar_2 a img {
	display: block;
	height: 34px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_2 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#menubar_3 a {
	background-image: url(../swap_image/menubar_3_over.jpg);
	display: block;
	height: 34px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_3 a:hover {
	background-color: #FFFFFF;
}
#menubar_3 a img {
	display: block;
	height: 34px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_3 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#menubar_4 a {
	background-image: url(../swap_image/menubar_4_over.jpg);
	display: block;
	height: 34px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_4 a:hover {
	background-color: #FFFFFF;
}
#menubar_4 a img {
	display: block;
	height: 34px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_4 a:hover img {
	visibility: hidden;
}


/*gazo okikae*/
#menubar_5 a {
	background-image: url(../swap_image/menubar_5_over.jpg);
	display: block;
	height: 28px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_5 a:hover {
	background-color: #FFFFFF;
}
#menubar_5 a img {
	display: block;
	height: 28px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_5 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#menubar_6 a {
	background-image: url(../swap_image/menubar_6_over.jpg);
	display: block;
	height: 28px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_6 a:hover {
	background-color: #FFFFFF;
}
#menubar_6 a img {
	display: block;
	height: 28px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_6 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#menubar_7 a {
	background-image: url(../swap_image/menubar_7_over.jpg);
	display: block;
	height: 28px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_7 a:hover {
	background-color: #FFFFFF;
}
#menubar_7 a img {
	display: block;
	height: 28px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_7 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#menubar_8 a {
	background-image: url(../swap_image/menubar_8_over.jpg);
	display: block;
	height: 28px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_8 a:hover {
	background-color: #FFFFFF;
}
#menubar_8 a img {
	display: block;
	height: 28px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_8 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#menubar_9 a {
	background-image: url(../swap_image/menubar_9_over.jpg);
	display: block;
	height: 28px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_9 a:hover {
	background-color: #FFFFFF;
}
#menubar_9 a img {
	display: block;
	height: 28px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_9 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#menubar_10 a {
	background-image: url(../swap_image/menubar_10_over.jpg);
	display: block;
	height: 28px;
	width: 188px;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 1px;
}

#menubar_10 a:hover {
	background-color: #FFFFFF;
}
#menubar_10 a img {
	display: block;
	height: 28px;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menubar_10 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#rightside_bn1 a {
	background-image: url(../swap_image/rightside_bn1_over.jpg);
	display: block;
	height: 114px;
	width: 171px;
	font-size: 10px;
	line-height: 10px;
	float: right;
	margin-top: 2px;
}

#rightside_bn1 a:hover {
	background-color: #FFFFFF;
}
#rightside_bn1 a img {
	display: block;
	height: 114px;
	width: 171px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightside_bn1 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#rightside_bn2 a {
	background-image: url(../swap_image/rightside_bn2_over.jpg);
	display: block;
	height: 106px;
	width: 171px;
	font-size: 10px;
	line-height: 10px;
	float: right;
	margin-top: 2px;
}

#rightside_bn2 a:hover {
	background-color: #FFFFFF;
}
#rightside_bn2 a img {
	display: block;
	height: 106px;
	width: 171px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightside_bn2 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#rightside_bn3 a {
	background-image: url(../swap_image/rightside_bn3_over.jpg);
	display: block;
	height: 70px;
	width: 171px;
	font-size: 10px;
	line-height: 10px;
	float: right;
	margin-top: 2px;
}

#rightside_bn3 a:hover {
	background-color: #FFFFFF;
}
#rightside_bn3 a img {
	display: block;
	height: 70px;
	width: 171px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightside_bn3 a:hover img {
	visibility: hidden;
}

/*gazo okikae*/
#rightside_bn4 a {
	background-image: url(../swap_image/rightside_bn4_over.jpg);
	display: block;
	height: 70px;
	width: 171px;
	font-size: 10px;
	line-height: 10px;
	float: right;
	margin-top: 2px;
}

#rightside_bn4 a:hover {
	background-color: #FFFFFF;
}
#rightside_bn4 a img {
	display: block;
	height: 70px;
	width: 171px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightside_bn4 a:hover img {
	visibility: hidden;
}#footer_upper {
	height: 20px;
	width: 850px;
}
#footer {
	background-image: url(../common/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 77px;
	width: 848px;
	border: 1px solid #CCCCCC;
}
#footer #footer_bn1 {
	float: left;
	height: 60px;
	width: 133px;
	padding-left: 10px;
}
#footer #footer_mid {
	width: 500px;
	float: left;
	padding-left: 20px;
	font-size: 10px;
	line-height: normal;
	color: #CC0000;
	letter-spacing: 1px;
}
#footer #footer_mid dl {
	margin-top: 20px;
	margin-bottom: 4px;
}
#footer #footer_mid dt {
	font-family: "メイリオ";
	font-weight: bold;
	color: #CC0000;
	float: left;
	text-align: right;
	width: 60px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
}
#footer #footer_mid dd {
	padding-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #000000;
}
#footer #footer_right {
	float: right;
	height: 68px;
	width: 146px;
	padding-right: 10px;
}
#footer #footer_mid a {
	color: #000000;
	text-decoration: none;
}
#footer #footer_mid a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.font_red {
	color: #CC0000;
}
.font_white {
	color: #FFFFFF;
}
.font_orange {
	color: #FF6600;
}
.font_gimon {
	font-weight: bold;
	color: #FF0000;
}



.font_20 {
	font-size: 20px;
	line-height: 24px;
}
.font12_meirio {
	font-size: 12px;
	line-height: normal;
	font-family: "メイリオ";
}
.font16_meirio {
	font-size: 16px;
	font-family: "メイリオ";
	line-height: normal;
	font-weight: bold;
}


.img_left {
	float: left;
	margin-right: 20px;
}
