@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.4;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino kaku Gothic Pro','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;
   font-size:14px;
   color:#333;
/*
    background:url(../imgs/bg.jpg) 0 50% repeat-y;
    background-color:#eee;
*/
}

br {
   letter-spacing:normal;
}

a {
   color:#4682B4;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

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

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


/* ========TEMPLATE LAYOUT======== */
#wrapper {
	background-image: url('../imgs/karte_r1_c4.png');
	background-repeat: repeat-x;
}

#container {
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#top {
   width:1000px;
   margin:0 auto;
   margin-top: 20px;
}

#header {
   position:relative;
   width:100%;
}

#pr {
}

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

#menu {
   float:left;
   margin-bottom:0px;
}

#icatch {
   width:780px;
   margin:0 auto;
   background:#fff;
}

#content {
   margin:20px;
   margin-bottom:0px;
   padding-right:5px;
   background:#fff;
}

#main {
   float:right;
   width:540px;
}

#sub {
   float:left;
   width:200px;
}

#info {
   float:left;
   width:385px;
}

#news {
   float:right;
   width:385px;
}

#pageTop {
   clear:both;
}



/* ========HEADER CUSTOMIZE======== */
#header {
	background-color: #6fa1d4;
	height: 44px;
	padding: 0 15px;
	width: 100%;
}


#header3 {
	background-color: #6fa1d4;
	height: 44px;
	padding: 0 15px;
}

#header #logo img {
	margin-top: 8px;
}


#header3 #logo img {
	margin-top: 8px;
}

/* PR CUSTOMIZE */
#header #pr p {
   margin:0;
}

#gNavi {
	float:left;
	padding:0;
	margin:0;
	height:40px;
	width:1000px;
	background:#FFF url('../imgs/gnavi_off.png');
	overflow:hidden;
}  

#gNavi li a {  
    display:block;  
    line-height:200px;  
    text-align:center;  
}  


#gNavi li {
	list-style:none;
	width:200px;
	float:left; 
}


/*----------------------------------------*/
/*　ナビゲーション　マウスオーバー反転用  */
/*----------------------------------------*/


#gNavi li.no1 a:hover {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:0px 0px;
}

#gNavi li.no2 a:hover {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:-200px 0px;
}

#gNavi li.no3 a:hover {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:-400px 0px;
}

#gNavi li.no4 a:hover {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:-600px 0px;
}

#gNavi li.no5 a:hover {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:-800px 0px;
}


#gNavi li.no1.cur {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:0px 0px;
}

#gNavi li.no2.cur {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:-200px 0px;
}

#gNavi li.no3.cur {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:-400px 0px;
}

#gNavi li.no4.cur {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:-600px 0px;
}

#gNavi li.no5.cur {
	background:#FFF url('../imgs/gnavi_on.png');
	background-position:-800px 0px;
}

#breadcrumb {
	margin-left:20px;
	font-size:10px;
}

#footer {
	margin-top: 80px;
	height: 35px;
	background-color: #666;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
}

#footer3 {
	margin-top: 80px;
	height: 35px;
	background-color: #666;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	position: absolute;/*←絶対位置*/
	bottom: 0; /*下に固定*/
	width:  100%;
}

#footer_cont {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
/* ========MENU CUSTOMIZE======== */
#menu ul {
   float:left;
   margin:0;
   padding:0;
}

#menu li {
   margin:0;
   padding:0;
   float:left;
   font-size:11px;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li span {
   font-family:verdana;
   font-size:13px;
   color:#fff;
}

#menu li a {
   display:block;
   width:130px;
   padding:10px 0;
   color:#FFF1A4;
   background:url(../images/bg_menu.gif) 0 100% repeat-x;
}

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


/* ========INFO CUSTOMIZE======== */
#info h2 {
   background:#4682B4;
   font-size:16px;
   color:#fff;
   padding:2px 5px 0px 5px;
   border-bottom:3px solid #1382B4;
}

#info dl dt {
   clear:left;
   float:left;
   width:7em;
   padding:10px 0.5em;
}

#info dl dd {
   margin-left:0;
   padding:10px 0.5em 10px 8em;
   background:#fff url(../images/bg_info_line.gif) 0 100% repeat-x;
}


/* ========NEWS CUSTOMIZE======== */
#news p {
   margin:0;
   padding:0 0 1em 0;
}

#news h2 {
   background:#422F28;
   font-size:16px;
   color:#fff;
   padding:5px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
}

#main a:hover {
   color:#9B0000;
}

#main h2 {
   margin:0 0 10px 0;
   padding:0;
   font-size:16px;
   color:#823C34;
   line-height:1.2;
   border-bottom:3px solid #823C34;
}

#main h3 {
   margin-bottom:2px;
   padding-left:5px;
   font-size:14px;
   color:#823C34;
   line-height:1.2;
   border-left:8px solid #823C34;
}

#main h4 {
   margin-bottom:2px;
   padding:2px;
   font-size:13px;
   color:#fff;
   background:#823C34;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   color:#823C34;
   border-bottom:1px dotted #823C34;
}

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

