/*選考理由カラー*/
/*見方の登録番号カラー（名前カラーと同じ）*/
/*見方のコーススタートカラー*/
/*男性選手名前カラー*/
/*女性選手名前カラー*/
/*選手一言文言カラー*/
/*コーススタートカラー*/
a:hover {
  text-decoration: underline;
}

img#profile_title2	{
					float:left;
					margin:35px 23px 0 0;
					}

#profile {
  width: 820px;
  margin: 0 auto;
  padding: 0;
}
.profile_box {
  width: 390px;
  float: left;
  margin: 0;
  padding: 10px 0;
}
.profile_box .prlist_photo {
  float: left;
  clear: both;
}
.profile_box .rightside {
  float: left;
  width: 245px;
  margin-left: 10px;
  padding: 0;
}
.profile_box .score {
  padding: 0;
  color: #a02225;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
}
.profile_box .number {
  float: left;
  font-size: 140%;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  width:100%;
}
.profile_box .number span {
  font-size: 80%;
  font-weight: normal;
  letter-spacing: 0px;
  color:#333333;
}


.profile_box .rank {
  padding: 0 0 0 50px;
  color: #333;
  font-size: 140%;
  letter-spacing: 1px;
}
.profile_box .name {
  padding-right: 7px;
  font-size: 280%;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: justify;
  line-height: 120%;
}
.profile_box .text {
  font-size: 130%;
  color: #576033;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: bold;
}
/* 見方 */
.profile_box_m {
  width: 390px;
  float: left;
  margin: 0;
  padding: 10px 0;
}
.profile_box_m h4{
  background:#f2f3ff;
  border:1px solid #DDDDDD;
  font-size:110%;
  padding:2px;
}

.profile_box_m .prlist_photo {
  float: left;
  margin-right: 5px;
}
.profile_box_m .score {
  padding: 0;
  color: #a02225;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 1px;
}
.profile_box_m .number {
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
}
.profile_box_m .rank {
  padding: 0;
  color: #333;
  font-size: 110%;
  letter-spacing: 1px;
}
.profile_box_m .name {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 4px;
}
.profile_box_m .text {
  font-size: 110%;
  color: #576033;
  letter-spacing: 1px;
  font-weight: bold;
}
.number,
.name,
.name a,
.name a:hover,
.name a:visited {
  color: #002063;
  font-family: "ＭＳ ゴシック", monospace;
}

.women .number,
.women .name,
.women .name a,
.women .name a:hover,
.women .name a:visited{
	color:#b93667;
	}



/*支部別グルーピング*/
#grouping {
  margin: 20px auto 0px auto;
  padding: 10px 0 10px 0;
  background: #fffac2;
  width: 100%;
  text-align: center;
  font-size: 13px;
  overflow: hidden;
}
#grouping table {
  float: left;
  width: 28%;
  margin: 20px;
  border-collapse: collapse;
}

#grouping td.lady {
  color: #c74a1b!important;
}

#grouping table tr {
  background-color: #fff;
}
#grouping table th,
#grouping table td {
  border-bottom: 1px solid #000;
  padding: 2px;
}
#grouping table th {
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #000;
}
#grouping table .name {
  font-weight: bold;
}
#grouping #kantou .bgcolor {
  background-color: #dee3ce;
}
#grouping #kantou .sibu {
  background-color: #d3dbc7;
  font-weight:bold;
}
#grouping #kantou th {
  background-color: #557f26;
}
#grouping #kantou .name {
  color: #557f26;
}
#grouping #toukai .bgcolor {
  background-color: #efdfe2;
}
#grouping #toukai .sibu {
  background-color: #e9d5da;
  font-weight:bold;
}
#grouping #toukai th {
  background-color: #b05f76;
}
#grouping #toukai .name {
  color: #b05f76;
}
#grouping #kinki .bgcolor {
  background-color: #d5dae3;
}
#grouping #kinki .sibu {
  background-color: #c9d0dc;
  font-weight:bold;
}
#grouping #kinki th {
  background-color: #2a5d81;
}
#grouping #kinki .name {
  color: #2a5d81;
}
#grouping #shikoku .bgcolor {
  background-color: #ede0cb;
}
#grouping #shikoku .sibu {
  background-color: #e8d7c3;
  font-weight:bold;
}
#grouping #shikoku th {
  background-color: #ab6b14;
}
#grouping #shikoku .name {
  color: #ab6b14;
}
#grouping #shikoku th.grouping_img{
  padding:50px 0 0 0;
  background-color: #fffac2;
  border:none;
}

#grouping #chugoku .bgcolor {
  background-color: #d9d5e6;
}
#grouping #chugoku .sibu {
  background-color: #cdcbe0;
  font-weight:bold;
}
#grouping #chugoku th {
  background-color: #524588;
}
#grouping #chugoku .name {
  color: #524588;
}
#grouping #kyushu .bgcolor {
  background-color: #d6e9eb;
}
#grouping #kyushu .sibu {
  background-color: #cae3e6;
  font-weight:bold;
}
#grouping #kyushu th {
  background-color: #00919c;
}
#grouping #kyushu .name {
  color: #00919c;
}




/* 見出し画像（共通） */
.midashi {
  width: 850px;
  margin: 10px auto;
}
#midashi {
  width: 100%;
}

/* 優勝戦結果 */
div.geki_box	{
  background:#fffac2;
  width:100%;
  margin:10px auto 0 auto;
  padding:10px 0 10px 0;
}
div.geki_box div.taikai {
  padding: 0;
  background: #345997;
  width: 180px;
  height: 170px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin:30px 0 0 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  float: left;
  text-shadow: #345997 1px 1px 0px, #345997 -1px 1px 0px, #345997 1px -1px 0px, #345997 -1px -1px 0px;
  -webkit-text-stroke-color: #345997;
  -webkit-text-stroke-width: 1	px;
  border-radius: 10em;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
}


table.yusho_result {
  float:left;
  width: 300px;
  margin: 0px 0 0 5px;
}
table.yusho_result caption {
  line-height:1.2;
  text-align: center;
  color: #345997;
  font-weight: bold;
  font-size: 14px;
}
table.yusho_result caption span {
  color: #000000;
}

table.yusho_result th {
  text-align: center;
  border-bottom: 2px solid #111111;
}
table.yusho_result td {
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  border-bottom: 1px solid #111111;
}
table.yusho_result td.kekka {
  border-bottom: 0px;
}


span.no1	{font-weight:bold;color:#971449;background:none;}
.waku1 {background-color:#eeeeee;color:333333;text-align:center;font-weight:bold;}
.waku2 {background-color:#333333;color:eeeeee;text-align:center;font-weight:bold;color:#FFFFFF;}
.waku3 {background-color:#ee1122;color:eeeeee;text-align:center;font-weight:bold;color:#FFFFFF;}
.waku4 {background-color:#0055aa;color:eeeeee;text-align:center;font-weight:bold;color:#FFFFFF;}
.waku5 {background-color:#ffee00;color:333333;text-align:center;font-weight:bold;}
.waku6 {background-color:#00aa55;color:333333;text-align:center;font-weight:bold;color:#FFFFFF;}
td.kekka	{text-align:left !important;}

div.pr_img_box {
  margin:20px 0 0 210px;
  color: #002a6c;
  text-align: center;
}
