/* Common */

/*-----------------------------
base setting
-----------------------------*/
body {
background: url(../../img/bg.jpg) repeat-x left top #122557;
color:#333333;
font-size: 13px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
line-height: 16px;
}
html,body {
scrollbar-face-color: #595959;
scrollbar-track-color: #000000;
scrollbar-highlight-color: #595959;
scrollbar-3dlight-color: #000000;
scrollbar-shadow-color: #595959;
scrollbar-darkshadow-color: #000000;
scrollbar-arrow-color: #808080;
}

/*-----------------------------
margin
-----------------------------*/
.mRight05{ margin-right:5px; }
.mRight10{ margin-right:10px; }
.mRight15{ margin-right:15px; }
.mRight20{ margin-right:20px; }
.mRight25{ margin-right:25px; }
.mRight30{ margin-right:30px; }

.mBottom05{ margin-bottom:5px; }
.mBottom10{ margin-bottom:10px; }
.mBottom15{ margin-bottom:15px; }
.mBottom20{ margin-bottom:20px; }
.mBottom25{ margin-bottom:25px; }
.mBottom30{ margin-bottom:30px; }
.mBottom40{ margin-bottom:40px; }

.mTop02ie{ _margin-top:-2px; }
.mTop04ie{ _margin-top:-4px; }

/*-----------------------------
link
-----------------------------*/
a:link		{color: #999999; text-decoration: underline;}
a:visited	{color: #999999; text-decoration: underline;}
a:active 	{color: #999999; text-decoration: underline;}
a:hover		{color: #CCCCCC; text-decoration: none;}

/*-----------------------------
clearFix
-----------------------------*/
.clearFix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearFix {
min-height: 1px;
overflow:hidden;
}
* html .clearFix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
} 
.clr { clear:both; height:0; visibility:hidden; }

/*-----------------------------
totop
-----------------------------*/
.totop {padding-top: 20px; padding-bottom: 20px; text-align: right;}

/*-----------------------------
wrap
-----------------------------*/
#wrap {
margin: 0 auto;
text-align:center;
}
