﻿@charset "UTF-8";

/*------------------------*/
/*--------- 基盤 ---------*/
/*------------------------*/
html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
	font-size:14px;
	color:#333;
	background:#fff url("../images/bg.gif") 0 155px repeat-x;
	border-top:3px solid #134D99;
}

br {
	letter-spacing:normal;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#999;
	text-decoration:underline;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}


/*------------------------------*/
/*--------- レイアウト ---------*/
/*------------------------------*/
#top {
	width:1020px;
	margin:0 auto;
	padding:0;
}

#header {
	position:relative;
	width:1020px;
	margin-top:10px;
}

#search {
	position:absolute;
	top:0;
	right:0;
}

#gnavi {
	position:absolute;
	bottom:0;
	right:0;
}

#menu {
	float:left;
	width:1020px;
	margin-top:40px;
}

#icatch {
	width:1020px;
	margin-top:81px;
}

#contents {
	float:left;
	width:1020px;
	padding:10px 0;
	background:#fff;
}

#main {
	float:left;
	width:750px;
}

#sub {
	float:right;
	width:260px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   /* background:#ddd url("../images/under_logo.png") 0 50% no-repeat; */
background-size:contain;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:870px;/*--初期750--*/
   margin:0 auto;
   padding:30px 10px 30px 40px;
}


/*----------------------------*/
/*--------- ヘッダー ---------*/
/*----------------------------*/
#header h1 {
	margin:0;
	padding:20px 0 0 0;
	font-size:32px;
	line-height:1.0;
}

#header h1 a:hover {
	color:#f1f1f1;
}


#header #gnavi ul {
	list-style:none;

}
#header #gnavi li {
	float:left;
	margin-left:15px;
	font-size:11px;
}

#header #gnavi li a {
	display:block;
	padding-left:8px;
	background:url("../images/bg_arrow.gif") 0 50% no-repeat;
}

/*------------------------------*/
/*------- トップメニュー -------*/
/*------------------------------*/
#menu ul {
	margin:0 0 1px 0;
	padding:0;
	list-style:none;
}

#menu li {
	overflow:hidden;
	float:left;
	margin:0;
	margin-left:-1px;
	padding:0;
	border:1px solid #CECBCE;
	border-bottom:none;
	background:#fff url("../images/bg_menu.gif") -40px 0 repeat-x;
}

#menu li a {
	display:block;
	width:169px;
	height:20px;
	padding:10px 0;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	outline:none;
}

#menu li a:hover {
	color:#fff;
	text-decoration:none;
	background:#fff url("../images/bg_menu.gif") 100% 100% repeat-x;
}

#menu li.home {
	width:168px;
	margin-left:0;
	border-left:1px solid #CECBCE;
}

#menu li.active a {
	color:#fff;
	background:#fff url("../images/bg_menu.gif") 100% 100% repeat-x;
	text-decoration:none;
}

/*------------------------------*/
/*------ メインコンテンツ ------*/
/*------------------------------*/
#main a {
	color:#134D99;
}

#main a:hover {
	color:#134D99;
	text-decoration:underline overline;
}

#main h2 {
	clear:both;
	margin-bottom:8px;
	padding:1px 10px;
	line-height:2.0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:#fff url("../images/bg_h2.gif") 100% 100% repeat-x;
}

#main h3 {
	margin-bottom:8px;
	line-height:1.8;
	font-size:14px;
	color:#134D99;
	border-bottom:3px solid #005DD8;
}

#main h4 {
	margin-bottom:2px;
	font-size:13px;
}

#main h5 {
	margin-bottom:2px;
	font-size:13px;
}

#main h6 {
	margin-bottom:2px;
	font-size:13px;
}

#main p {
	margin:0 0 1em 0;
}

#main dt {
	margin-bottom:3px;
}

#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
}

/*------------------------*/
/*-------- リスト --------*/
/*------------------------*/

ul.rec {
	padding: 0px; 	
	margin: 0 0 0 2px;
}
ul.rec li {
	display:inline;
	vertical-align:middle;
	margin-right:1em;
	padding:0 0 0 7px;
	background:url("../images/bg_arrow.gif") no-repeat left 50%;
}
ul.foo li:first-child {
	border:none;    
}
ul.foo li a {
	display:block;
}



/*------------------------------*/
/*-------- トップコラム --------*/
/*------------------------------*/
#main div.top_main {
	overflow:hidden;
	position:relative;
	margin-left:-10px;
	margin-bottom:20px;
}

* html #main div.top_main {
	height:1em;
	overflow:visible;
}

#main div.top_main div.top_column {
	display:inline;
	width:370px;
	float:left;
	margin-left:10px;
	padding:0 0 2em 0;
}

#main div.top_main div.top_column p.detail {
	position:absolute;
	bottom:0;
	width:370px;
	text-align:right;
}

#main div.top_main div.top_column p.detail a {
	padding:0 0 0 7px;
	background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

#main div.top_main div.top_column p.cLeft {
	right:380px;
}

#main div.top_main div.top_column p.cRight {
	right:0;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0;
}
#main dl.information dt {
   float:left;
   padding-top:5px;
}

#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   font-size:12px;
}

#main table {
   width:750px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

#main table th {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

#main table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

#main table td ol {
   margin:0;
   padding:0 0 0 30px;
}

#main table td li {
   margin:0;
   padding:0;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:5px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#6E6E6E;
}

#sub h3 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   background:#EFEBEF;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

#sub li {
   padding:5px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
   display:block;
   color:#333;
   background:#EFEBEF url("../images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}

/* ========TOPIMG CUSTOMIZE========= */
#slideshow {
   position: relative;
   width:  1020px; /* ボックスの横幅 */
   height: 250px; /* ボックスの高さ */
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 250px; /* ボックスの高さ */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width: 1020px; /* 画像の横幅 */
   height: 250px; /* 画像の高さ */
   display: block;
   border: 0;
   margin-bottom: 10px; /* 画像下部の余白 */
}

/* ------------------------------ */
/*---------右上のボックス---------*/
/* ------------------------------ */
div.sections {
width: 300px; /* ボックスの幅 */
padding-bottom: 10px; /* ボックスの下パディング */
background: #ffffff url(../images/maru2_300_bottom.gif) no-repeat bottom; /* ボックスの背景 */
font-size: 12px;
color: #000000;
}

/* --- 見出し --- */
div.sections h3 {
margin: 10; /* 見出しのマージン */
padding: 3px 15px 0 50px; /* 見出しのパディング（上右下左） */
background:
url(../images/phone.jpg) no-repeat 15px 5px,
url(../images/maru2_300_top.gif) no-repeat top;
font-size: 25px; /* 見出しの文字サイズ */
border:0;
}

/* --- ボックス内の段落 --- */
div.sections p {
margin: 5px 15px 0 10px; /* 段落のマージン（上右下左） */
}

/* --- 見出し電話アイコン --- */
div.sections h3 .img_tel {
	background: url(../images/phone.jpg) no-repeat 0 100%;
border:0;
}

/*------ボックス内のボタン------*/
.button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 50px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #FFF;
    background-image: linear-gradient(top, rgba(255,255,255,1),
                                rgba(255,255,255,0)),
                                url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
 
.button:hover{
    background-color: #0089a1;
    color: #FFF;
    text-shadow: none;
    text-decoration: none;
}
 
.button:active{
    background: #e9e9e9;
    color: BCB5B5;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background:#000
}

#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:11px;
    background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:260px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:12px;
   padding:0 0 0 15px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0 0 0 15px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
}