/* CSS Document */

@charset "utf-8";

/* CSS Info =================================
File name: club.css
Description: club.dwt
Editor: Eri Takatsuki/Showak
Date: 2013/11/4
Table of contents:
============================================*/


/*  ---------- Content ---------- */


#content h1 { background:url(../images/fig/bk_green.png) no-repeat left;
		color:#006666;
		font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
		font-size:28px;
		font-weight:normal;
		padding-left:28px;
		margin:0;
		height:52px;
		line-height:26px;
		}
#content h1 span { font-size:18px;
				font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック', Verdana, Helvetica, sans-serif ;
				padding-left:10px;
				color:#009999;
				}
				


#content h3 { color:#444;
			}
			
#content ul { display:block;
			list-style:none
			}
			
#content ul li { padding-bottom:8px;
				font-size:0.85em;
			}

#content img { margin:10px 0;
			padding:1px;
			border:1px solid #999;
			}


/*  ----------3列リスト ---------- */

.clublist { display:inline-block;
			margin:0 0 0 10px;
			overflow:hidden;			
			}
.clublistbox { width:210px;
			float:left;
			padding-right:10px;
			line-height:2em;
			}
			
.clublistbox a { color:#333;
				font-size:0.8em;
				 }

.clublistbox a:hover { color:#3399ff }


/* ----------rightbar ---------- */

#rightbar{
	float:right;
	display:block;
	width:270px;
	margin-bottom:20px;
	}

#rightbar ul { list-style:none;
			margin:0 0 10px 0;
			padding-bottom:10px;
			}


#rightbar ul li { padding: 1px;
				width:100%;
					}

				
#rightbar ul li a { display:block;
			color:#333;
			 padding:6px 12px;
			 font-size:0.8em;
			}
			
#rightbar ul li a:before { content:url(../images/fig/a_02.png);
			}
			
					
#rightbar .ttl1 { font-size:12px;
				color:#009999;
				padding:6px;
				 }
					
#rightbar  .dantailink a { display:block;
			background-color:#dcdcdc;
			filter:alpha(opacity=65);
    		 -moz-opacity:0.65
    		 -khtml-opacity: 0.65;
    		 opacity:0.65;
			color:#000;
			padding:6px 6px 6px 12px;
		 	font-size:12px;
			}
			
#rightbar  .dantailink a:hover { 
			filter:alpha(opacity=100);
    		 -moz-opacity:1.0
    		 -khtml-opacity: 1.0;
    		 opacity:1.0;
			 text-decoration:none;
			}


/* 右サイドバー　テキストウィジェット用　*/

.comm_box { margin: 0;
			padding:10px 0;
			width:270px;
			border-bottom:1px dotted #999;
			}
			
.comm_box p { font-size:0.8em;
			line-height:1.6em;
			}
				
.comm_box a { display:block;
			 color:#333;
			 padding-bottom:4px;
			}

#rightbar .comm_box ul li a { display:block;
			 color:#333;
			 padding-bottom:4px;
			}
#rightbar .comm_box ul li a:hover { color:#3399FF; }


/* Sponsors Block */

.sponsors img { margin:0 auto;
				padding: 8px 0;
				}
