/*------------------------
	コンテンツ枠
-------------------------*/
#contents {
	float: left;
	width: 760px;
}
/*------------------------
	成績表
-------------------------*/
#record {
	width: 160px;
	margin: 0 0 1px 0;
	background: #fff url(../share/img/itiran.gif) no-repeat left top;
	color: #fff;
	font-size: small;
	text-align: center;
}

/* 星マーク */
#record .yellow { color: #ff0;}

/* リンク設定 */
#record a { color: #fff;}

/*------------------------
	メインコンテンツ
-------------------------*/
#main {
	float: left;
	width: 420px;
}

/*------------------------
	カウンター＆写真
-------------------------*/
/* 境界線設定 */
#con_01 {
	margin: 0 0 10px 0;
	background:#fff url(../share/img/hr.gif) repeat-x left bottom;
}

#con_01 ul {
	padding: 0 0 10px 0;
	text-align: center;
}

/*------------------------
	チーム目標
-------------------------*/
#con_02 {
	margin: 0 0 10px 0;
	background:#fff url(../share/img/hr.gif) repeat-x left bottom;
}

#con_02 h2 {
	margin: 0;
	padding: 0;
	color: #f00;
	font-size: small;
	text-align: center;
}

#con_02 dl {
	padding: 0 0 10px 0;
}

#con_02 dt {
	padding: 0 0 5px 0;
	font-size: 120%;
	text-align: center;
}

#con_02 dd {
	padding: 0 10px;
	text-align: left;
	line-height: 1.3;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*------------------------
	連絡事項
-------------------------*/
#con_03 h2 {
	font-size: 120%;
	text-align: center;
}

#con_03 ul {
	margin: 10px;
}

#con_03 li {
	margin-left: 1em;
	padding: 0 0 10px 0;
	line-height: 1.3;
	text-indent: -1em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#con_03 .last {
	padding-bottom: 0;
}

/*------------------------
	右カラム
-------------------------*/
#r_navi {
	float: right;
	width: 160px;
	padding-left: 10px;
}

/*------------------------
	タイトル
-------------------------*/
#r_navi h2 {
	width: 160px;
	height: 20px;
	margin: 0;
	padding: 0;
	background:#fff url(../img/h2_bg.gif) no-repeat left top;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

/*------------------------
	次回の活動
-------------------------*/
#r_navi #next_time {
	margin: 0 0 10px 0;
}

#next_time dl {
	margin: 0;
	padding: 0;
}

/*------------------------
	試合速報
-------------------------*/
#r_navi #sokuho {
	margin: 0 0 10px 0;
}

#sokuho dl {
	text-align: center;
}

#sokuho img {
	padding: 3px;
	border: 1px solid #999999;
}

/*------------------------
	予定一覧表
-------------------------*/
#r_navi #schedule {
	margin: 0 0 10px 0;
}

#schedule dl {
	_margin-top: 1px;
}

#schedule dd,
#new dd {
	text-align: left;
	line-height: 1.2;
}

/* 締切日 */
#schedule strong {
	color: #f00;
	font-weight: normal;
}

#schedule span {
	background: #fff url(../img/close.gif) no-repeat left top;
	padding: 1px 0 1px 17px;
}

/* 一覧表 */
#schedule .style04 {
	text-align: right;
}

/*------------------------
		更新履歴
-------------------------*/
#what_new dl {
	margin: 0 0 10px 0;
}

#what_new dd {
	background:#fff url(../share/img/dd_alow.gif) no-repeat left 1px;
	padding-left: 11px;
}

/* 更新履歴一覧表 */
#what_new dd.style04 {
	background: none;
	text-align: right;
}

/*------------------------
	ピックアップサイト
-------------------------*/
#banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#banner img {
	padding: 2px 0;
	vertical-align: bottom;
}

#banner #top {
	padding-top: 2px;
}

/*------------------------
		メール
-------------------------*/
#mail {
	padding-top: 10px;
	text-align: center;
}