@charset "UTF-8";
/* CSS Reset_______________________________________________________ */
html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, ul, li, h1, h2 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-weight: normal;
}
ul {
list-style-type: none;
}
/* CSS Reset_______________________________________________________ */

/* 共通 */
body {
font-size:12px;
color:#000000;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 160%;
background: url("./image/header_outside_bg.png") repeat-x;
background-color: #eeeeee;
}

a img {
border: none;
display: inline;
margin: 1px;
}

a:link {
color:#d7a645;
text-decoration: none;
}

a:visited {
color: #d7a645;
text-decoration: none;
}

a:hover, a:active, a:focus {
color: #ffaa00;
text-decoration: underline;
}

.headline1{
width: 770px;
height: 66px;
margin:0px auto 20px;
position: relative; 
z-index: 1;
}

h1 {
font-size: 20px;
position: absolute; top: 20px; left: 30px; 
font-weight: bolder;
}

h2 {
background: url("./image/h2_bg.png") no-repeat;
font-size: 16px;
padding: 5px 0px 5px 10px;
margin-top:30px;
margin-left:15px;
color: #ffffff;
}

h3 {
background: url("./image/h3_bg.png") no-repeat;
font-size: 14px;
padding: 0px 0px 5px 18px;
margin-left:20px;
margin-bottom:-17px;
font-weight: bold;
}

h5 {
font-size: 12px;
color: #8e4d3f;
font-weight: bold;
position: absolute; top: 32px; left: 32px;
}

.h1-profile {background-image: url("./image/h1_bg_profile.png");}
.h1-01 {background-image: url("./image/h1_bg_01.png");}
.h1-02 {background-image: url("./image/h1_bg_02.png");}
.h1-03 {background-image: url("./image/h1_bg_03.png");}
.h1-04 {background-image: url("./image/h1_bg_04.png");}
.h1-05 {background-image: url("./image/h1_bg_05.png");}
.h1-06 {background-image: url("./image/h1_bg_06.png");}
.h1-07 {background-image: url("./image/h1_bg_07.png");}
.h1-08 {background-image: url("./image/h1_bg_08.png");}
.h1-09 {background-image: url("./image/h1_bg_09.png");}
.h1-10 {background-image: url("./image/h1_bg_10.png");}
.h1-11 {background-image: url("./image/h1_bg_11.png");}
.h1-12 {background-image: url("./image/h1_bg_12.png");}
.h1-13 {background-image: url("./image/h1_bg_13.png");}
.h1-14 {background-image: url("./image/h1_bg_14.png");}
.h1-contact {background-image: url("./image/h1_bg_contact.png");}


.catch {
clear: both;
width: 800px;
text-align: center;
margin: 140px auto 2px;
font-size:20px;
font-family: impact ,sans-serif;
color: #898669;
letter-spacing: 0.1em;
}

hr {
margin-top: 0px;
border: 2px #52bd7c solid;
clear: both;
}

.footer{
font-size: 10px;
font-weight: bold;
width: 800px;
margin: -6px auto 0px;
background: #ffffff;
text-align: center;
border: 1px #cccccc solid;
}

#contents800 {
width: 800px;
margin: 0px auto 0px;
background: url("./image/header_bg.png") repeat-x;
background-color:  #ffffff;
border: 1px solid #cccccc;
}

.main_text {
margin: 15px auto 30px;
width: 750px;
}

.main_text_half {
margin: 15px 25px 30px;
width: 380px;
}

.main_text_top {
margin: 0px auto 0px;
padding-top: 12px;
width: 680px;
height: 270px;
background: url("./image/main-texr_top_bg_logo.png");
background-repeat: no-repeat;
background-position: right bottom;
line-height: 200%
}

/* ヘッダ */
.logo {
float: left;
margin: 18px 0px 2px 0px;
}

.logo_jp {
float: right;
margin: 14px 0px 2px 0px;
}

