﻿
/* ClubWGH  トップページのスタイルシート

---------------------------------------------
製作者　kubota
作成日　2008/05/16
=============================================*/
div.clear {
clear:both;
}

/* 破線を回避　-------------*/
a:link,a:visited,a:active {
	outline: none;
}
/* リンク　オンマウス 
---------------------------------------------*/

/*　黒→赤　*/
A.textLinkB:link    {
    text-decoration:none;
    color: #333333;
}
A.textLinkB:visited {
    text-decoration:none;
    color: #333333;
}
A.textLinkB:active  {
    text-decoration:none;
}
A.textLinkB:hover   {
    color:#cc0000; text-decoration:underline;
}


/*　赤　*/
A.textLinkC:link    {
    text-decoration:none;
    color: #cc0000;
}
A.textLinkC:visited {
    text-decoration:none;
    color: #cc0000;
}
A.textLinkC:active  {
    text-decoration:none;
}
A.textLinkC:hover   {
    color:#cc0000; text-decoration:underline;
}

/* 2段組レイアウト 上の段 ie6で崩れないように
---------------------------------------------*/
#main  {
    width: 725px;
    padding: 20px 5px 20px 10px;
}
#mainbox  {
	width: 500px;
	float: left;
}
#menubox  {
	float: right;
	width:200px;

}



/* 下の段 footer
---------------------------------------------*/

#footer {
    clear:both;
}

/* mainコンテンツ  news・キャンペーン
---------------------------------------------*/
.news  {
    margin-top: 20px;
}

/* 表の設定 */

#table-set1  {
    width: 500px;
    margin: 10px 0 0 5px;
}

#table-set1  table  {
    border-collapse: collapse;
    margin: 5px 0 20px 5px;
    width: 100%;
}

#table-set1   td {
    padding: 6px;
    text-align: left;         
    vertical-align: top; 
    border-bottom: dashed #cccccc 1px;
}
#table-set1   td.nodashed {
    padding: 6px;
    text-align: left;         
    vertical-align: top;
    border-bottom: dashed #cccccc 0px;
}

#table-set1 img {
    padding: 3px 0 10px 0;
}

p  {
    padding-bottom: 10px;
}

p.dashed  {
    padding-top: 10px;
    border-top: dashed #cccccc 1px;
}

/** 画像位置調整 **/
.imgtop  {
    margin-top: 5px;
}
.imgmargin  {
    margin: 15px 0;
}

/* secondコンテンツ
---------------------------------------------*/

/* 更新情報リスト & 文字を太字に top */

ul  {
	list-style-position: outside;
	list-style: none;
}           

/* リストボタンの設定　内側 
---------------------------------------------*/

.imgSecond    {
    margin-bottom: 16px;
}
.imgSecond_mt    {
    margin-top: 20px;
}

/*---------------------------------------------

　ロールオーバー設定 090130kubota
-----------------------------------------------*/
#listmenu ul{
    list-style:none;
}

.rollover01 a {
    display:block;
    width:192px;
    height:32px;
    background:url(../imgt/menu01_h.gif) 0 0 no-repeat;
}
 
.rollover01 a:hover  {
    background-color: #fff;
}

.rollover01 a:hover img  {
    visibility: hidden;
}

/* WGH Pro購入はこちら */
.liMenu01 a {
    display:block;
    width:192px;
    height:32px;
    background:url(../imgtop/menu01_h.gif) 0 0 no-repeat;
}
.liMenu02 a {
    display:block;
    width:192px;
    height:32px;
    background:url(../imgtop/menu02_h.gif) 0 0 no-repeat;
}
.liMenu03 a {
    display:block;
    width:192px;
    height:32px;
    background:url(../imgtop/menu03_h.gif) 0 0 no-repeat;
}
.liMenu04 a {
    display:block;
    width:192px;
    height:32px;
    background:url(../imgtop/menu04_h.gif) 0 0 no-repeat;
}

.liMenu05 a {
    display:block;
    width:192px;
    height:32px;
    background:url(../imgtop/menu05_h.gif) 0 0 no-repeat;
}
.liMenu06 a {
    display:block;
    width:192px;
    height:32px;
    background:url(../imgtop/menu06_h.gif) 0 0 no-repeat;
}
.liMenu07 a {
    display:block;
    width:192px;
    height:32px;
    background:url(../imgtop/menu07_h.gif) 0 0 no-repeat;
}

/* WGH Pro購入はこちら */
.rollwgh a {
    display:block;
    width:160px;
    height:183px;
    background:url(../imgtop/wgh_hover01.png) 0 0 no-repeat;
    margin-top: 20px;
}

/*** メニュー　ロールオーバー 090215 */

#menubox li{
	list-style-type:none;
    width:192px;
    height:32px;
}
li img{
	border:0;
}
li.btnNews{
	background:url(../imgtop/btnNews_h.gif);
}
li.btnAth{
	background:url(../imgtop/btnAth_h.gif);
}
li.btnCarbo{
	background:url(../imgtop/btnCarbo_h.gif);
}
li.btnGR{
	background:url(../imgtop/btnGR_h.gif);
}
li.btnIAU{
	background:url(../imgtop/btnJAU_h.gif);
}
li.btnEvent{
	background:url(../imgtop/btnEvent_h.gif);
}
li.btnWGH{
	background:url(../imgtop/btnWGH_h.gif);
}
#menubox li a{
	display:block;
    width:192px;
    height:32px;
}
#menubox li a:hover {
	background-color:transparent;
}
#menubox li a:hover img{
	visibility:hidden;
}