@charset "UTF-8";

*{
font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
}

body {
margin: 0px;
padding: 0px;
font-size: 80%;
line-height: 150%;
background: url(images/body_back.gif) repeat-x;
color: #333333;
}
img {
border: none;
}

h1 {
line-height: 90px;
margin: 0px 0px 40px 20px;
font-size: 28px;
color: #ffffff;
}
h2 {
background: url(images/h2_back.gif) no-repeat;
margin: 20px 0px;
padding: 0px 0px 0px 20px;
line-height: 30px;
font-size: 22px;
clear: both;
}
h2 a {
color: #193f69;
}

a {
text-decoration: none;
color: #0000cc;
}
a:hover {
text-decoration: underline;
}



/* ----------------------------------------- rayout */
#rap {
width: 760px;
margin: 0px auto;
background: url(images/rap_back.jpg) no-repeat;
position: relative;
top: 0px;
}
#head {
width: 760px;
height: 110px;
position: absolute;
top: 0px;
}
#contents {
width: 760px;
padding: 110px 0px 0px 0px;
}
#main {
width: 500px;
float: right;
}
#side {
width: 210px;
padding: 10px 20px;
}
#back {
clear: both;
text-align: right;
padding: 20px 0px;
}
#foot {
border-top: 1px solid #cccccc;
padding: 10px 0px 50px 0px;
text-align: right;
color: #999999;
}



/* ----------------------------------------- side */
.menu_title {
color: #003366;
font-size: 18px;
line-height: 20px;
letter-spacing: 10px;
background: url(images/menu_title_back.gif) no-repeat;
padding: 0px 0px 0px 30px;
margin: 10px 0px 10px 0px;
font-weight: bold;
}
.menu_title a {
color: #193f69
}
.menu_list {
margin: 0px;
padding: 0px;
}
.menu_list a {
display: block;
background: url(images/menu_list_back.gif) no-repeat #f0f0f0;
padding: 0px 0px 0px 30px;
margin: 0px 0px 1px 0px;
line-height: 30px;
text-decoration: none;
color: #333333;
width: 180px;
height: 30px;
overflow: hidden;
}
.menu_list a:hover {
background: url(images/menu_list_back.gif) no-repeat #cccccc;
text-decoration: none;
}



/* ----------------------------------------- head */
#sitename {
float: left;
padding: 20px 0px 0px 10px;
}
.submenu01 {
float: right;
width: 400px;
}
.submenu01 ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.submenu01  a {
float: right;
display: block;
width: 120px;
height: 30px;
background: url(images/submenu01_back.gif) no-repeat;
margin: 0px 0px 0px 10px;
padding: 10px 0px 0px 0px;
line-height: 20px;
color: #ffffff;
text-decoration: none;
letter-spacing: 5px;
text-align: center;
}
.submenu02 {
float: right;
width: 400px;
text-align: right;
margin: 20px 0px 0px 0px;
}
.submenu02 img {
vertical-align: middle;
}
.submenu02 a {
color: #333333;
text-decoration: none;
}
#pan {
clear: both;
padding: 10px 0px 0px 0px;
line-height: 15px;
text-align: right;
color: #cccccc;
}
#pan a {
color: #ffffff;
}



/* ----------------------------------------- foot */
#foot p {
margin: 5px 0px;
}



/* ----------------------------------------- お問い合わせボタン */
.contact_bt a {
width: 254px;
height: 34px;
display: block;
background: url(images/contact_bt02.gif) no-repeat;
text-indent: -9999px;
margin: 10px auto;
}
.contact_bt a:hover {
background: url(images/contact_bt03.gif) no-repeat;
}



/* ----------------------------------------- 会社情報 */
.about {
border-spacing: 10px;
}
.about th {
width: 80px;
padding: 5px;
text-align: left;
border-right: 2px solid #cccccc;
}
.about td {
padding: 5px 10px;
}



/* ----------------------------------------- サイトマップ */
.sitemap01 {
margin: 10px 0px;
padding: 5px 10px;
background: #ededed;
}
.sitemap02 {
margin: 10px 0px 10px 20px;
padding: 5px 10px;
background: #ededed;
}
.sitemap_ul01 {
margin: 0px;
padding: 0px 40px;
}
.sitemap_ul02 {
margin: 0px;
padding: 0px 60px;
}



/* ----------------------------------------- テキスト配置 */
.text_right {
text-align: right;
}
.text_left {
text-align: left;
}



/* ----------------------------------------- 画像配置 */
.image_right {
float: right;
margin: 0px 0px 20px 20px;
}
.image_left {
float: left;
margin: 0px 20px 20px 0px;
}

