@charset "UTF-8";

/*****************************************************************************************/
/*ページの全体像（主に上部）のＣＳＳ******************************************************/
/*****************************************************************************************/

/*****************************************************************************************/
/*ラッパーで全体の表示位置指定可**********************************************************/
/*****************************************************************************************/

#wrapper{
height:auto;
width:800px;
margin:auto;
padding:0px;
background:url('http://comyu.igablo.jp/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;
}

/* ===================================================================================== */
/*ページ内でグローバルなリンク色*/
#top-under a{
color:#000;
}

#top-under a:link{
color:#000;
text-decoration:none;
}

#top-under a:link:hover{
color:#FF9900;
text-decoration:none;
}

#top-under a:visited{
color:#000;
text-decoration:none;
}

#top-under 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: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:105px;
width:320px;
}

/* ===================================================================================== */
/*ログインログアウト*/

#wrapper #header #log{
margin:0;
padding:5px 5px 0px 0px;
float:right;
height:43px;
width:216px;
}

#wrapper #header #log img{
display:block;
margin:0px;
padding:0px;
float:left;
}

/* ===================================================================================== */
/*g-nav1*/

#wrapper #header #g-nav1 {
float:right;
height:38px;
width:424px;
padding:33px 15px 0px 0px;
margin:0px;
}

#wrapper #header #g-nav1 img{
display:block;
margin:0px;
padding:0px;
float:left;
}

/* ===================================================================================== */
/*ヘッダーイメージと登録スイッチ*/

#wrapper #big-bunner{
background:url(../../images/img_community/commu_big_title.gif) no-repeat;
float:left;
height:200px;
width:800px;
}

#wrapper #big-bunner-buttom{
clear:both;
height:40px;
width:200px;
margin:0px;
padding:133px 0px 0px 515px
}

/* ===================================================================================== */
/*g-nav2*/

#wrapper #upper #g-nav2{
height:40px;
width:800px;
float:left;
margin:0px;
padding:0px;
}

#wrapper #upper #g-nav2 img{
margin:0px;
padding:0px;
float:left;
}

/*****************************************************************************************/
/*広告枠**********************************************************************************/
/*****************************************************************************************/

/* ===================================================================================== */
/*HTMスペース - 全ページ - 上*/

#t_advertisement{
margin:0px;
padding:0px;
font-size:12px;
text-align:right;
background-color:#fff;
}

/* ===================================================================================== */
/*全ページ - 右上*/

#all_page_right_head{
margin:0px;
padding:0px;
font-size:12px;
background-color:#fff;
font-color:#0000FF;
}

#all_page_right_head a{
margin:0px;
padding:0px;
font-size:12px;
background-color:#fff;
font-color:#0000FF;
}
