@charset "utf-8";
/* CSS Document */
html{height:100%;}
body {height:100%;
	background-image: url(img/bg.gif);
}
.afl { clear: both;}
/*-------------------------------------------------
ロゴ、メニュー、本文と3段div。
ロゴはh3をblockにして背景に画像を入れてある。文字は高さ0パディングで隠す。
-------------------------------------------------*/
#top_logo {
	margin: 0px auto;
	width: 672px;
	background: #000;
	height: 74px;
}
h3 a {
	display:block;
	margin: 3px 0px 4px;
	padding: 67px 0px 0px;
	height:0px;
	width:300px;
	background:url(img/menu_logo.gif);
	background-repeat:no-repeat;
	overflow: hidden;
	float: right;
}
#menu {
	margin: 0px auto;
	width: 672px;
	height: 22px;
}
#main_block {
	margin: 0px auto;
	width: 648px;
	background: #FFF url(img/main_bg.gif);
	height: auto;
	border: 2px solid #000;
	padding: 10px;
}

/*-------------------------------------------------
ロールオーバーメニュー。
1枚の大きな画像にアイコン7個*2種を配置。それをずらして表示する。
-------------------------------------------------*/

ul#menu_ul{
	margin:0 auto;
	width:672px;
	overflow:hidden;
	padding: 0px;
	list-style: none;
}

ul#menu_ul li{
	float:left;
	height:22px;
	display:block;
}

/* 文字隠しは高さを0、パディングを高さ分設定。オーバーフローを隠してある。*/
ul#menu_ul li a {
	display: block;
	overflow: hidden;
	height: 0px;
	background-image: url(img/menu.gif);
	padding-top:22px;
}

/* それぞれのサイズが96*22なので、横幅96ずつずらして配置。*/
	#no1 a { width:96px; background-position:0 0;}
	#no2 a { width:96px; background-position:-96px  0;}
	#no3 a { width:96px; background-position:-192px  0;}
	#no4 a { width:96px; background-position:-288px  0;}
	#no5 a { width:96px; background-position:-384px  0;}
	#no6 a { width:96px; background-position:-480px  0;}
	#no7 a { width:96px; background-position:-576px  0;}

/* ロールオーバー画像は縦に並んでいるので、縦に22ずらす。*/
	#no1 a:hover  { width:96px; background-position:0 -22px;}
	#no2 a:hover  { width:96px; background-position:-96px  -22px;}
	#no3 a:hover  { width:96px; background-position:-192px  -22px;}
	#no4 a:hover  { width:96px; background-position:-288px  -22px;}
	#no5 a:hover  { width:96px; background-position:-384px  -22px;}
	#no6 a:hover  { width:96px; background-position:-480px  -22px;}
	#no7 a:hover  { width:96px; background-position:-576px  -22px;} 
      
/* 該当ページははじめから反転した画像を表示（idに_2を追加）。*/      
	#no1_2 a { width:96px; background-position:0 -22px;}
	#no2_2 a { width:96px; background-position:-96px  -22px;}
	#no3_2 a { width:96px; background-position:-192px  -22px;}
	#no4_2 a { width:96px; background-position:-288px  -22px;}
	#no5_2 a { width:96px; background-position:-384px  -22px;}
	#no6_2 a { width:96px; background-position:-480px  -22px;}
	#no7_2 a { width:96px; background-position:-576px  -22px;}

/*-------------------------------------------------
イメージはIEでリンク線が出ないようにボーダー0。
-------------------------------------------------*/
img {
border: none;
}
img.h_margin {
	border: none;
	vertical-align: middle;
	margin: 3px;
}
/*-------------------------------------------------
見出しは統一。
-------------------------------------------------*/

h1
{
	font-size: medium;
	margin: 35px 5px 13px;
	padding: 3px 0px 3px 7px;
	border-bottom: 2px solid #FC0;
	border-left: 10px solid #FC0;
	background: #006 url(img/h1_bg.gif) repeat-y;
	color:#FFF;
	text-align: left;
}

h2{
	text-align: center;
	border-top: medium solid #F00;
	border-right: medium none #F00;
	border-bottom: medium solid #F00;
	border-left: medium none #F00;
	font-size: medium;
	width: 80%;
	margin: 15px auto;
	background: #FFF;
	padding: 3px;
	}
/*-------------------------------------------------
テキスト。
-------------------------------------------------*/
p{
	padding: 0px 20px;
	margin: auto;
}
p.sentence{
	text-indent: 10px;
	line-height: 130%;
	margin-top: 5px;
	text-align: left;
}

/*-------------------------------------------------
トップページリンク用。
-------------------------------------------------*/
div#refresh {
	background: #0FF;
	border: medium double #00F;
	text-align: center;
	margin: 10px auto;
	width: 80%;
	padding: 5px;
}
.large{
	font-size: x-large;
	margin-top: 5px;
	margin-bottom: 5px;
	}
img#newlink{
	margin: 5px;
	}

