body {
	background-color: #CCFF99;
	font-family: sans-serif;
/*	background-color: #BBD9EE; */
/*	background-color: #DDE9FF; */
/*	background-color: #F0F0FF; */
/*background:url(../images/body_back.gif);
background-repeat:repeat-x;*/
}

p {
    color: #000000;
    font-size: 1em;
}
tr {
    color: #000000;
    font-size: 0.85em;
}
td {
    color: #000000;
    font-size: 1em;
	padding: 6px 4px;
}
td.senpyo {
	padding: 6px 12px 6px 18px;
	line-height: 1.8;
}

p#zu {
	text-align: center;
}
p#zu img {
	border: 1px solid #999;;
}

p#footer {
	color: #FF7A00;
	font-size: 0.85em;
	text-align: center;
}

p.go_back {
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 0.8em;
}

/**
 * 本大会競技記録
 */
h5#title {
    width:99%;
    font-size: 1.2em;
    font-weight: bold;
    color:#FFFFFF;
    background-color: #FF7A00;
    padding:3px 6px;
	margin: 10px auto;
}


/**
 * リンク
 */
/* link=通常のリンク visited=読込み済みのリンク active=クリックされた瞬間のリンク */
a, a:link, a:visited, a:active {
    color: #0000AA;
    text-decoration: e;
}

/* リンク文字列にマウスを乗せたとき */
a:hover {
    color: #FF0000;
    text-decoration: e;
}

/**
 * トピックパス
 */
#head_link {
    color: #000000;
    font-size: 1.2em;
	font-weight: bold;
}
#head_link a {
    color: #000000;
    font-size: 0.8em;
    color: #0000AA;
	font-weight: normal;
}
#head_link a:hover {
    color: #FF0000;
}

/**
 * 個人競技 団体競技　タイトル
 */
h6.title1 {
	color: #404060;
	background: #E5E5E5;
	font-size: 0.9em;
	font-family: sans-serif;
/*	font-family: serif;*/
	margin-bottom: 0;
	padding: 4px 0px 2px 4px;
}
h6.title2 {
	color: #404060;
	font-size: 1.2em;
	font-family: sans-serif;
/*	font-family: serif;*/
	margin-bottom: 0;
	padding: 4px 0px 2px 4px;
/*	border-left: 0.6em solid #FFBB00;*/
}


/**
 * 競技記録の表頭背景色
 * 共通
 */
th.tbl_bg1, th.tbl_nm1 {
	background: #E0E0E0;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	font-family: sans-serif;
/*	font-family: serif;*/
	font-weight: bold;
	font-size: 100%;
	padding: 6px 4px 2px;
}

/**
 * 競技記録の表頭背景色
 * 区分、年齢区分、選手番号、記録、順位、備考
 */
th.tbl_bg1 {
	text-align: center;
}

/**
 * 競技記録の表頭背景色
 * 選手氏名、選手団名
 */
th.tbl_nm1 {
	text-align: left;
}

/**
 * データ内部の表内部背景色
 */
td.tbl_bg2 {
    background: #FFF;
    border-style: solid;
    text-align: center;
	border-color: #999999;
	border-width: 1px;
}
td.tbl_nm2 {
    background: #FFF;
    border-style: solid;
    text-align: left;
	border-color: #999999;
	border-width: 1px;
}
/**
 * 競技記録の外側の線
 */
table.tbl_bg {
    color: #B3DC10;
    background: #FFF;
    border-style: solid;
	border-color: #999999;
    border-width: 1px;
    border-collapse: collapse;
    table-layout: fixed;
}

td.kyougijissekiLeft {
    background: #EFFAED;
    border-style: solid;
    text-align: right;
	border-color: #999999;
    border-left-width: 3px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
td.num {
    background: #EFFAED;
    border-style: solid;
    text-align: right;
	border-color: #999999;
	border-width: 1px;
}

/* タイトル */
.title{
    font-size: 17px;
    font-weight: bold;
    width:100%;
    height:30px;
    background:url(../images/title_back.gif) left top;
    color:#ffffff;
    padding-top:6px;
}

/* メニュー */
.menu{
    width:100%;
    background:url(../images/menu_back.gif); /*height:100%;*/
    background-repeat:repeat-x;
    border:1px solid gray;
}

/* メニュー */
.menu-w{
    width:100%;
    background:url(../images/menu_back_w.gif); /*height:100%;*/
    background-repeat:repeat-x;
    border:1px solid gray;
}

/* center column styles */
.top-bar {
  /*float:left;*/
  width:603px;
  border-left:2px solid #f70;
  padding:0 0 0 9px;
  margin:0 0 4px 0;
  }
  
.top-bar h1 {
  font:20px/21px verdana,sans-serif;
  color:#43729F;
  margin:0 0 4px 0;
  }

.hr_header {
  height:1px;
  color:#gray
}