/* ドロップダウンメニュー（ヘッダ用） */
#dropmenu{
list-style-type: none;
width: 800px;
height: 28px;
margin: 30px auto 20px;
padding: 0;
background: #00a73c;
clear: both;
}
#dropmenu li{
position: relative;
z-index: 2;
width: 25%;
float: left;
margin: 0;
padding: 0;
text-align: center;
background-image:url("./image/menu_bg.png");
}
#dropmenu li a{
display: block;
margin: 0;
padding: 8px 0 7px;
font-size: 14px;
font-weight: bold;
line-height: 1;
text-decoration: none;
font-family: Myriad, Helvetica, Arial, sans-serif;
font-weight: bold;
color: #ffffff;
text-shadow: 2px 4px 4px #666666;
}
#dropmenu li ul{
list-style: none;
position: absolute;
top: 100%;
left: 0;
margin: 0;
padding: 0;
}
#dropmenu li:last-child ul{
left: -100%;
width: 100%
}
#dropmenu li ul li{
overflow: hidden;
width: 200%;
height: 0;
color: #fff;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}
#dropmenu li ul li a{
padding: 13px 15px;
background: #a5cda3;
text-align: left;
font-size: 14px;
font-weight: normal;
text-shadow: 2px 2px 3px #666666;
}
#dropmenu li:hover > a{
background-image:url("./image/menu_bg_over.png");
color: #ffaa00;
}
#dropmenu li:hover ul li{
overflow: visible;
height: 30px;
border-top: 1px solid #7c8c0e;
border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
border-top: 0;
}
#dropmenu li:hover ul li:last-child{
border-bottom: 0;
}

/* ドロップアップメニュー（フッタ用） */
.page_link_previous {
float: left;
margin: 34px 18px 5px;
text-align: left;
color: #898669;
background: #ffffff;
}
.page_link_next {
float: right;
margin: 34px 18px 5px;
text-align: right;
color: #898669;
background: #ffffff;
}

#dropmenu_footer {
list-style-type: none;
width: 460px;
height: 20px;
margin: 30px 0px 7px 85px;
padding: 0px;
background: #ffffff;
float: left;
}
#dropmenu_footer  li{
position: relative;
z-index: 4;
float: left;
margin: 0;
text-align: center;
background: #ffffff;
}
#dropmenu_footer  li a{
display: block;
margin: 0;
padding: 8px 0 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
text-decoration: none;
font-family: Myriad, Helvetica, Arial, sans-serif;
}
#dropmenu_footer  li ul{
list-style: none;
position: absolute;
bottom: 100%;
left: 0;
margin: 0;
padding: 0;
}
#dropmenu_footer  li:last-child ul{
left: -100%;
width: 100%
}
#dropmenu_footer  li ul li{
overflow: hidden;
width: 240%;
height: 0;
color: #fff;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}
#dropmenu_footer  li ul li a{
padding: 5px 10px;
background: #ffffff;
text-align: left;
font-size: 12px;
font-weight: normal;
}
#dropmenu_footer  li:hover > a{
color: #ffaa00;
}
#dropmenu_footer  li:hover ul li{
overflow: visible;
height: 23px;
border: 1px solid #cccccc;
}

/* フロー図 */
.flow {
border: 1px solid #cccccc;
position: relative;
margin: 10px auto 50px;
color: #000000;
 height: 763px;
}

.business_outline {
font-size:16px;
margin-top: 40px;
margin-left: 60px;
margin-bottom: 30px;
line-height: 32px;
font-weight: bolder;
background-image: url("./image/bg_business_outline.png"); 
background-repeat: no-repeat;
background-position: right bottom;

}

.flow_bg_about { background-image: url("./image/flow_bg_about.png"); width: 340px; height: 420px; float: right; margin-top:40px;}
.flow_bg_01 { background-image: url("./image/flow_bg_01.png"); width: 560px; height: 763px;}
.flow_bg_02 { background-image: url("./image/flow_bg_02.png"); width: 700px; height: 543px;}
.flow_bg_03 { background-image: url("./image/flow_bg_03.png"); width: 719px; height: 669px;}
.flow_bg_04 { background-image: url("./image/flow_bg_04.png"); width: 693px; height: 684px;}
.flow_bg_05 { background-image: url("./image/flow_bg_05.png"); width: 694px; height: 622px;}
.flow_bg_06 { background-image: url("./image/flow_bg_06.png"); width: 698px; height: 1684px;}
.flow_bg_07 { background-image: url("./image/flow_bg_07.png"); width: 693px; height: 539px;}
.flow_bg_08 { background-image: url("./image/flow_bg_08.png"); width: 700px; height: 668px;}
.flow_bg_09 { background-image: url("./image/flow_bg_09.png"); width: 694px; height: 547px;}
.flow_bg_10 { background-image: url("./image/flow_bg_10.png"); width: 700px; height: 570px;}
.flow_bg_11 { background-image: url("./image/flow_bg_11.png"); width: 700px; height: 650px;}
.flow_bg_12 { background-image: url("./image/flow_bg_12.png"); width: 723px; height: 642px;}
.flow_bg_13 { background-image: url("./image/flow_bg_13.png"); width: 672px; height: 835px;}

