/*  --------------------------------------------------
        :: 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;
    line-height: 1.5em;
    color: #444;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 14px;
}
a {
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
a:hover  {
    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;
}
h2.normal {
    width: 745px;
    height: 100px;
    margin-bottom: 30px;
}
h3.normal {
    width: 725px;
    height: 26px;
    padding: 4px 0 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/h3_normal_bg.gif) 0 0 no-repeat;
}
.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; }



/* 共通
================================================== */
#contheader_bg {
    height: 272px;
    background: #3c4c7f;
}
#contheader {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 80px 10px 0 10px;
    color: #fff;
}
#contheader p {
    text-align: center;
}
#main {
    padding-top: 30px;
}
p.lead {
    margin: 0 0 20px 0;
    color: #3c4c7f;
    font-size: 18px;
    font-weight: bold;
}



/* ヘッダー
================================================== */
#header_bg {
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: #000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha( opacity=85 )";
}
#header_frame {
    width: 1000px;
    margin: 0 auto;
}
#header_frame #left {
    float: left;
    width: 323px;
}

#header_frame #right {
    float: left;
    width: 677px;
}
#header_frame #right ul#menu_sub {
    float: right;
    margin-top: 15px;
    width: 325px;
}
#header_frame #right ul#menu_sub li {
    float: left;
}
#header_frame #right ul#menu_sub li a {
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 35px;
    margin-right: 20px;
    background: url(../img/arrow1.gif) 0 2px no-repeat;
    text-decoration: none;
}
#header_frame #right ul#menu_sub li.current a {
    background: url(../img/arrow1_cu.gif) 0 2px no-repeat;
}
#header_frame #right ul#menu_sub li.lc a {
    margin-right: 0;
}

#header_frame #right ul#menu_main {
    margin-top: 12px;
    float: right;
    width: 625px;
    height: 30px;
}
#header_frame #right ul#menu_main li {
    float: left;
    height: 30px;
}
#header_frame #right ul#menu_main li a {
    height: 30px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px 10px 10px;
    border-left: 1px solid #666;
    text-decoration: none;
}
#header_frame #right ul#menu_main li.current a {
    border-bottom: 3px solid #3cb1b1;
}
#header_frame #right ul#menu_main li.lc a {
    border-right: 1px solid #666;
}


.renewal {
	margin: 30px 0;
	padding: 40px 26px;
	font-size: 16px;
	border: solid 1px #3c4c7f;
	text-align: center;
}

.renewal_box {
	width: 190px;
	float: left;
	margin: 40px 0 20px 0;
	padding: 0 10px 20px 10px;
	min-height: 200px;
	background-color: #ececee;
}
.renewal_box p{
	line-height:1.3em;
}



/* サイド
================================================== */
#side a {
    text-decoration: none;
}
#side_contact {
    width: 235px;
    background: #202a51;
    height: 370px;
}
ul#side_menu_main li {
    margin-top: 5px;
}
ul#side_menu_sub li a {
    display: block;
    margin-top: 5px;
    width: 215px;
    height: 20px;
    padding: 20px 10px;
    font-size: 15px;
    color: #444;
    background: url(../img/side_menu_bg.gif) 0 0 no-repeat;
}



/* フッター
================================================== */
#pagetop {
    margin-top: 40px;
}
#pagetop p {
    text-align: right;
}

#footer_bg {
    margin-top: 10px;
    background: #3c4c7f;
    color: #fff;
}
#footer_bg a {
    text-decoration: none;
}
#footer_info {
    margin-top: 20px;
    float: left;
    width: 765px;
}
#footer_info p.footer_info1 a {
    font-size: 12px;
    color: #fff;
}
#footer_info p.footer_info2 {
    font-size: 18px;
    font-weight: bold;
}
#footer_info p.footer_info2 a {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
#footer_info p.footer_info2 a:hover {
    text-decoration: underline;
}
#footer_info dl {
    margin-top: 20px;
    display: block;
}
#footer_info dl dt {
    clear: left;
    float: left;
    margin: 0 0 10px 0;
    line-height: 1.5em;
    width: 7em;
    font-size: 12px;
}
#footer_info dl dd {
    margin: 0 0 10px 0;
    padding-left: 7em;
    line-height: 1.5em;
    font-size: 12px;
}

#footer_menu {
    float: left;
    width: 195px;
    padding: 20px;
    background: #202a51;
}
#footer_menu a {
    color: #fff;
    padding-left: 15px;
    line-height: 2.0em;
    background: url(../img/arrow2.gif) 0 center no-repeat;
}
#footer_menu a:hover {
    text-decoration: underline;
}
#footer_copyright {
    padding: 20px 0;
    background: #000;
}
#footer_copyright p {
    font-size: 11px;
    color: #fff;
    text-align: center;
}
