/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* 初期設定
================================================== */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #444;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 13px;
    line-height: 1.7em;
}
a {
    text-decoration: none;
    line-height: inherit;
}

a:hover , a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p a, p a:visited {
    line-height: inherit;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    text-align: justify;
}
strong {
    font-weight: bold;
    line-height: inherit;
}
.linkbox {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}



/* グリッド 12-1000
================================================== */
.frame {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}
.contents {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0 10px;
}
.g1 { float: left; width: 65px; margin-right: 20px; }
.g2 { float: left; width: 150px; margin-right: 20px; }
.g3 { float: left; width: 235px; margin-right: 20px; }
.g4 { float: left; width: 320px; margin-right: 20px; }
.g4harf { float: left; width: 363px; margin-right: 19px; }
.g5 { float: left; width: 405px; margin-right: 20px; }
.g6 { float: left; width: 490px; margin-right: 20px; }
.g7 { float: left; width: 575px; margin-right: 20px; }
.g8 { float: left; width: 660px; margin-right: 20px; }
.g9 { float: left; width: 745px; margin-right: 20px; }
.g10 { float: left; width: 830px; margin-right: 20px; }
.g11 { float: left; width: 915px; margin-right: 20px; }
.lc { margin-right: 0; }



/* 共通
================================================== */
#main {
    padding-top: 30px;
}
p.lead {
    margin: 0 0 20px 0;
    color: #3c4c7f;
    font-size: 18px;
    font-weight: bold;
}



/* ヘッダー
================================================== */
#header_bg {
    width: 100%;
}
#header {
    height: 100px;
}
#header .left {
	float: left;
	width: 610px;
}
#header .left h1 {
    margin-top: 5px;
    font-size: 12px;
}
#header .right {
	float: left;
	width: 390px;
}
#header_info {
	width: 364px;
	margin-top: 6px;
	padding: 8px 13px 5px 13px;
	color: #fff;
	font-size: 12px;
	background: #00599f;
}

#header_info p.address {
    margin-top: 3px;
    text-align: right;
}
#header_info .hour {
    padding-left: 0px;
    padding-top: 6px;
    font-size: 11px;
	line-height:1.2em;
}



/* ナビゲーション
================================================== */
#gnav_bg {
    height: 40px;
    background: url(../img/gnav_bg.gif) 0 0 repeat-x;
}
#gnav {
    width: 1000px;
    background: url(../img/gnav_logo.gif) right 0 no-repeat;
}
#gnav ul li#gnav1 {
    float: left;
    width: 58px;
    margin-right: 30px;
}
#gnav ul li#gnav2 {
    float: left;
    width: 65px;
    margin-right: 30px;
}
#gnav ul li#gnav3 {
    float: left;
    width: 130px;
    margin-right: 30px;
}
#gnav ul li#gnav4 {
    float: left;
    width: 137px;
    margin-right: 30px;
}
#gnav ul li#gnav5 {
    float: left;
    width: 124px;
}

#gnav ul li#gnav1:hover , #gnav ul li#gnav2:hover , #gnav ul li#gnav3:hover , #gnav ul li#gnav4:hover , #gnav ul li#gnav5:hover {
    height: 37px;
    border-bottom: 3px solid #00abdc;
}



/* サイド
================================================== */
#side {
    text-decoration: none;
}
#side_contact {
    padding: 10px;
    margin-bottom: 5px;
    color: #fff;
    background: #00abdc url(../img/side_contact_bg.gif) 0 0 no-repeat;
}
#contact_hour {
    width: 215px;
    height: 27px;
    padding: 0 0 0 0;
    color: #444;
    font-size: 12px;
    text-align: center;
    background: url(../img/side_contact_hour.gif) 0 -9px no-repeat;
}
#side_access {
    padding: 10px;
    margin-bottom: 5px;
    color: #fff;
    background: #00abdc;
}
p.side_btn a {
    margin-top: 10px;
    display: block;
    width: 215px;
    height: 29px;
    padding-top: 11px;
    color: #444;
    text-align: center;
    background: url(../img/side_btn_bg.gif) 0 0 no-repeat;
}

#side_menu ul li {
    margin-bottom: 5px;
}



/* フッター
================================================== */
#footer_access_bg {
    margin-top: 30px;
    padding: 30px 0;
    background: #ececee;
}
#footer_access {
    width: 960px;
    padding: 20px;
    background: #fff url(../img/footer_access_bg.gif) 0 0 repeat-x;
}
#footer_access .left {
    float: left;
    width: 440px;
    margin-right: 20px;
}
#footer_access .left h3 {
    margin-top: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
#footer_access .left p.address {
    margin-top: 40px;
    font-size: 15px;
}
#footer_access .left h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
#footer_access .left p.root {
    margin: 10px 0 0 25px;
    font-size: 12px;
}
#footer_access .right {
    float: left;
    width: 500px;
}
#footer_access .info {
	margin:20px 0;
	padding:5px 20px 15px 20px;
	border:solid 1px #C30;
	color:#c30;
}




#footer_bg {
    background: #00599f;
    color: #fff;
    padding: 30px 0;
}
#footer_bg a {
    text-decoration: none;
}
#footer_info {
    float: left;
    width: 635px;
    padding-left: 130px;
    background: url(../img/footer_logo.gif) 0 center no-repeat;
}
#footer_info .footer_company {
    margin-top: 5px;
}
#footer_info .footer_company a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

#footer_menu {
    float: left;
    width: 235px;
}
#footer_menu p#pagetop_btn {
    margin: -40px 0 20px -10px;
}
#footer_menu p#pagetop_btn:hover {
    background: url(../img/pagetop_btn_bg.gif) 0 0 no-repeat;
}

#footer_menu ul li a {
    color: #fff;
    padding: 10px 0 10px 20px;
    line-height: 2.0em;
    background: url(../img/arrow1.gif) 0 center no-repeat;
}
#footer_menu ul li a:hover {
    text-decoration: underline;
}

#footer_copyright {
    padding: 20px 0;
    background: #000;
}
#footer_copyright p {
    font-size: 11px;
    color: #fff;
}
#footer_copyright p a {
    color: #fff;
}



/* ボタン
================================================== */
.btn1 a {
    float: right;
    margin-top: 10px;
    display: block;
    width: 235px;
    height: 30px;
    padding-top: 10px;
    color: #444;
    font-size: 12px;
    text-align: center;
    background: url(../img/btn1_bg.jpg) 0 0 no-repeat;
}
.btn1 a img {
    vertical-align: middle;
}



/* お知らせ
================================================== */
.information{
	margin-bottom:20px;
	padding:20px;
	border:solid 1px #00599f;
}
.information p{
	text-align:center;
}
.information p.title{
	font-size:16px;
	font-weight:bold;
	color:#00599f;
}
