﻿@charset "utf-8";

/* reset */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
a img {
	border: none;
}

a {
    text-decoration: none;
}

/* setting */
a:link {
    color: #197BBD;
}
a:visited {
    color: #197BBD;
}
a:hover {
    color: #197BBD;
    text-decoration: underline;
}
a:active {
    color: #197BBD;
}

body {
    background: #C6EAF0 url("../img/back_top.jpg") repeat-x center top scroll;
	color: #333333;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.5;
    margin:0;
    padding:0;
}

#wrap {
    width:960px;
    margin:0 auto;
}

/* header */
#header_menu {
    width:960px;
    height:100px;
}
#logo {
    width:190px;
    height:80px;
    margin:20px 0 0 0;
    float:left;
}

#menu_list {
    width:570px;
    float:left;
    margin:60px 0 0 0;
}
#menu_list ul {
    width:320px;
    margin:0 0 0 auto;
    padding:0;
    list-style:none outside none;
}
#menu_list ul li {
    text-align:left;
    white-space:nowrap;
    float:left;
    line-height:21px;
    _line-height:30px;
}
#menu_list ul li a {
    background: url("../img/arrow01.gif") no-repeat scroll left center transparent;
    color: #3F3F3F;
    display:inline-block;
    padding: 0;
    text-indent: 17px;
    width: auto;
    margin-right:15px;
    height:20px;
}

#contact_bt {
    width:200px;
    height:40px;
    float:right;
    background-image: url("../img/btn_inquiry_on.gif");
    background-repeat:no-repeat;
    margin:40px 0 20px;
}
#contact_bt a:hover img {
    opacity: 0.1;
	filter: alpha(opacity=10);
}

/* global_menu */
#global_menu {
    width:960px;
    height:65px;
}
#global_menu ul {
    margin:0;
    padding:0;
    list-style:none outside none;
}
#global_menu ul li {
    /*
display:inline;
*/
    width:137px;
    height:85px;
    float:left;
    list-style-type:none;
}
#global_menu ul li#gmenu07 {
    width: 138px;    
}
#global_menu ul li img {
    width:137px;
    height:85px;
}

#global_menu ul li#gmenu07 img {
    width:138px;
    height:85px;
}

#global_menu #gmenu01 {
    background-image: url("../img/gmenu01_on.jpg");
    background-repeat:no-repeat;
}
#global_menu #gmenu02 {
    background-image: url("../img/gmenu02_on.jpg");
    background-repeat:no-repeat;
}
#global_menu #gmenu03 {
    background-image: url("../img/gmenu03_on.jpg");
    background-repeat:no-repeat;
}
#global_menu #gmenu04 {
    background-image: url("../img/gmenu04_on.jpg");
    background-repeat:no-repeat;
}
#global_menu #gmenu05 {
    background-image: url("../img/gmenu05_on.jpg");
    background-repeat:no-repeat;
}
#global_menu #gmenu06 {
    background-image: url("../img/gmenu06_on.jpg");
    background-repeat:no-repeat;
}
#global_menu #gmenu07 {
    background-image: url("../img/gmenu07_on.jpg");
    background-repeat:no-repeat;
}

#global_menu #gmenu01 a:hover img,
#global_menu #gmenu02 a:hover img,
#global_menu #gmenu03 a:hover img,
#global_menu #gmenu04 a:hover img,
#global_menu #gmenu05 a:hover img,
#global_menu #gmenu06 a:hover img,
#global_menu #gmenu07 a:hover img {
    opacity: 0.1;
	filter: alpha(opacity=10);
}

.selected_menu img {
    opacity: 0.1;
	filter: alpha(opacity=10);
}

/* main */
#main {
	width:700px;
	float:left;
	_margin-right:7px;
	padding-top: 10px;
}
#side_menu {
    width:245px;
    float:right;
}

/* footer */
#footer {
    width:960px;
    background:#75BB1A;
    text-align:left;
    color:#FFFFFF;
    margin:20px 0;
    border-radius: 5px;
    position: relative;
    padding-bottom: 40px;
}
#footer .logo-footer {
    position: absolute;
    top: 32px;
    left: 110px;
}

#footer .footer-box {
    padding: 30px 0 0 290px;
}
#footer .footer-box .ttls {
    padding-bottom: 25px;
} 
#footer .footer-box dl {
    display: table;
    width: 100%;
    font-size: 13px;
    line-height: 28px;
}
#footer .footer-box dl dt {
   float: left;
   width: 43px;
}
#footer .footer-box dl {
    float: left;
}

#footer .footer-box address {
    font-style: normal;
    font-size: 13px;
    line-height: 28px;
}

#footer .footer-box address a {
    text-decoration: underline;
}

#footer .footer-box a {
    color: #fff;
}

/*----------------------- default main ------------------------ */
#default_main {
    width:700px;
    float:left;
    margin-right:15px;
    _margin-right:7px;
}
#default_top {
    width:700px;
    height:5px;
    background: url("../img/contentsback_top.gif") no-repeat;
}
#default_middle {
    width:700px;
    height:100%;
    background: url("../img/contentsback_mid.gif") repeat-y;
    position:relative;
}
#default_bottom {
    width:700px;
    height:5px;
    background: url("../img/contentsback_bottom.gif") no-repeat;
}

.breadcrumbs {
    width:960px;
    height:35px;
    text-indent:40px;
    line-height:35px;
    visibility:hidden;
}
h1 img {
    width:960px;
    height:100px;
}
#default_middle #content_box {
    margin:4px 25px 50px;
    width:650px;
}
.cap_box {
    margin:30px 40px 20px;
}
.cap_under_box {
    margin:30px 40px 60px;
}

/* under top button */
.pagetop_move_box {
    margin:10px 25px;
    position:absolute;
    bottom:0;
    right:0;    
}
.pagetop_move_bt {
    width:136px;
    height:19px;
}

/*---------------- 404 page --------------------*/
.nf_image_box {
    width:175px;
    height:150px;
    float:left;
    margin:20px 0 0 10px;
}
.nf_text_box {
    margin:20px 0 0 0;
    float:right;
}
.nf_text_box h2 {
    color:#59CAF4;
    font-weight: bold;
    margin-bottom: 20px;
}

/* clearfix */
.clearfix{ clear:both;
overflow:hidden;}

* html .clearfix  { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix { zoom: 1; }  /* IE7 */
