@charset "utf-8";

/*
===== CONTENTS ===========================================

	1: reset 
	2: body and base setting
	3: link setting
	4: layout
	5: breadcrumb
	6: dropdown
	7: index
	00: CLEARFIX
	
==========================================================
*/


/* -------------------------------------------------
	1: reset
------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form{
	margin:0px;
	padding:0px;
}


/* -------------------------------------------------
	2: body and base setting
------------------------------------------------- */

body {
	text-align:center;/* box centering */
	font-family:'ＭＳ Ｐゴシック','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	margin: 0px;
	padding: 0px;
	background:#FBFBFB;
	font-size: 90%;
	color: #000000;
	overflow-x: hidden;
}
body.fontS {
	font-size: 80%;
}
body.fontM {
	font-size: 90%;
}
body.fontL {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	line-height: 1.8em;/* base line height */
	text-align: left;
	display: block;
}
h1, h2, h3, h4, h5, h6{
	font-size: 90%;
}

#contents_f table {
    border: 1px solid #ccc;
    color: #333;
    width: 100%;
    border-collapse: collapse;
    margin: 10px auto 30px;
}

#contents_f table th {
    width: 60px;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f8f8f8
}

#contents_f table td {
    padding: 10px 18px;
    border: 1px solid #ccc
}

#contents_f table td dl {
    width: 230px
}

img {
	border: none;
	vertical-align: top;
}
ul,ol {
	list-style: none;
}
input,textarea,select{
	font-size: 12px;
	color: #444;
	font-family: sans-serif;
}




/* -------------------------------------------------
	3: link setting
------------------------------------------------- */

a:link,
a:visited{
	text-decoration: underline;
}
a:hover,
a:active{
	text-decoration: none;
}
/* Image_Link */
#top_key a:hover img,
#hmenu_t a:hover img,
#contents a:hover img,
#contents_top a:hover img,
#contents_middle a:hover img,
#contents_bottom a:hover img,
#sidenavi a:hover img,
#wrap a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* -------------------------------------------------
	4: Layout
------------------------------------------------- */
#container {
	width: 100%;
	text-align:center;
	background:url(../images/top_bg.jpg) repeat-x top left;
}
#wrapper { 
	margin: 0px auto;
	width: 1000px; 
}
#contents_top {
	width: 853px;
	height: 379px;
	margin: -31px auto;
	position: relative;
    z-index:1;
}
#contents_middle {
	width: 853px;
	height: 355px;
	margin: 0px auto;
	position: relative;
    z-index:2;
}

#contents_bottom {
	width: 853px;
	height: 250px;
	margin: 0px auto;
}

#side_top {
	margin: 0px 0px 0px 0px;
	width: 1024px;
	float: left;
}
#side {
	margin: 0px 0px 0px 0px;
	width: 220px;
	float: right;
}

div#wrapper-inner{
	width: 850px;
}


/*
===== Header ===========================
*/

#header {
	margin: 0px auto;
	width: 1000px;
	position: relative;
    z-index:3;
}
/* header_Style */
ul#hNavi li a,
ul#hMenu li a {
	display: block;
	text-indent: 0px;
	overflow: hidden;
}
#header p.summary{
	position: absolute;
	top: 2px;
	left: 22px;
	font-size: 0.8333em;
	color: #FFFFFF;
}
#header h1#logo {
	position: absolute;
	top: 20px;
	left: 24px;
}
#header p.dr_illust{
	position: absolute;
	top: 17px;
	left: 342px;
}
#header p.hd_tel{
	position: absolute;
	top: 33px;
	left: 496px;
}
#hd_mail{
	position: absolute;
	top: 32px;
	left: 749px;
}
/* hBox
---------------------- */
#hBox_top {
	margin: 0px auto;
	width: 900px;
	height: 100px;
	position: relative;
}
#hBox {
	margin: 0px auto;
	width: 950px;
	height: 85px;
	position: relative;
}

/* hNavi */
ul#hNavi {
	width: 440px;
	height: 50px;
	padding: 46px 0px 0px 0px;
	margin: 0px 0px 0px 580px;
}

ul#hNavi li#hn01 { 
	float: left;
	display: inline;
	margin-right: 10px;
}

ul#hNavi li#hn01 form { 
	width: 280px;
}