div#top_banner {
	background: #CFF;
	text-align: center;
	margin: 10px auto;
	width: 80%;
	padding: 5px;
	border: thin solid #0CF;
}
/*-------------------------------------------------
相互リンク用テーブル
-------------------------------------------------*/
table.link {
	width: 70%;
	border: 2px solid #CCC;
	margin: 10px auto;
	border-collapse: collapse;
	background: #FFF;
}
table.link td {
	padding: 0px 5px;
	border: 2px #FC9 solid;
	text-align: left;
	vertical-align: top;
}
table.link th {
	padding: 0px;
	border: 2px #FC9 solid;
	width: 88px;
}
/*-------------------------------------------------
子ページの新サイトへのリンクdiv。
-------------------------------------------------*/
div#new_link {
	background: #0FF;
	border: medium double #00F;
	font-size: medium;
	text-align: center;
	margin: 30px 15px;
	padding: 10px;
	color: #F00;
}

/*-------------------------------------------------
役員テーブル
-------------------------------------------------*/
table.yaku {
	width: 90%;
	border: 2px solid #CCC;
	margin: 10px auto;
	border-collapse: collapse;
	background: #FFF;
}
table.yaku td {
	padding: 0px 5px;
	border: 2px #FC9 solid;
	text-align: left;
	vertical-align: top;
}

table.yaku th {
	padding: 0px;
	border: 2px #FC9 solid;
	width: 70px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
}

/*-------------------------------------------------
紹介ページ用div。
イメージ配置方法2種類。
引用文スパン。
-------------------------------------------------*/

.block_sentence {
	padding: 5px;
	width: 90%;
	height: auto;
	background: #EEE;
	margin: 5px auto;
	border: medium double #0CF;
	text-align: center;
}
img.photo_seki {
	float: right;
	vertical-align: top;
	margin: 5px 5px 5px 10px;
}
.img_center {
	text-align: center;
	margin: 5px auto;
}
.quote {
	font-size: small;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: left;
}
.mbr{
	text-align:left;
	line-height:130%;
}

/*-------------------------------------------------
アルバムの選択画面。
リストで配置してある。
-------------------------------------------------*/

.gallery {
	margin: 5px;
	padding: 15px;
	text-align: center;
	width: 640px;
}
.gallery ul{
	margin: 0px;
	padding: 0px;
	}
.gallery ul li{
	float: left;
	height: 60px;
	width: 80px;
	list-style: none;
	margin: 2px;
	}
.gallery ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*-------------------------------------------------
掲示板用。idをobjectに、クラスをdivに設定したけど中途半端。
-------------------------------------------------*/
#bbs {
	height: 100%;
	width: 100%;
	min-height:400px;
	overflow: scroll;
}
.bbs {
	text-align: center;
	height: 100%;
	width: 100%;
	min-height:400px;
	vertical-align: middle;
}

/*-------------------------------------------------
上下マージン。
-------------------------------------------------*/
.takezato_link {
	margin: 30px auto;
}

/*-------------------------------------------------
チーム竹里試合詳細。
見出しがbb_large。
スコアボードがtable.scoreで、合計が.score_tで色づけ。
チーム名は
-------------------------------------------------*/
.bb_large {
	font-size: xx-large;
	background: #CFF;
	margin: 5px;
}

table.score {
	width: 90%;
	border: 2px solid #030;
	margin: 10px auto;
	border-collapse: collapse;
	background: #090;
}

table.score td {
	font-size:20px;
	padding: 0px 5px;
	border: 2px #000 solid;
	text-align: center;
	vertical-align: middle;
}

table.score th {
	padding: 0px;
	border: 2px #000 solid;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	width:20px;
	font-size: small;
	background: #0C0;
}
.score_t {
	background: #FF9;
	color: #F00;
}
.score_team {
	background: #FF9;
	background: #0C0;
	width:80px
}

/*-------------------------------------------------
チーム竹里試合詳細。
bb_blockのトップに見出しのbb_title。さらにbb_inningでイニング表示。
写真はbb_imgでdiv入れ。本文はbb_txt。
-------------------------------------------------*/
div.bb_block{
	padding: 5px;
	width: 90%;
	height: auto;
	background: #FFF;
	margin: 10px auto;
	border: thin solid #F00;
	text-align: center;
	overflow: visible;
}
div.bb_title{
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: x-large;
	color: #F00;
	line-height: 30px;
	background: #CFF;
	margin-bottom: 10px;
	border-bottom: thin solid #06F;
	border-right: thin solid #06F;
}
div.bb_inning{
	width: 130px;
	text-align: center;
	vertical-align: middle;
	background: #999;
	color: #FFF;
	float: left;
	text-shadow: 1px 1px 3px #000;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	clear: left;
}
p.bb_txt{
	text-indent: 10px;
	line-height: 130%;
	margin-top: 5px;
	text-align: left;
	font-size: small;
}
div.bb_img{
	float: right;
	margin: 5px 10px;
	width: 240px;
	color: #099;
	font-size: x-small;
	text-align: left;
	clear: both;
	}
br.ant_fl{
	clear:both}
.sc_book {
	color: #099;
	font-size: small;
	text-align: left;
	width: 300px;
	float: left;
	padding: 12px;
	background: #FFF;
}

table.neta {
	width: 90%;
	border: 2px solid #030;
	margin: 15px auto;
	border-collapse: collapse;
	background: #FFF;
}

table.neta td {
	padding: 3px 5px;
	border: 2px solid #09F;
	text-align:left;
	font-size: small;
}

table.neta th {
	padding: 2px;
	border: 2px solid #03F;
	text-align: center;
	background: #CFF;
	font-weight: bold;
}#const {
	padding: 10px;
	height: 300px;
	width: 90%;
	overflow: scroll;
	background: #FFF;
	border: thin solid #999;
	text-align: left;
	margin: 5px auto;
}
