﻿*{ 
    font-family:"Arial","ＭＳ Ｐゴシック",sans-serif;

}


body 
{
    background:url("../images/back.PNG");
    background-color:#7399d2;
    color:#333;
    text-align:center;
    background-repeat:repeat-x;
    background-attachment:fixed;
    font-size:small;
    
}

div
{
    background-color:Transparent;
}

table{
}

dl{
    background-color:#99e;
    margin:3px;
}

dt{
    font-weight:bold;
    border-bottom-style:solid;
    border-bottom-width:3px;
}

dd{
    padding-left:30px;
    background-color:#fff;
    margin-left:0px;
}

div.base{
    background-color:#ddddee;
    width:800px;
    text-align:left;
    margin:5px auto 40px auto;
    clear:both;
}


.left_main{
    float:left;
    width:640px;
}

.sub{
    width:160px;
    text-align:left;
    float:left;  
}

.main{
    width:480px;
    text-align:left;
    float:right;
    overflow:hidden;
}

.appendex{
    width:160px;
    float:left;
}
/*
.menu{
    width:100%;
    background-color:#1e90ff;    
}

.menu ul
{
    list-style:none;
    text-align:center;
    margin:0;
    padding:0;
}

.menu li
{
    margin:0;
    padding:0;
    white-space:nowrap;
    float:left;
    display:block;
    width:160px;
}


.menu a:hover{
    color:#333;
    background-color:#BDE7FF;
    background-image:url("../images/menu_hover_gradation.bmp");
}

.menu a
{
    color:#eee;
    background-color:#ADD7F7;
    background-image:url("../images/menu_gradation.bmp");
    font-weight:700;
    text-decoration:none;
    display:block;
    width:100%;
    padding:2px 0;
    
    }
    
.menu p{
    margin:0;
    padding:0;
}
*/

div.header{
    height:81px;
    margin:0px 0px 5px 0px;
    background-color:#fff;
}

div.header img.logo{
    height:55px;
}

div.footer{
    vertical-align:middle;
    width:100%;
    text-align:right;
    background-color:#333;
    clear:both;
    font-size:12px;
    margin:5px 0px 0px 0px;
}

div.footer a{
    color:#eee;
    text-decoration:none;
}
div.footer span{
    color:#eee;
}

.contents{
    width:100%;
    background-color:#ddddee;
    
}

.contents td{
    vertical-align:top;
}

div.sub img{
    width:98%;
}

.submenu{
    list-style:none;
    margin:5px 2px;
    padding:0;
    border-color:#EFE7DE;
    background-color:#EFE7DE;    
    border-style:solid;
    border-width:1px;
}
.submenu li
{
    display:block;
    margin-left:0;
    border-color:#EFE7DE;
    border-style:solid;
    border-width:1px;
    background-color:#fff;
}
.submenu a{
    display:block;
    width:100%;
    text-decoration:none;
    color:#333;
    font-weight:700;    
    background-image:url("../images/gray_gradation.bmp");
    background-color:#EFE7DE;
    background-repeat:repeat-x;
}
.submenu a:hover{
    text-decoration:inherit,underline;
    color:#a1a1c1;
}
.mainContent{

}

.popuplink{
    background-color:#ee3333;
    color:#eeeeee;
    width:100px;
    font-weight:bold;
    margin:3px 5px 10px 350px;
    border-style:outset;
    border-color:#ee3333;
}

div.torii{
    height:160px;
    overflow:hidden;
}

div.torii img{
    width:100%;
}

div.info table{
    background-color:#ccc;
    width:460px;
    margin:5px;
}
div.info table th{
    background-color:#BDE7FF;
}
div.info table td{
    background-color:#eee;
}
div.info table caption{
    background-color:#eef;
    border-style:solid;
    border-color:#cce;
    font-weight:bold;
}
div.links ul{
    font-size:medium;
}
h2{
    background-color:#fff;
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:#88d;
    margin-top:0px;
    font-size:small;
}

h3{    
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:#99e;
    font-size:small;
}

.act_sub{
    background-color:#fff;
}

ul.act_list{
     background-color:#fff;
     margin:10px;
     padding-left:30px;
     padding:10px auto;
     list-style:none;
}

ul.act_list li{
     font-weight:bold;
}

table.tip_table{
    width:150px;
    margin-bottom:30px;
    margin-left:5px;
    background-color:Gray;
}
th.tip_headline{
    background-color:#CCFFFF;
}
td.tip_data{
    background-color:#FEFEFE;
}

table.info_table{
    width:150px;
    background-color:Gray;
    margin-left:5px;
}

th.info_headline{
    background-color:#CCFFFF;

}

td.info_data{
    background-color:#FEFEFE;

}

