@charset "UTF-8";

/*****************************************************************************************/
/*ページの全体像（主に上部）のＣＳＳ******************************************************/
/*****************************************************************************************/

/*****************************************************************************************/
/*ラッパーで全体の表示位置指定可**********************************************************/
/*****************************************************************************************/

#wrapper{
height:auto;
width:800px;
margin:auto;
padding:0px;
background:url('/static/images/img_community/bg-footer.jpeg') repeat-x left bottom;
}

body{
background:#fff;
}

/* ===================================================================================== */
/*ラッパー内のマージンリセット*/

#wrapper h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, img, form, a, div{
margin:0px;
padding:0px;
}

/* ===================================================================================== */
/*ページ内でグローバルなリンク色*/
a{
color:#629143;
}

a:link{
color:#629143;
text-decoration:none;
}

a:link:hover{
color:#FF9900;
text-decoration:none;
}

a:visited{
color:#629143;
text-decoration:none;
}

a:visited:hover{
color:#FF9900;
text-decoration:none;
}

/* ===================================================================================== */
/*ラッパー内リンク色*/

#wrapper a{
color:#0099FF;
}

#wrapper a:link{
color:#0099FF;
text-decoration:none;
}

#wrapper a:link:hover{
color:#FF9900;
text-decoration: none;
}

#wrapper a:visited{
color:#0099FF;
text-decoration:none;
}

#wrapper a:visited:hover{
color:#FF9900;
}

/*****************************************************************************************/
/*上部のラッパー**************************************************************************/
/*****************************************************************************************/

#wrapper #upper{
height:auto;
width:800px;
background:#FFFFFF;
padding:0px;
margin:0px;
float:left;
}

/*****************************************************************************************/
/*ヘッダー********************************************************************************/
/*****************************************************************************************/

#wrapper #header{
margin:0px;
padding:0px;
height:auto;
width:800px;
height:93px;
float:left;
clear:both;
background-image:url(../../images/img_community/comm_header_bg.gif);
background-repeat:no-repeat;
}

#wrapper #header #logo{
display:block;
margin:0px;
padding:0px;
float:left;
height:93px;
width:569px;
}

/* ===================================================================================== */
/*ログインログアウト*/

#wrapper #header #log{
margin:0;
padding:50px 0px 0px 15px;
float:left;
height:23px;
width:200px;
}

#wrapper #header #log img{
display:block;
margin:0px;
padding:0px;
float:left;
}

/* ===================================================================================== */
/*g-nav1*/

#wrapper #header #g-nav1 {
float:right;
height:16px;
width:310px;
padding:25px 0px 0px 0px;
margin:0px;
}

#wrapper #header #g-nav1 img{
display:block;
margin:0px;
padding:0px;
float:left;
}

/* ===================================================================================== */
/*ヘッダーイメージと登録スイッチ*/

#wrapper #big-bunner{
background:url(/static/images/img_community/commu_big_title.gif) no-repeat;
float:left;
height:221px;
width:800px;
}

#wrapper #big-bunner-buttom{
clear:both;
height:40px;
width:200px;
margin:0px;
padding:170px 0px 0px 500px
}

/* ===================================================================================== */
/*g-nav2*/

#wrapper #upper #g-nav2{
height:42px;
width:800px;
float:left;
margin:0px;
padding:0px;
}

#wrapper #upper #g-nav2 img{
margin:0px;
padding:0px;
float:left;
}


/*****************************************************************************************/
/*広告・HTML枠****************************************************************************/
/*****************************************************************************************/

/* ===================================================================================== */
/*HTMスペース - 全ページ - 上*/

#t_advertisement{
margin:0px;
padding:0px;
font-size:12px;
text-align:right;
}

/* ===================================================================================== */
/*全ページ - 右上*/

#all_page_right_head{
margin:0px;
padding:0px;
font-size:12px;
}


