﻿@charset "utf-8";

/*
bellows page style shest
*/

/* Header style for navi */

#navi{
margin: 0;
padding: 0;
border: 0;
font-size: 10px;
text-align: right;
}
#navi a{
text-decoration: none;
}
h1{
margin-top: 15px;
}
#logo{
margin-top: 10px;
}
#submenu{
margin-top:20px;
width: 280px;
}

/* bellows table*/

table{
border: 1px #777777 solid;
border-collapse: collapse;
border-spacing: 0px;
color: #333333;
margin-top: 5px;
margin-bottom: 15px;
margin-left:  5px;
margin-right: 25px;
width: 550px
}
th{
font-size: 12px;
padding: 2px;
border: #777777 solid;
border-width: 0px 0px 1px 1px;
background: #F5F5F5;
font-weight: bold;
line-height: 150%;
text-align: center;
white-space: nowrap; 
}
td{
font-size: 12px;
padding: 2px;
border: 1px #777777 solid;
border-width: 0px 0px 1px 1px;
line-height: 150%;
text-align: left;
white-space: nowrap;
}

/* bellows center image type*/

.type1{
display: block;
padding-left: 15px;
margin-top: 45px;
padding-bottom: 5px;
width: 280px;
height:300px;
float:left;
}
.type3{
display: block;
padding-left: 15px;
margin-top: 5px;
padding-bottom: 5px;
width: 280px;
height:300px;
float:left;
}
.type2{
display: block;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
width: 280px;
height:300px;
float:right;
}

/* bellows center image type*/

.fig{
text-align: center;
margin-left: auto;
margin-right: auto;
}

/* bellows footer position*/

#footer{
padding-top:20px;
}

.right_text{
    clear:right;
    float:right;
}

/* wrapping overlap*/

#wrapping{
width: 585px;
}

#wrapping ul li{
margin-left: 50px;
margin-right: 30px;
margin-bottom: 10px;
line-height:20px;
font-weight: normal;
font-size: 14px;
color: #555555;
}

#wrapping ul li ul li{
margin-left: 20px;
line-height: 20px;
font-weight: normal;
font-size: 14px;
color: #555555;
}

#wrapping h2{
padding-bottom: 10px;
}
#wrapping h3{
padding-bottom: 5px;
}
#wrapping h4{
padding-left: 15px;
margin-top: 10px;
padding-bottom: 10px;
margin-left: 15px;
margin-right: 0px;
line-height: 20px;
font-size: 14px;
font-weight: bold;background: url(../../images/h4_bg.gif) no-repeat;
color: #555555;
}