#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:#FFF3EF;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   margin:0;
   padding:0 0 0 10px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#main dl.information dd {
   margin:0 0 1em 1em;
   padding:3px;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   color:#fff;
   text-align:left;
   border:1px solid #ddd;
   background:#db7100;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


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

#sub h2 {
   font-size:14px;
   font-weight:bold;
   color:#333;
   line-height:1.2;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   list-style:none;
   background:url(../images/bg_sub_line.gif) 0 100% repeat-x;
}

#sub li a {
   display:block;
   width:200px;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#sub li a:hover {
   border:none;
   font-weight:bold;
   background:#FFF3EF url(../images/bg_list.gif) 0 6px no-repeat;
   text-decoration:none;
}


/* ========PAGETOP CUSTOMIZE======== */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
   position:relative;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

#footMenu ul {
   position:relative;
   left:50%;
   float:left;
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li {
   position:relative;
   left:-50%;
   float:left;
   margin:0 20px 0 0;
   padding:0;
   font-size:12px;
}

/*------------------*/
/*  list_table      */
/*------------------*/

.list_table {
	width: 95%;
	border-collapse: collapse;
	border: 1px #CCC solid;
	margin-bottom:30px;
}
.list_table_noframe {
	width: 100%;
	border: 0px;
}

.list_table th {
	color:#666;
	font-size:14px;
	border: 1px #CCC solid;
	background-color:#D3EDE6;
	padding:10px 5px 10px 10px;
}
.list_table td {
	border: 1px #CCC solid;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.list_table ul {
	list-style-type:none;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

/*------------------*/
/* リリース案内     */
/*------------------*/
table.detail {
	width: 95%;
	border-collapse: collapse;
	border: 0px; /* 外側の枠線 */
}
table.detail td {
	border-width: 1px 0px; /* 上下だけ引く */
	border-color: #ccc; /* 線色：ccc */
	border-style: solid; /* 線種：実線 */
	padding: 3px;  /* セル内側の余白 */
	vertical-align: top;/* 上揃え */
}

ul.list{
	margin:0 30px 0 0;
	padding:0;
	list-style-type: none;
}
.list li{
	float:right;
	margin:0 20px 0 5px;
}

h3 {
    font-size: 180%;
    margin-top: 15px;
 /* 帯背景色  */
    background: url("../imgs/bg_hdr.jpg") no-repeat left center;
    padding-left: 15px;
}

h3.left {
    font-size: 100%;
    margin-top: 15px;
 /* 帯背景色  */
    background: url("../imgs/bg_hdr.jpg") no-repeat left center;
	padding:3px;
    padding-left: 15px;
	margin-bottom:10px;
	cursor:pointer;
}

h3.doubleline {
    font-size: 100%;
    margin-top: 15px;
 /* 帯背景色  */
    background: url("../imgs/bg_hdr2.jpg") no-repeat left center;
	padding:3px;
    padding-left: 15px;
	margin-bottom:10px;
	cursor:pointer;
}

h4 {
    font-size: 150%;
    background: url("../imgs/bg_hdr4.jpg") no-repeat left center;
    padding-left: 15px;
    margin-top:30px;
    margin-bottom:10px;
}

ol {
   

}

div.description {
    margin-left:5px;
    padding-left:7px;
}

div.odd {
    background-color: #CCFFCC;
}

div.even {
    background-color: #FFFFCC;
}

dl.manual {
    padding: 10px;
}

.smallBtn{
	height: 12px;
	width: 24px;
	vertical-align: middle;
}

ul {
    margin: 0 0 10px 1em;
    padding: 0;
}

ol {
    margin: 0 0 10px 2em;
    padding: 0;
}

/*------------------*/
/*      older       */
/*------------------*/
.older , .older ul { margin:0; padding:0;  }  
.older li { list-style:none; }  


/*------------------*/
/*   accordion      */
/*------------------*/

#accordion{
width:400px;
border:none;
padding:0px;
float: left;
}

.Tab{
width:390px;
border:none;
margin-bottom : 0px;
cursor:pointer;
background:#ffffff;
float: left;
}

.Tab_child{
color : black;
display:none;
overflow:hidden;
/*line-height :1.2;*/
text-align:left;
width:380px;
margin-bottom : 0px;
padding-left : 0px;
background-color : #ffffff;
cursor : default;
}

.titlemoji{
color:#FFFFFF;
}



/*------------------*/
/*      modal       */
/*------------------*/
.modalDialog {
	position: fixed;
	font-family: 'Meiryo','MS P�S�V�b�N','MS PGothic',sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 300px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
	background: #fff;
/*	background: -moz-linear-gradient(#fff, #D2EAFF);
	background: -webkit-linear-gradient(#fff, #D2EAFF);
	background: -o-linear-gradient(#fff, #D2EAFF);*/
	border: solid 5px #4BB1C9;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #4BB1C9; }

#content2 {
   margin:20px;
   margin-bottom:0px;
   padding:0px;
   background:#fff;
}

span {
   font-size:14px;
}

/*----------------------*/
ol.sousahouhou {
margin-left:50px;
list-style-type: decimal-leading-zero;
font-size:12px;
}
