﻿@charset "UTF-8";
/* CSS Document */

/* 全体のレイアウトここから */
body {
margin:25px 0px;
color:#707070;
font-size:11px;
line-height:16px;
}
#layout {
width:860px;
margin:auto;
background-color:#ffffff;
}
#main_body {
clear:both;
width:697px;
margin:0px auto;
}
#copy {
clear:both;
width:634px;
margin:0px auto;
padding:10px 0px;
text-align:center;
}
/* 全体のレイアウトここまで */

a:link{
color:#c73b26;
text-decoration:underline;
}
a:visited {
color:#c73b26;
text-decoration:underline;
}
a:hover {
color:#000000;
text-decoration:underline;
}
a:active {
color:#000000;
text-decoration:underline;
}

/* MENU ここから */
#main_menu {
width:697px;
height:37px;
margin:0px;
padding:0px 82px 15px;
}
#logo {
float:left;
width:83px;
height:37px;
margin:0px;
padding:0px;
}
#btns {
float:right;
margin:0px;
padding:0px;
width:581px;
height:37px;
}
.btn {
float:left;
margin:0px;
padding:0px 1px;
list-style-type:none;
}
.img_block {
display:block;
}
/* MENU ここまで */

/* SIDE MENU ここから */
#left_menu {
clear:both;
width:96px;
float:left;
}
.left_menu_box {
margin:0px;
padding:0px;
}
.left_menu_btn {
font-size:10px;
background-image:url(../images/side_menu_bg.gif);
list-style-type:none;
}
.btn_font :link{
margin:0px 0px 2px;
padding:0px 7px;
width:82px;
line-height:25px;
display:block;
color:#ffffff;
text-decoration:none;
}
.btn_font :visited {
margin:0px 0px 2px;
padding:0px 7px;
width:82px;
line-height:25px;
display:block;
color:#ffffff;
text-decoration:none;
}
.btn_font :hover {
color:#000000;
text-decoration:none;
}
.btn_font :active {
color:#000000;
text-decoration:none;
}

.left_menu_btn2 {
margin:0px;
padding:0px 5px;
width:86px;
line-height:16px;
font-size:10px;
text-align:right;
list-style-type:none;
}
.btn_font2 :link{
color:#707070;
text-decoration:none;
}
.btn_font2 :visited {
color:#707070;
text-decoration:none;
}
.btn_font2 :hover {
color:#000000;
text-decoration:none;
}
.btn_font2 :active {
color:#000000;
text-decoration:none;
}
/* SIDE MENU ここまで */

/* ２段組右本文ここから */
#right_doc {
width:596px;
float:right;
}
/* ２段組右本文ここまで */

/* SECTION ここから */
#section1 {
margin:0px;
padding:0px 0px 10px;
}
.section2 {
margin:0px 0px 10px;
padding:0px 10px;
background-image:url(../images/midashi02_bg.gif);
font-size:14px;
height:27px;
line-height:27px;
color:#ffffff;
}
.section3 {
margin:0px 0px 5px;
padding:0px 10px;
font-size:14px;
font-weight:bold;
color:#c73b26;
}
.section3_left {
float:left;
}
.section3_right {
font-size:11px;
font-weight:normal;
float:right;
}

.btn_gototop :link{
color:#707070;
text-decoration:none;
}
.btn_gototop :visited {
color:#707070;
text-decoration:none;
}
.btn_gototop :hover {
color:#707070;
text-decoration:underline;
}
.btn_gototop :active {
color:#707070;
text-decoration:underline;
}
/* SECTION ここまで */

/* 本文ここから */
.document_body {
margin:0px 0px 15px;
padding:10px;
background-color:#f3f3f3;
border:solid 1px #dcdcdc;
clear:both;
}
dt {
font-weight:bold;
}
.hutoji {
font-weight:bold;
}
.light_red {
color:#c73b26;
}
.block_img {
display:block;
}
.clear_class {
clear:both;
}
/* 本文ここまで */

/* リンクここから */
.adress_font :link{
color:#c73b28;
text-decoration:none;
}
.adress_font :visited {
color:#c73b28;
text-decoration:none;
}
.adress_font :hover {
color:#c73b28;
text-decoration:underline;
}
.adress_font :active {
color:#c73b28;
text-decoration:underline;
}
/* リンクここまで */
