@charset "utf-8";
/**********************************************************
Relisy：デモサイトイン_トップページ設定
2009/07/30
**********************************************************/

/*-------------------------------------------
基本設定
-------------------------------------------*/

body {
width: 100%;
height: 100%;
margin:0;
padding:0;
background-color:#FFFFFF;
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
font-size:12px;
line-height:1.8em;
color:#333333;
}
h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
}
img {
border:0;
}

#bgbase {
width: 100%;
height: 100%;
top: 0;
left: 0;
background: transparent url("../../images/design/top/bg_body.jpg") center 0 no-repeat;
}
#wrap {
width:1064px;
margin:0 auto;
padding:0;
}
#wrap h1 {
padding:0 42px;
}
/*-------------------------------------------
コンテンツ
-------------------------------------------*/
#contents {
width:980px;
padding:0 42px;
margin:0;
background-image:url(../../images/design/top/bg_contents.gif);
background-repeat:repeat-y;
}
/*グローバルメニュー*/
#gManu {
width:1022px;
padding:0 0 0 40px;
margin:0;
background-color:#181818;
height:39px;
}

#conLeft {
float:left;
width:600px;
margin:15px 0 0 0;
}
#conRight {
float:right;
margin:130px 0 0 0;
text-align:right;
}
/*NEWSリスト*/
ul.newsList {
margin:15px 0 25px 0px;
padding:0 1px;
list-style-type : none;
width:600px;
}

li.newsList01 {
margin:5px 0 1px 0;
padding:0 0 3px 20px;
background-image:url(../../images/design/top/arrow.gif);
background-repeat:no-repeat;
background-position:5px left;
border-bottom:solid 1px #eeeeee;
}

ul.newsList li a {
height:auto;
}
/*-------------------------------------------
フッタ
-------------------------------------------*/
#footer {
background-image:url(../../images/design/top/bg_foot.gif);
background-repeat:no-repeat;
width:980px;
height:92px;
margin:0 auto;
padding:10px 42px 0 42px;
}
#footLeft {
float:left;
margin-top:10px;
}
#footRight {
float:right;
}

/*-------------------------------------------
テキスト
-------------------------------------------*/
.t10 {
font-size:10px;
line-height:1.6em;
color:#999999;
}
a {
color:#ef004f;
text-decoration:none;
}
a:hover {
color:#ff9900;
}