@charset "UTF-8";


/* ========BASIC======== */

html {
   overflow-y:scroll;
}


body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#ffffff;
}


br {
   letter-spacing:normal;
}


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


a:hover {
   color:#0172AB;
}

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


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




/* ========TEMPLATE LAYOUT======== */

div#top {
   width:1024px;
   margin:0 auto;
   background:url("../images/bg_contents_left.gif") 0 0 repeat-y;
}


div#wrapper {
   width:1024px;
   background:url("../images/bg_contents_right.gif") 100% 0 repeat-y;
}


div#header {
   position:relative;
   padding:0 5px;
}


div#pr {
   width:1024px;
   hight:300px;
   position:absolute;
   top:10px;
   
}


div#contents {
   margin:0 5px;
   padding:20px 20px 0 20px;
}


div#main {
   float:right;
   width:680px;
}


div#sub {
   float:left;
   width:220px;
}


div#pageTop {
   clear:both;
}


div#footer {
   clear:both;
   margin:0 5px;
}




/* ========HEADER CUSTOMIZE======== */

div#header h1 {
   margin:0;
   padding:0px;
   background-color:#ffffff;
   font-size:15px;
   color:#000000;
   
}


div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0px;
   
   
}

/* ========SUBCONTENTS CUSTOMIZE======== */

div#sub .section {
   margin-bottom:10px;
}


div#sub h2 {
   padding:0px 2px 2px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   background:url("../images/bg_sub_h2.gif") no-repeat;
}

div#sub h2 a {
padding:2px;
   font-size:13px;
   font-weight:bold;
   color:#e0ffff;
   background:url("../images/bg_sub_h2.gif") no-repeat;
}

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


div#sub li {
   padding:5px 0 5px 15px;
   line-height:1.0;
   list-style:none;
   border-bottom:1px dotted #DCDCDC;
}


div#sub li a {
   display:block;
   padding-left:12px;
   background:url("../images/bg_sub_list.gif") 0 5px no-repeat;
}




/* MENU CUSTOMIZE */

div#contents #sub div#menu ul {
   margin:0 0 20px 0;
   padding:0;
}


div#contents #sub div#menu li {
   margin:0;
   padding:0;
   color:#333;
   list-style-type:none;
}


div#contents #sub div#menu li a {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   background:url("../images/bg_menulist.gif") 0 12px no-repeat;
}


div#contents #sub div#menu li a:hover {
   color:#0096E7;
}




/* ========MAIN CONTENTS CUSTOMIZE======== */

#main a {
   color:#0172AB;
}


#main a:hover {
   text-decoration:underline;
}


#main .icatch {
margin-bottom:20px;
}


#main h2 {
   margin-bottom:8px;
   padding:5px;
   color:#333;
   font-size:15px;
   font-weight:bold;
   border-top:2px solid #3298D3;
   background:url("../images/bg_h2.gif") 0 100% repeat-x;
}


#main h3 {
   margin-bottom:3px;
   padding:0 0 3px 8px;
   font-size:13px;
   border-left:5px solid #3298D3;
   background:url("../images/bg_h3.gif") 0 100% repeat-x;
}


#main h4 {
   margin:5px 0 2px 0;
   padding:2px;
   font-size:13px;
   background:#d0dfe9;
}
#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#3298D3;
   border-left:8px solid #3298D3;
}


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


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


#main td {   text-align:left; vertical-align:top; border-style: none;
}


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


#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}


#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


#main table {
   width: 100%;
   border: 1px #e0eef8 double;
   border-collapse: collapse;
  
}


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

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

#main hr {
 height: 3px;
 background-color: #3298D3;
 
}




/* ========TOPICS CUSTOMIZE========= 
.index_topics1 {
	width: 20%;
        margin:0;

        padding:0;

        text-valign: top;
        border-style: none;
        }


.index_topics2 {
        width: 80%;
        margin:0;

        padding:0;

        text-valign: top;
        border-style: none;
}

*/



/* ========Details CUSTOMIZE======== */

details {
    border: 0px solid #aaa;
    border-radius: 4px;
    padding: 0 .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
    cursor: pointer;
}

details[open] {
    border: 1px solid #aaa;
    padding: .5em;
}

details[open] summary {
    border-bottom: 0px solid #aaa;
    margin-bottom: .5em;
    overflow : hidden;
    outline : none;
}







/* ========PAGETOP CUSTOMIZE========= */

div#pageTop {
   padding:10px 0;
   text-align:right;
}


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



/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #FF0038;
	text-decoration: none;
}






/* ========FOOTMENU CUSTOMIZE======== */


div#footmenu { width:100%; height:150px; border-width: 1px 0px 4px 0px; border-style: solid; border-color: #42469D; background: #dddddd; position:relative; }
div#footmenu .nav{ position:absolute; width:25%; top:0;  left:0; height:100%; }
div#footmenu .nav2{  position:absolute; margin:0 45% 0 20%; }
div#footmenu .nav3{  position:absolute; margin:0 35% 0 45%; }
div#footmenu .nav4{  position:absolute; margin:0 23% 0 65%; }
div#footmenu .nav5{ margin:0 0 0 77%;}
div#footmenu li {
   display: block;
   margin:0 0 0 10px;
   }


div#footmenu li {
   padding-left:10px;
   background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}



/* ========FOOTER CUSTOMIZE======== */

.copyright {
   margin:0 10px;
   padding:5px 0;
   font-style:normal;
   font-size:11px;
   color:#000000;
   text-align:center;
   background: #f8f8ff;
}