@charset "UTF-8";
/* Reset

/* Fonts
------------------------------------------------------------*/
body {
font-size: 80%; /* IE */
font-family: ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,"Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
body {
font-size: 14px; /* Except IE */
}


/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}


body {
text-align: center;
background-color: #D8D8D8;
background-image: url(../../images/page_shadow.jpg);
background-repeat: no-repeat;
background-position: center 60px;
line-height: 1.3;
color: #0A3359;
}

#page {
width: 850px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
text-align: left;
}


#mainImage {
float: center;
margin-left: 12px;
}

#mainImage2 {
float: center;
margin-left: 12px;
}


#footer {
width: 850px;
padding-top: 5px;
padding-bottom: 15px;
text-align: right;
background-color: #D8D8D8;
font-size: 83.3%;
color: #A3A3A3;
}
#footer ul#textNav { margin-bottom: 4px; }
#footer ul#textNav li { display: inline; }
#footer ul#textNav li a {
color: #A3A3A3;
text-decoration: none;
}
#footer ul#textNav li a:hover {
color: #0A3359;
text-decoration: underline;
}





/*IMG-float*/
.ph { margin: 0; padding: 0; }
.ph_l { margin: 0 20px 20px 0; padding: 0; float: left ; }
.ph_r { margin: 0 20px 20px 20px; padding: 0; float: right; }
.ph_r0 { margin: 0; padding: 0; float: right; }
.ph_r2 { margin: 0 0 0 20px; padding: 0; float: right; }
.ph_r3 { margin: 10px 10px 0 20px; padding: 10px 10xp 0 0; float: right; }


/*マージン*/
.mt_20 { margin-top:20px !important;}
.mb_20 { margin-bottom:20px !important;}
.mr_20 { margin-right:20px !important;}
.ml_20 { margin-left:20px !important;}
.ml_50 { margin-left:50px !important;}
.ml_90 { margin-left:90px !important;}


/*色*/
.verm { color:#c03 !important;}

/*見出し*/
h2 { font-size: 150%; font-weight: bold; margin:10px 10px 30px 10px; padding: 10px 8px 8px 38px; height:30px; background:url(../../images/h2bg.gif) no-repeat 0 0; clear:both;}
h4 { font-size: 100%; font-weight: bold; margin:10px 10px 10px 10px; padding: 10px 8px 8px 8px; height:20px; clear:both;}


/*ボタン*/
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}


