@charset "UTF-8";

/*****************************************************************************************/
/*ページの全体像（主に上部）のＣＳＳ******************************************************/
/*****************************************************************************************/

/*****************************************************************************************/
/*ラッパーで全体の表示位置指定可**********************************************************/
/*****************************************************************************************/

#wrapper{
height:auto;
width:890px;
margin:auto;
padding:0px;
background-image:url(../../images/img_community/comm-wapper-bg.gif);
background-repeat:repeat-y;
}

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 0px 0px 45px;
}

/*****************************************************************************************/
/*ヘッダー********************************************************************************/
/*****************************************************************************************/

#wrapper #header{
margin:0px;
padding:0px;
height:auto;
width:800px;
height:120px;
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:113px;
width:410px;
}

/* ===================================================================================== */
/*ログインログアウト*/

#wrapper #header #log{
margin:0;
padding:0px;
float:right;
height:30px;
width:165px;
}

#wrapper #header #log img{
display:block;
margin:0px;
padding:0px;
float:left;
}

/* ===================================================================================== */
/*g-nav1*/

#wrapper #big-bunner #g-nav1{
float:right;
height:30px;
width:320px;
padding:0px 0px 0px 0px;
margin:0px;
}

#wrapper #big-bunner #g-nav1 img{
display:block;
float:left;
margin:0px;
padding:0px;
width:80px;
height:30px;
}

/* ===================================================================================== */
/*ヘッダーイメージと登録スイッチ*/

#wrapper #big-bunner{
background:url(/static/images/img_community/commu_big_title.gif) no-repeat;
float:left;
height:200px;
width:800px;
}

#wrapper #big-bunner-buttom{
clear:both;
height:157px;
width:157px;
margin:0px;
padding:8px 50px 0px 0px;
float:right;
}

/* ===================================================================================== */
/*g-nav2*/

#wrapper #upper #g-nav2{
height:50px;
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;
}
