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

br {
   letter-spacing:normal;
}
a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
	position: relative;
	top: 1px;
	left: 1px;
}

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

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


/* ========TEMPLATE LAYOUT======== */
#top {
   width:789px;
   margin:0 auto;
   background:url("../images/bg_contents_left.gif") 0 0 repeat-y;
}

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

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

#pr {
	position:absolute;
	width:550px;
	left:220px;
	top:10px;
}

#menu {
   float:left;
   padding:0 5px;
}

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

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

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

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   background:#0283C4;
   margin:0 5px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

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

#header #pr p {
   margin:0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:40px;
   border-left:1px solid #DCDCDC;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#menu li.home a {
   border:none;
}

#menu li a.active {
   color:#333;
}

#menu li a:hover {
   background:url("../images/bg_menu.gif") 0 -40px repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#0172AB;
}

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

#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;
	text-indent: 1em;
}

#main p.style1	{
	font-style:oblique;
	text-indent: 0em;
}

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

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

/* 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-collapse: collapse;
}

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

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

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

#main table tr.even {
	background-color: #EFEFEF;
}

#main ul {
	list-style:disc;
	margin:0 0 0 30px;
}

#main li {
	margin:0 10px 10px 0;
	line-height:120%;
}

#main li a {
   display:block;
}

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

#sub h2 {
   padding:3px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   background:url("../images/bg_sub_h2.gif") 50% 50%;
}

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

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

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


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

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


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

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


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   text-align:center;
}

/* ==== Navi ==== */
.Navi {  
    margin: 0 10px 20px;  
}

.Navi li  {  
    display: inline;  
    margin-right: 0.5em;  
}

/* ==== Botton ==== */
#main p.botton_base {
    position:relative;
    min-height:50px;
}

#main .botton {
    display:block;
    position:absolute; /* 動くアニメーションを付けない場合はいらないです */
    width:200px;
    padding:5px 10px;
 
    /* 角丸  */
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
         -o-border-radius:5px;
            border-radius:5px;
 
    /* 影 */
    -webkit-box-shadow: 0px 0px 4px 0px #93847c;
       -moz-box-shadow: 0px 0px 4px 0px #93847c;
         -o-box-shadow: 0px 0px 4px 0px #93847c;
            box-shadow: 0px 0px 4px 0px #93847c;
 
    color:#FFF;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
}
#main .botton,
#main .botton:hover {
    /* アニメーション */
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

#main .navy {
    margin-top:0;
 
    background: #003474;
    background: -webkit-gradient(linear, left top, left bottom,
                                 color-stop(3%,#1363c5),
                                 color-stop(5%,#00408e),
                                 color-stop(100%,#003474)
                                 );/* webkit */
    background: -webkit-linear-gradient(top, #1363c5 3%, #00408e 5%, #003474 100%);/* webkit */
    background:    -moz-linear-gradient(top, #1363c5 3%, #00408e 5%, #003474 100%);/* fx */
    background:      -o-linear-gradient(top, #1363c5 3%, #00408e 5%, #003474 100%);/* opera */
    -pie-background:    linear-gradient(top, #1363c5 3%, #00408e 5%, #003474 100%);/* PIE */
    background:         linear-gradient(top, #1363c5 3%, #00408e 5%, #003474 100%);
 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
         -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
            box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
 
    border: 1px solid #001d40;
 
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
}
#main .navy:hover {
    background: #194882;
    background: -webkit-gradient(linear, left top, left bottom,
                                 color-stop(3%,#1e75e0),
                                 color-stop(5%,#195399),
                                 color-stop(100%,#194882)
                                 );/* webkit */
    background: -webkit-linear-gradient(top, #1e75e0 3%, #195399 5%, #194882 100%); /* webkit */
    background:    -moz-linear-gradient(top, #1e75e0 3%, #195399 5%, #194882 100%); /* fx */
    background:      -o-linear-gradient(top, #1e75e0 3%, #195399 5%, #194882 100%); /* opera */
    -pie-background:    linear-gradient(top, #1e75e0 3%, #195399 5%, #194882 100%); /* PIE */
    background:         linear-gradient(top, #1e75e0 3%, #195399 5%, #194882 100%);
}
#main .navy:active {
    margin-top:3px;
    background: #274d7b;
    background: -webkit-gradient(linear, left top, left bottom,
                                 color-stop(3%,#1053a4),
                                 color-stop(5%,#002f68),
                                 color-stop(100%,#002756)
                                 );/* webkit */
    background: -webkit-linear-gradient(top, #1053a4 3%, #002f68 5%, #002756 100%); /* webkit */
    background:    -moz-linear-gradient(top, #1053a4 3%, #002f68 5%, #002756 100%); /* fx */
    background:      -o-linear-gradient(top, #1053a4 3%, #002f68 5%, #002756 100%); /* opera */
    -pie-background:    linear-gradient(top, #1053a4 3%, #002f68 5%, #002756 100%); /* PIE */
    background:         linear-gradient(top, #1053a4 3%, #002f68 5%, #002756 100%);
}

/* ==== SNS ==== */
.snsb {
	overflow: hidden;
}
.snsb li {
	float: left;
	margin-right: 4px;
}
.snsb iframe {
	margin: 0;
}

/* ==== 画像キャプション ==== */
div.imagebox_left{
	float: left;
	padding: 0 5px 0 5px;
}

.imagebox_left span{
	display: block;
	font-size: x-small;
	text-align: center;
}

div.imagebox_right{
	float: right;
	padding: 0 5px 0 5px;
}

.imagebox_right span{
	display: block;
	font-size: x-small;
	text-align: center;
}

div.imagebox_center{
	float: none;
	padding: 0 5px 0 5px;
}

.imagebox_center span{
	display: block;
	font-size: x-small;
	text-align: center;
}


div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