.inp-text {
    border-width: 1px;
    border-style: solid none solid solid;
    border-color: #DFDFDF -moz-use-text-color #DFDFDF #DFDFDF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 205px;
    padding: 5px 5px 4px;
    float: left;
    color: #787878;
    font-family: arial;
    font-size: 11px;
    background: -moz-linear-gradient(center top , #F7F7F7, #FFF) repeat scroll 0% 0% #F7F7F7;
    height: 13px;
}

.search-submit {
    background: url(../images/header_btn_search.gif) no-repeat left top;
    /* border: 0px solid #DFDFDF; */
    border: none;
    width: 55px;
    height: 25px;
	cursor: pointer;
}

ul#hNavi li#hn02,
ul#hNavi li#hn03,
ul#hNavi li#hn04,
ul#hNavi li#hn05 {
	float: left;
	margin: 0px 5px 0px 0px;
	display: inline;
} 
ul#hNavi li#hn03.fontS,
ul#hNavi li#hn04.fontM,
ul#hNavi li#hn05.fontL {
	cursor: pointer;
} 


/* HeadMenu ---------- */

#key {
	width: 950px;
	margin: 0px 0px 0px 0px;
}
#top_key {
	width:900px;
	height:370px;
	margin: 2px auto;
	position: relative;
    z-index:auto;
}
#top_key2 {
	width:900px;
	height:300px;
	margin: 2px auto;
	position: relative;
    z-index:auto;
}
ul#menu{
	width: 850px;
	height:60px;
	margin: 0px auto;
}

/* CSS Document */
/*--------------------*/           
.mainmenu {
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
.mainmenu a.menu {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
  text-decoration: none;
}


.mainmenu a:link,
.mainmenu a:visited{
	color: #a59b6d;
	text-decoration: none;
}
.mainmenu a:hover,
.mainmenu a:active{
	background-position: 0 bottom;}

/* サブメニューの半透明処理
--------------------*/
.submenu,.submenu02,.submenu03,.submenu04 {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}

/*
===== Side ===========================
*/

/* menu
---------------------- */
dl#Smenu {
	padding: 0px 0px 0px 0px;
}
dl#Smenu dt { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl#Smenu dd {
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 23px 0px;
	background: #faf9f6; 
}
dl#Smenu ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* menuBnr */
ul.menuBnr { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}
ul.menuBnr li { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}
ul.menuBnr li.online { 
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px; 
}
/* address */
#sideAddress {
	margin: 0px;
	padding: 0px;
	border: 1px solid #dfdfdf;
	background: #fff; 
}
#addressBox {
	margin: 4px;
	padding: 0px 0px 15px 0px ;
	background: #f3f3eb; 
}
#addressBox p {
	padding: 0px 0px 0px 9px;
}
#addressBox p.pic {
	padding: 0px 0px 11px 9px;
}
#addressBox p.ad {
	padding: 0px 0px 11px 11px;
	color: #505050;
	line-height: 1.6em;
}
#addressBox ul {
	margin: 0px 0px 0px 9px;

}
#addressBox ul li {
	margin: 0px 1px 0px 0px;
	display: inline;
}
/*
===== Footer ===========================
*/

#footer { 
	width: 100%;
	text-align:center;
	background-color: #FBFBFB;
}
#footerBox {
	margin: 0px auto;	
	height: 60px;
	text-align:center;
	font-size:80%;
}
div.jump{
 position:absolute;
/* top:10px;
 left:787px;*/
 top:10px;
 left:787px;
}
.padding10-top{
 padding-top:10px;
}
.font-9pt{
 font-size:9pt;
}
.padding10-lr{
 padding-left:10px;
 padding-right:10px;
}
.border-right{
 border-right-style:solid;
 border-right-width:1px;
 border-color:#D5D3D6;
}

#footerBox .footerLogo{
 float: left;
 margin-left: 10px;
 height: 100%;
 width: 125px;
 vertical-align: middle;
}

#footer .copyright{
 text-align: center;
 margin-top: 1em;
}
#footer .footerNavi {
 margin-top: 2px;
 width: 886px;
 float: right;
 /*overflow: hidden;*/
 position: relative;
}
#footer .footerNavi ul{
 float: left;
 width: auto;
 position: relative;
 left: 50%;
}
#footer .footerNavi ul li{
 float: left;
 position: relative;
 left: -50%;
}
#footer .footerNavi li{
 border-right:1px solid #D5D3D6;
 padding: 0 10px; 
}
#footer .footerNavi li.last{
 border-right: none;
}

