/* CSS Document */

/* デフォルトタグCSS */
body{
margin-top:15px;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
background-color:#CCCCCC;
}

img{
border:none;
}

address{
margin-top:5px;
font-style:normal;
text-align:right;
color:#333333;
font-size:0.75em;
}

a{
color:#007339;
}

a:hover{
color:#FF6600;
}

/* デザインCSS */
.bgbox{
background-image:url(../common_img/bg_body.gif);
background-repeat:repeat-y;
}

.infobg{
background-color:#ffffff;
border-left:2px solid #0F36AA;
border-right:2px solid #0F36AA;
padding-top:10px;
padding-left:10px;
padding-right:10px;
width:270px;
height:86px;
color:#666666;
font-size:12px;
line-height:15px;
text-align:left;
}

.isobox{
background-image:url(../iso/img/iso_bgbody.gif);
background-repeat:repeat-y;
}

.header{
background-color:#0E319C;
margin-bottom:10px;
}

.contents{
background-image:url(../common_img/contents_body.gif);
height:239px;
padding-left:15px;
}

.contentsbtn{
padding-bottom:5px;
}

.maintable{
margin-bottom:25px;
}

.lineshort{
margin-top:15px;
margin-bottom:15px;
}

.subtitle{
margin-bottom:10px;
}

.footer{
margin-top:25px;
text-align:right;
}

.isofooter{
margin-top:25px;
text-align:right;
}

.footer img{
margin-right:10px;
}

.isofooter img{
margin-right:15px;
}

.close{
font-size:0.725em;
color:#00CA65;
line-height:1.5em;
text-align:center;
}


