/*-- 個別設定スタールシート --*/



/*-------段落〜パターン２-------*/
div.tmenu {
	width: 222px;
	float: left;
}

/*-------箇条書き〜スポーツカレンダー-------*/
#month li	{
	font-size: 0.8em;
	color: #000066;
	text-align: center;
	line-height: 120%;
	margin-bottom: 4px;
	list-style-type: none;
	width: 16%;
	float: left;
}

/*------- 写真レイアウト２  (使用箇所調査中） -----------*/
.album2 div{
	width: 230px;
	float: left;
	margin-bottom: 20px;
}

.photo02{
	width: 230px;
	height: 320px;
}

/*----------- テーブルパターン 大会記録用----------*/

table   {width:680px;
        }

.t1   {width:696px;
       background-color:#ffeeff;
       font-weight: bold;
       text-align: center;
      }

th     {text-align:center;
	} 

/*----------- アルバム風写真レイウト(説明部分、縦長）para08,hyousyou20,weisse 用----------*/
.album-m div { 
	font-size: 0.85em;
	line-height: 120%;
	margin-left: 20px;
	width: 200px;
	height: 250px;
	float: left;
}

.album-m img{
	margin-bottom: 8px;
}

div.centerimg { 
	margin: 15px 90px;
	text-align: center;
	}
.red{
	color: #ff0000;
}