/* コンタクト・フォーム */
#contact {
width: 620px;
margin: 0 auto;
text-align:left;
border:0px;
font-size: 12px;
line-height: 160%;
}
#contact table{
border-collapse:collapse;
border-spacing:0;
border:1px solid #e0e0e4;
width:620px;
}
#contact table th{
width: 30%;
font-size:12px;
padding:5px 10px;
text-align:right;
background:#f4f4f5;
border:1px solid #e0e0e4;
border-width:0 1px 1px 0;
}
#contact table td{
width: 70%;
font-size:12px;
padding: 2px 0px 2px 14px;
border-bottom:1px solid #e0e0e4;
}
.formSubmitButton{
margin:20px 0px 30px;
text-align:center;
padding:10px 0px;
background:#f4f4f5;
border:1px solid #e0e0e4;
width:620px;
}
input.text{
font-size:12px;
border-color:#A1A1A1 #E5E5E5 #E5E5E5 #A1A1A1;
border-style:solid;
border-width:1px;
padding:2px;
}
textarea{
font-size:12px;
border-color:#A1A1A1 #E5E5E5 #E5E5E5 #A1A1A1;
border-style:solid;
border-width:1px;
padding:2px;
}


/* テキスト装飾 */
.orange10 {
font-size: 10px;
color: #FF8800;
}
.orange12 {
font-size: 12px;
color: #FF8800;
}
.orange14 {
font-size: 14px;
color: #FF8800;
}
.orange14b {
font-size: 14px;
color: #FF8800;
font-weight: bold;
}
.orange16 {
font-size: 16px;
color: #FF8800;
}
.orange16b {
font-size: 16px;
color: #FF8800;
font-weight: bold;
}
.red10 {
font-size: 10px;
color: #FF0000;
}
.red12 {
font-size: 12px;
color: #FF0000;
}
.red14 {
font-size: 14px;
color: #FF0000;
}
.red16 {
font-size: 16px;
color: #FF0000;
}
.black8 {
font-size: 8px;
color: #000000;
}
.black9 {
font-size: 9px;
color: #000000;
}
.black10 {
font-size: 10px;
color: #000000;
}
.black10b {
font-size: 10px;
color: #000000;
font-weight: bold;
}
.black12b {
font-size: 12px;
color: #000000;
font-weight: bold;
}
.black12 {
font-size: 12px;
color: #000000;
}
.black14 {
font-size: 14px;
color: #000000;
}
.black14b {
font-size: 14px;
color: #000000;
font-weight: bold;
}
.black16 {
font-size: 16px;
color: #000000;
}
.black16b {
font-size: 16px;
color: #000000;
font-weight: bold;
}
.black18 {
font-size: 18px;
color: #000000;
}
.blue10 {
font-size: 10px;
color: #0000FF;
}
.blue12 {
font-size: 12px;
color: #0000FF;
}
.blue14 {
font-size: 14px;
color: #0000FF;
}
.blue16 {
font-size: 16px;
color: #0000FF;
}
.blue18 {
font-size: 18px;
color: #0000FF;
}
.gray12 {
font-size: 12px;
color: #999999;
}
.gray14 {
font-size: 14px;
color: #999999;
}
.gray16 {
font-size: 16px;
color: #999999;
}
.green12 {
font-size: 12px;
color: #009900;
}

.eng10 {
font-size: 10px;
color: #8e4d3f;
}

.eng10b {
font-size: 10px;
color: #8e4d3f;
font-weight: bold;
}