@charset "euc-jp";

/*  INDEX
--------------------
1.基本設定(初期化)
2.基本レイアウト
3.テキスト基本
4.スペース
5.写真関連
6.クラブ週報
--------------------
*/


/* 1. 基本設定(初期化)
----------------------------------------------- */
*{
	font-size: 100%;
}

html{
	height:100%; 
}

body{
	height:100%;
	margin: 0;
	padding: 0;
	text-align:left;
	background: #FFF;
	color:#333;
}

a:link, a:visited{
	color:#027ABB;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#027ABB;
}

h1, h2, h3, h4, h5, h6, p, pre,form,
blockquote, ul, ol, dl, dd, dt{
	margin: 0;
	padding: 0;
}
img {border:none;}
li {list-style-type:none;}
.clear {clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 2. 基本レイアウト
----------------------------------------------- */
#maincontents {
	width:670px;
}
#maincontents #contents {
	width:650px;
	margin: 0 0 0 10px;
	text-align:left;
}


#maincontents #contents #topicpath {
	margin: 0 0 5px 0;
	font-size: 10px;
}
#maincontents #contents #topicpath li {
	padding:0;
}
#maincontents #contents #topicpath li#sitemap {
	float:right;
}
#maincontents #contents #topicpath .path {
	color:#999;
	margin: 0 4px 0 4px;
}


#maincontents #contents #undernavi {
	padding:20px 0 5px 0;
}
#maincontents #contents #undernavi li {
	float:right;
	margin: 0 10px 0 0;
}
#maincontents #contents #undernavi li.edge {
	margin: 0;
}


/* 3.テキスト基本
----------------------------------------------- */
.fsl18{font-size:18px; line-height:18px}						/* 見出し */
.fsl14{font-size:14px; line-height:20px; letter-spacing:1px}		/* 本文 */
.fsl12{font-size:12px; line-height:18px; letter-spacing:1px}		/* 注釈 */
.fsl10{font-size:10px; line-height:14px}						/* キャプション */
.fsl10gray{font-size:10px; line-height:14px; color:#666;}			/* キャプション灰色 */

.fsle20{font-size:20px; line-height:25px}						/* 英見出し */
.fsle14{font-size:14px; line-height:18px; letter-spacing:1px}		/* 英本文 */
.fsle13{font-size:13px; line-height:14px}						/* 英注釈 */
.fsle12{font-size:12px; line-height:14px}						/* 英キャプション */



h2 {
	background: url(../gifs/titlebar.gif) no-repeat left top;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 4px 0 5px 8px;

}

h3 {
	margin:0 0 40px 0;
}


/* 4. スペース
----------------------------------------------- */


/* 5.写真関連
----------------------------------------------- */
.alpha a img {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.alpha a:hover img { 
	filter: Alpha(Opacity=70); 
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/* 6.クラブ週報
----------------------------------------------- */
#syuhou #index .search_form {
	margin: 4px 0px;
	padding: 6px;
	font-size: 16px;
	background: #E8F5E5;
	border: 1px solid #23CA97;
}


#syuhou #index li {
	margin:0;
	padding:4px;
	border-bottom:solid 1px #BFD6BF;;
}


#syuhou #index li a {
	background-image: url(../gifs/linkdot.gif);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	padding-left: 22px;
	margin: 0;
}

#syuhou #photo {
	margin:0 0 10px 0;
}


#syuhou dl {
	width:650px;
	margin:0 0 10px 0;
}
#syuhou dt {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:1px;

	margin:0 0 8px 0;
	border-bottom:solid 1px #339933;;
}

#syuhou dt p {
	padding:0 0 0 8px;
	margin:0;
	border-left:solid 2px #66CC66;;
}

#syuhou dd#atten{
	text-align: center;
}
#syuhou dd#atten table{
	border-collapse:collapse;
	margin:20px auto 0;
}
#syuhou dd#atten th,
#syuhou dd#atten td {
	text-align: center;
	vertical-align: top;
	padding:5px 20px;
	background:#EDECBA;
	border:1px solid #06A558;
}
#syuhou dd#atten th {
	font-weight:normal;;
	background:#98CA98;
}


#syuhou #program {
	width:650px;
	margin:0 0 10px 0;
	border:solid 3px #339933;;
}
#syuhou #program dl {
	width:100%;
	margin:0;
}
#syuhou #program dt {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:1px;
	padding:2px 8px;
	margin:0 0 0 0;
	border-bottom:solid 1px #339933;;
}
#syuhou #program dd {
	margin:0;
	padding:8px;
}

