/* CSS Document */
@charset "utf-8";


/* テンプレートスタイル
------------------------------------- */
body { width: 100%; text-align: center; background-color: #FBFBF1;}

/************** ラッパー **************/
#wrapper { width: 100%;	text-align: left;}

/************** ヘッダー **************/
#header { width: 100%; background: url(../../images/header_bg01.png) no-repeat center 96px; background-color: #FFF;}
/* header_inner */
#header #header_inner { width: 1000px; margin: 0 auto; padding: 8px 0 26px 0; overflow: hidden; clear: both;}
#header #header_inner h1 { font-size: 85%; margin-bottom: 10px;}
#header #header_inner .logo { width: 240px; float: left;}
#header_inner .img01 { width: 128px; float: right; margin-top: 20px;}
#header_inner .img02 { width: 308px; float: right; margin-left: 15px;}
#header_inner .img03 { width: 216px; float: right; margin-left: 10px;}
#header_inner .img04 { width: 64px; float: right; margin-left: 8px;}
/* header_nav */
#header #header_nav { width: 1000px; margin: 0 auto; overflow: hidden; clear: both; margin-bottom: 50px;}
#header #header_nav li { float: left;}
/* header_key */
#header  #header_key { width: 1400px; height: 610px; margin: 0 auto; position: relative;}
#header #header_key .header_copy01 { width: 840px; height: 210px; position: absolute; top: -30px; left: 170px;}
/*#header #header_key .header_copy02 { width: 529px; height: 47px; position: absolute; top: 185px; left: 115px;}*/
#header #header_key .header_btn01 { width: 460px; height: 85px; position: absolute; top: 150px; right: 100px;}
#header #header_key .header_key01 { width: 1400px; height: 375px; position: absolute; bottom: 0; right: 0;}

/************** メインボタン **************/
#main_btn { width: 100%; height: 196px; border-top: 6px solid #00A8E6; background-color: #FFF;}
#main_btn .main_btn_inner { width: 1060px; margin: 0 auto 0 auto; clear: both; position: relative; padding-top: 12px;}
#main_btn .main_btn_inner:before { content: url('../../images/main_btn_bg01.png'); position: absolute; top: 0; left: -290px;}
#main_btn .main_btn_inner:after { content: url('../../images/main_btn_bg02.png'); position: absolute; top: 0; right: -210px;}
#main_btn .main_btn_inner .main_btn01 { width: 485px; float: left; position: relative; z-index: 1000;}
#main_btn .main_btn_inner .main_btn02 { width: 485px; float: right; position: relative; z-index: 1000;}

/************** コンテンツ **************/
#contents { width: 100%; margin-bottom: 120px;}

/************** フッター **************/
#footer { width: 100%; margin-bottom: 60px;}
#footer address { font-size:116%; text-align: center;}