/*
===== CommonStyle ===========================
*/
p.pagetop {
	margin: 0px 5px 15px 0px;
	padding: 15px 0px 0px 0px;
	text-align: right;
}
#contents .pagetop {
	width:auto;
}

/* -------------------------------------------------
	5: breadcrumb
------------------------------------------------- */

div#breadcrumb{
	background-color: #fff;
	width: 100%;
	padding:14px 0;
}
div#breadcrumb ul{
	margin: 0px auto;
	width: 1012px;
	padding-left: 12px;
}
div#breadcrumb li a{
	color: #3342b5;
	text-decoration: none;
}
div#breadcrumb li a:hover{
	text-decoration: underline;
}
div#breadcrumb li{
	float: left;
	after: " >\00a0";
}
div#breadcrumb li.current{
	float: left;
	after: "\00a0";
}
div#breadcrumb li:after{
	content: " >\00a0";
}
div#breadcrumb li.current:after{
	content: "\00a0";
}

/* -------------------------------------------------
	6: dropdown
------------------------------------------------- */


ul#drp-01{
	display: block;
	width: 106px;
	height: 60px;
	background: url(../images/header_gnavi_01.gif) no-repeat 0 0;
}
ul#drp-01 a:hover {
	background-position: 0 bottom;
}


/* -------------------------------------------------
	7: Index
------------------------------------------------- */
.news{
	position: absolute;  
	top: 130px;  
    left: 590px;
}

.news2{
	position: absolute;  
	top: 240px;  
    left: 590px;
}
.news3{
	position: absolute;  
	top: 60px;  
    left: 590px;
}

.topBox {
	width: 274px;
	height: 304px;
	padding: 0px 0px 0px 0px;
	background:url(../images/main_inner_bg.png) left top no-repeat;
	float: left;
}

.topBox2 {
	width: 274px;
	height: 304px;
	padding: 0px 0px 0px 0px;
	margin-left: 15px;
	background:url(../images/main_inner_bg.png) left top no-repeat;
	float: left;
}

.topBox3 {
	width: 274px;
	height: 304px;
	padding: 0px 0px 0px 0px;
	margin-left: 15px;
	background:url(../images/main_inner_bg.png) left top no-repeat;
	float: left;
}

.topBox ul {
	margin: 5px;
}
.topBox ul li {
	margin: 0px;
}
.topBox ul li p {
	margin: 10px 17px 0px 17px;
	line-height: 1.4em;
}
.topBox ul li.more {
	text-align:center;
}

.topBox2 ul {
	margin: 5px;
}
.topBox2 ul li {
	margin: 0px;
}
.topBox2 ul li p {
	margin: 10px 17px 0px 17px;
	line-height: 1.4em;
}
.topBox2 ul li.more {
	text-align:center;
}

.topBox3 ul {
	margin: 5px;
}
.topBox3 ul li {
	margin: 0px;
}
.topBox3 ul li p {
	margin: 10px 17px 0px 17px;
	line-height: 1.4em;
}
.topBox3 ul li.more {
	text-align:center;
}

.sidebox{
	width: 274px;
	height: 304px;
	padding: 0px 0px 0px 0px;
	margin-left: 16px;
	background:url(../images/link_hd.gif) left top no-repeat;
	float: left;
}
.sidebox ul li.blog {
	margin-top: 41px;
}
.sidebox ul li.link {
	margin-top: 13px;
}

.aboutBox{
	width: 270px;
	height: 140px;
	padding: 2px;
	margin-top: 17px;
	float: left;
}
.aboutBox2{
	width: 270px;
	height: 140px;
	padding: 2px;
	margin-top: 17px;
	margin-left: 15px;
	float: left;
}


/*
===== Side Menu ===========================
*/
div#sidenavi{
	float: right;
	width: 220px;
	margin-top: 20px;
	margin-right: 75px;
}

div#sidenavi li{
	width: 220px;
	margin-top: 10px;
}
div#sidenavi_title2{
	width: 220px;
	margin-top:38px;
}

div#sidenavi li.end{
	margin-bottom: 50px;
}

/*
===== Contents ===========================
*/

div#contents{
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-left: 75px;
}

