/*ページ全体のデザイン*/

body {
  line-height: 1.5;
  margin: 0px;
}


/*画像リンクのリンク枠を消す*/
A Img{
	border-style : none none none none;
}

/*標題背景色*/
.titlecolor{
	background-color: #87ceeb;
}


/*標題部分デザイン*/
H1 {
	font-size: 20pt;
	font-weight: bold;
	font-style: oblique;
	
	text-align: center;
	margin: 3px;
	width: 640px;
	height: 70px;
}


/*メイン部分大きさ・デザイン*/
.main {
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 640px;
}


/*見出し2　デザイン*/
H2{
  font-size : 20px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}


/*メイン文書*/
p {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}


/*メイン文書内テーブル位置*/
.maintable{
  margin-left: 7px;
  line-height : 1.3;
  font-size : 85%;
}


/*メイン文書テーブル内テーブル文字大きさ*/
.subtable{
  font-size : 100%;
}


/*更新情報デザイン*/
.title{
	background-color: #F5DEB3;
	text-indent: 15px;
	padding-top: 5px;
	margin-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	width: 70%;
}


/*テーブル列色*/
.maintd{
  background-color : #F5DEB3;
  text-align: center;
}


/*テーブル行色*/
.maintr{
  background-color : #F5DEB3;
}


/*サイドメニュー部分大きさ・デザイン*/
.sidemenu {
	margin-top: 0px;
	width: 160px;
}


/*サイドメニューテーブル右側の枠線*/
.sidemenu1 {
	border-right-style : solid;
	border-right-color : #cccccc;
	border-right-width : 2px;
  background-color : #66cccc;
}


/*サイドメニュータイトル*/
h3 {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}


/*サイドメニュー　未訪問のリンク*/
a.smu:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-indent: 10px;
  text-align: center;
  margin: 5px 0px;
  padding: 3px 0px;
  width: 100%;
  background-color: #FFFF66;
  display: block;
}


/*サイドメニュー　訪問済のリンク*/
a.smu:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-indent: 10px;
  text-align: center;
  margin: 5px 0px;
  padding: 3px 0px;
  width: 100%;
  background-color: #FFFF66;
  display: block;
}


/*サイドメニュー　マウスポインタが乗ったとき*/
a.smu:hover {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #1E90FF;
  text-align: center;
  text-indent: 10px;
  margin-top: 5px;
  padding-top: 3px;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  width: 100%;
  display: block;
}

/*サイドメニュー内　事務局住所テーブルデザイン*/
.sidead{
	font-size: 70%;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}

UL{
  line-height : 1.6;
  margin-top : 10px;
}

.copylight{
  font-size : 70%;
}

/*Jr大会メイン文書内リンクテーブル位置*/
.jrmaintable{
  margin-left: 100px;
  line-height : 1.3;
  font-size : 90%;
}

/*出場選手一覧テーブルデザイン*/
.sensyutable{
	line-height: 1.3;
	margin-left: 7px;
	width: 65%;
}

/*出場選手一覧テーブルデザインリレー*/
.sensyurelaytable{
	line-height: 1.3;
	margin-left: 7px;
	width: 100%;
}

/*出場選手表内列色*/
.sensyutd{
	background-color: #b0e0e6;
	text-align: center;
}

/*出場選手表第列色*/
.sensyutitle{
	background-color: #ffcc66;
	text-align: center;
}
