@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
タグ設定
----------------------------------------------------*/

html {
overflow: auto;
}

body {
width: 100%;
height: 100%;
margin:0;
padding:0;
background: #000000;
font-size:12px;
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
line-height:1.6em;
color:#333333;
}

h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
}

img {
border:0;
}
p {
margin-top:0;
padding-top:0;
}

a { overflow: hidden; /*\*/ overflow: hidden; /**/ } 

/*----------------------------------------------------
基本設定
----------------------------------------------------*/

#bgbase {

width: 100%;
height: 100%;
top: 0;
left: 0;
background: transparent url("../../images/public/common/bg_body.jpg") center 0 no-repeat;
}

#wrap {
top: 0;
width:900px;
margin:0 auto;
padding:0;
}

#footgMenu {
text-align:center;
margin:20px 0 0 0;
}
/*----------------------------------------------------
リンク
----------------------------------------------------*/
/*---デフォルト---*/
a:link {
border:none;
color:#ff9900;
text-decoration: underline;
}
a:visited {
border:none;
color:#ff9900;
text-decoration: underline;	
}
a:active {
border:none;
color:#ff9900;
text-decoration: underline;
}
a:hover {
border:none;
color:#6dba00;
text-decoration: underline;
}

/*---白文字---*/
a.white:link{
color:#ffffff;
text-decoration: underline;
}
a.white:visited{
color:#ffffff;
text-decoration: underline;
}
a.white:hover{
color:#ff9900;
text-decoration: underline;
}
a.white:active{
color:#ffffff;
text-decoration: underline;
}
/*----------------------------------------------------
カラー
----------------------------------------------------*/
.cRed {color:#CC0000;}
.cGreen {color:#ff9900;}
.cGray {color:#5c5c5c;}
/*----------------------------------------------------
テキスト
----------------------------------------------------*/
.t10 {
font-size:10px;
}
.t10g {
font-size:10px;
color:#666666;
}
.t10red {
font-size:10px;
color:#ff0000;
}