div#waku_b{
	background: url(../images/contents_inner_b.gif) top left no-repeat;
	width: 600px;
	height: 145px;
}
div#contents h2_g{
	margin-bottom: 10px;
}

div#waku_r{
	background: url(../images/contents_inner_r.gif) top left no-repeat;
	width: 600px;
	height: 145px;
	margin: 20px 0px 30px 0 ;
}
div#waku_g{
	background: url(../images/contents_inner_g.gif) top left no-repeat;
	width: 600px;
	height: 145px;
	margin: 20px 0px 40px 0 ;
}
div#waku_t{
	background: url(../images/contents_inner_t.gif) top left no-repeat;
	width: 600px;
	height: 214px;
	margin: 20px 0px 40px 0 ;
}

div#waku_v{
	background: url(../images/contents_inner_v.gif) top left no-repeat;
	width: 600px;
	height: 205px;
	margin: 20px 0px 0 0 ;
}
div#waku_m_01{
	background: url(../images/contents_inner_m01.gif) top left no-repeat;
	width: 600px;
	height: 128px;
	margin: 20px 0px 0 0 ;
}
div#waku_m_02{
	background: url(../images/contents_inner_m02.gif) top left no-repeat;
	width: 600px;
	height: 128px;
	margin: 20px 0px 0 0 ;
}div#waku_m_03{
	background: url(../images/contents_inner_m03.gif) top left no-repeat;
	width: 600px;
	height: 128px;
	margin: 20px 0px 0 0 ;
}div#waku_m_04{
	background: url(../images/contents_inner_m04.gif) top left no-repeat;
	width: 600px;
	height: 128px;
	margin: 20px 0px 0 0 ;
}
div#waku_m_05{
	background: url(../images/contents_inner_m05.gif) top left no-repeat;
	width: 600px;
	height: 128px;
	margin: 20px 0px 30px 0 ;
}

div#contents_f  p.text_m{
	width: 550px;
	padding: 60px 25px 0 25px;
	line-height: 1.4em;
}

div#contents h2_r{
	margin-bottom: 10px;
}
div#contents h2{
	clear: both;
	padding-top: 30px;
	margin-bottom: 5px;
}

div#contents h3{
	clear: both;
	padding-top: 30px;
	margin-bottom: 20px;
}

div#contents_t{
	float: left;
	width: 600px;
	padding-top: 20px;
}

div#contents_t p{
	line-height: 1.6em;
}

div#contents_f{
	line-height: 1.6em;
}

div#contents_a{
	line-height: 1.6em;
}
div#contents_a.map{
	margin-bottom: 5px;
	padding-top: 0px;
}
div#contents_a p{
	padding-top: 40px;;
}

div#contents p.small{
	font-size: 80%;
}
div#contents p.small_v{
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 45px;
}

div#contents p.crosshead{
	margin-top: 30px;
}

div#contents p.caption_l{
	clear: both;
	float: left;
	width: 295px;
	height: 40px;
	margin-top: 5px;
	text-align:center;
}
div#contents p.caption_r{
	float: right;
	width: 295px;
	height: 40px;
	margin-top: 5px;
	text-align:center;
}

div#contents p.info{
	width: 500px;
	height: 105px;
	margin: 0 0 0 85px;
	padding-top: 60px;
	line-height: 1.6em;
}

div#contents_t p.right_b{
	height: 150px;
	line-height: 1.6em;
}

div#contents_t p.right_b2{
	height: 150px;
	margin-top: 20px;
	line-height: 1.6em;
}
div#contents_t img.left{
	float: left;
	margin-right: 15px;
}
div#contents_t img.left2{
	clear: both;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 30px;
}

div#contents_f img.left{
	float: left;
	margin-right: 10px;
}
div#contents_f img.right{
	float: right;
}
div#contents_f img.left2{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
div#contents_f img.right2{
	float: right;
	margin-top: 5px;
	margin-bottom: 30px;
}

div#waku_r p.r_left{
	float: left;
	width: 120px;
	margin: 20px 20px 0 30px;
	line-height: 1.8em;
}
div#waku_r p.r_left2{
	float: left;
	width: 80px;
	margin: 20px 20px 0 10px;
	line-height: 1.8em;
}
div#waku_r p.r_right{
	float: right;
	width: 240px;
	background:#E9D9AA;
	margin: 20px 30px 0 20px;
	padding: 15px;
	line-height: 1.8em;
}

div#waku_g p{
	width: 560px;
	padding: 20px;
	line-height: 1.8em;
}
div#waku_v p.v_left{
	float: left;
	width: 80px;
	margin: 10px 0 20px 20px;
	line-height: 1.8em;
}
div#waku_v p.v_right{
	float: right;
	width: 500px;
	margin: 10px 0 20px 0;
	line-height: 1.8em;
}
div#waku_v p.v_bottom{
	width: 600px;
	margin-left: 20px;
	line-height: 1.4em;
}

div#waku_t p.t_left{
	float: left;
	font-size: 22px;
	width: 100px;
	margin: 10px 0 20px 20px;
	line-height: 1.8em;
}
div#waku_t p.t_right{
	float: right;
	width: 200px;
	margin: 10px 0 20px 0;
	line-height: 1.8em;
}

div#contents div.image{
	clear: left;
	text-align: center;
	padding: 30px 0 0;
}
div#contents div.box-wrapper{
	clear: both;
	height: auto;
}
div#contents div.box{
	border: 2px solid #fad1d1;
	width: 700px;
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding: 14px;
	position: relative;
}

div#contents div.box.left{
	float: left;
	width: 328px;
	margin-left: 20px;
	margin-right: 0px;
}

div#contents div.box.right{
	float: right;
	width: 328px;
	margin-left: 0px;
	margin-right: 20px;
}
div#contents div.box .icons{
	float: left;
	width: 48px;
}
div#contents div.box .icons img{
	clear: both;
	margin-bottom: 10px; 
}
div#contents div.box .p{
	float: left;
	margin-left:10px;
	width: 270px;
}
div#contents .attention{
	font-size: 84%;
}
div#contents>.attention{
	margin-left:20px;
	margin-right:20px;
}
div#contents .attention div{
	margin-top: .6rem;
	line-height: 1.4;
}
div#contents div.box .attention.bottom{
	position: absolute;
	width: 380px;
	bottom: 10px;
	right: 10px;
}
div#contents div.box h3{
	font-size: 117%;
	color: #e62d8b;
	margin:0 0 10px;
	padding:0;
}
div#contents div.box .red{
	color: #e62d8b;
}

div#contents div.box ul{
	list-style-type: disc;
	margin-bottom: 6px;
}
div#contents div.box ul li{
	margin-left: 1.4em;
}
div#contents div.box .ul-etc{
	margin-left: 1.4em;
}
div#contents div.indent{
	text-indent: -1em;
	padding-left:1em;
}

div#contents ol.num{
	clear: both;
	font-weight: bold;
	list-style-type: decimal;
	margin-left: 60px;
	padding: 20px 0 10px;
	*padding: 10px 0;
}

div#contents ol.num li{
}

div#contents .mt10{
	margin-top: 10px;
}


/*
===== 00: CLEARFIX ==========================================
*/
.cf:before,.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf {*zoom: 1;}

#footer,#footer_t,#wrapper,#main { 
	clear: both; position: relative;
}
#wrapper,
#main,
#fBox,
#fBox_t,
ul#hNavi,
ul#hMenu {
	min-height:1px; /* IE 7*/
}

#wrapper:after,
#main:after,
#fBox:after,
#fBox_t:after,
ul#hNavi:after,
ul#hMenu:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#wrapper,
#main,
#fBox,
#fBox_t,
ul#hNavi,
ul#hMenu {
display:inline-table; }

/* Mac IE  \*/
* html #wrapper,
* html #main,
* html #fBox,
* html #fBox_t,
* html ul#hNavi,
* html ul#hMenu
{ height:1px; }

#wrapper,
#main,
#fBox,
#fBox_t,
ul#hNavi,
ul#hMenu
 { display:block; }
 
 .section,
.section_p,
.boxOut,
.flowBox {
    min-height:1px; /* IE 7*/
}


.section:after,
.section_p:after,
.boxOut:after,
.flowBox:after {
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.section,
.section_p,
.boxOut,
.flowBox {
display:inline-table; }

/* Mac IE  \*/
* html .section,
* html .section_p,
* html .boxOut,
* html .flowBox
{ height:1px; }

.section,
.section_p,
.boxOut,
.flowBox
 { display:block; }
/* */

