/* ================================================================
  Copyright¬©2009 Diverso Development & Design / ProteusTech Co.
  Wilson Ikeda <wilson@diverso.jp>
  Claudio Ikeda <claudio@proteustech.com.br>
=================================================================== */
@charset "UTF-8";
/*-------------- common ---------------*/
.load_blue { background-image: url(../common_images/blue_o.png); }
.load_blue_small { background-image: url(../common_images/blue_s.png); }
.load_blue_d { background-image:url(../common_images/blue_d.png); }
.load_blue_small_d {
	background-image: url(../common_images/blue_sd.png);
}
.load_red { background-image: url(../common_images/red_o.png); }
.load_red_small { background-image: url(../common_images/red_s.png); }
.load_red_d { background-image: url(../common_images/red_d.png); }
.load_red_small_d {
	background-image: url(../common_images/red_sd.png);
}
.load_green { background-image: url(../common_images/green_o.png); }
.load_green_small { background-image: url(../common_images/green_s.png); }
.load_green_d {
	background-image: url(../common_images/green_d.png);
}
.load_green_small_d {
	background-image: url(../common_images/green_sd.png);
}
.load_gray { background-image: url(../common_images/gray_button_o.png); }
.load_gray_d {
	background-image: url(../common_images/gray_button_active.png);
}
body {
	background-image: url(../common_images/body_bkgnd.png);
	background-repeat: repeat-x;
	margin:0px;
	background-color: #445983;
}
hr {
	border: 0;
	color:#999;
	background-color: #999;
	height: 1px;
	width: 95%;
}
img { border:none; }
h2 {
	font-size:20px;
	padding: 9px 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.error {
	color: #069;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	text-align:center;
}
.error-messages {
	font-weight: normal;
	font-size: 18px;
	color: #069;
	padding: 4px;
	border: thin solid #999;
	text-align: center;
	margin: 10px;
}
.more_button {
	font-size: 10px;
	color: #06C;
	text-decoration: none;
	background-image: url(../common_images/gray_button.png);
	background-repeat: no-repeat;
	display: block;
	background-position: center;
	text-align: center;
	height: 18px;
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	float: right;
	padding-right: 2px;
	padding-left: 2px;
}
.padding_button {
	padding-right: 12px;
}
.more_button:link, .more_button a:link {
	text-decoration:none;
	cursor: pointer;
	color: #1F527B;
}
.more_button:visited, .more_button a:visited {
	text-decoration:none;
	color: #1F527B;
}
.more_button:hover, .more_button a:hover {
	background-image: url(../common_images/gray_button_o.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	color: #06C;
}
.more_button:active, .more_button a:active {
	text-decoration:none;
	color: #FFF;
	background-image: url(../common_images/gray_button_active.png);
	background-position: center;
}

a:link{
	text-decoration: none;
	color: #1F527B;
}
.pagination_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pagination_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	color: #CA0002;
	text-decoration: underline;
}

#container_table {
	background-color: #FFFFFF;
	width: 1000px;
	text-align: center;
	padding-top: 10px;
}

/*-------------- row 1 - logo ---------------*/
#logo_top {
	background-image: url(../common_images/jjfj_logo994.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: center;
	width: 100%;
}
.lang_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
}
.lang_navi a{
	color: #1F527B;
}
.lang_navi a:hover{
	color: #CA0002;
	text-decoration: underline;
}
.mypage {
	padding-right: 10px;
	padding-left: 15px;
}
.feeds {
	padding-right: 10px;
	padding-left: 10px;
}

/*-------------- row 2 - flash ---------------*/
.jjfj_flash {
	height: 152px;
	width: 850px;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 3px;
}
.center_banner {
	vertical-align: middle;
	height: 75px;
	padding-right: 3px;
}

/*-------------- row 3 - navibar ---------------*/
.navibar {
	height: 33px;
	width: 1000px;
	text-align: center;
	background-image: url(../common_images/navibar_bkgnd.png);
	background-repeat: repeat-x;
	padding-right: 2%;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-left: 2px;
	padding-bottom: 0px;
}

/*-------------- row 4 - contents common---------------*/
.contents_container {
	width: 1000px;
}
.contents_column_container {
	padding-bottom: 3px;
	text-align: left;
}
.contents_container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	text-indent: 14px;
}
.column_shadow {
	background-image: url(../front_images/column_shadow.png);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
	padding-right: 3px;
}
.titlebar {
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 10px;
	text-shadow:0px 1px 2px #333; 
}
.small_title_space {
	height: 14px;
}
.contents_container hr {
	height: 1px;
	color: #CCC;
	width: 96%;
	background-color: #CCC;
	border: none;
}
.content_title {
	font-size: 12px;
	color: #069;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	vertical-align: middle;
	margin-top: 6px;
	padding: 2px;
	height: 16px;
}
.content_title a:link{
	text-decoration: none;
	color: #1F527B;
}
.content_title a:visited {
	text-decoration: none;
	color: #004276;
}
.content_title a:hover {
	color: #CA0002;
	text-decoration: underline;
}
.content_title a:active {
	color: #CCC;
	text-decoration: none;
}

/*-------------- row 4 - column 1 - topics ---------------*/
.topics_column {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: top;
	padding-right: 3px;
	padding-bottom: 3px;
}
.topics_bar {
	background-image: url(../common_images/topics_bar_bkgnd.png);
	background-repeat: repeat-x;
	width:425px;
	height:46px;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-align: left;
	padding-left: 14px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 1.5px;
	padding-right: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-shadow:0px 1px 2px #333;
}
#topics_tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
	padding-left: 13px;
}
.jjfj_bar_logo {
	padding-top: 2px;
	float: right;
}
.news_globe {
	float: right;
	vertical-align: top;
}
.topics_pict {
	margin: 6px;
	text-align: center;
	padding: 6px;
}
.topics_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	vertical-align: middle;
}
.topics_title_no_pic {
	font-size: 12px;
	color: #069;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	vertical-align: middle;
	margin-top: 6px;
	height: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
.topics_text_no_pic {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	padding-left: 12px;
}

/*-------------- row 4 - column 2 - events ---------------*/
#events_tbl {
	background-image: url(../images/front/event_bkgnd_1x350.png);
	background-repeat: repeat-x;
	width:392px;
	height:350px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 6px;
}
#events_tbl hr {
	background: #526A89;
	height: 1px;
	width: 80%;
}
#event_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 100%;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#event_info th {
	text-align: right;
	width: 30%;
	vertical-align: top;
}
#event_info td {
	text-align: left;
	width: 70%;
}
.event_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E8E8E8;
	padding: 10px 5px 0px;
	margin-bottom: 0px;
}
.center_event_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004276;
}
.center_event_title a:link {
	color: #004276;
	text-decoration: none;
}
.center_event_title a:visited {
	color: #004276;
	text-decoration: none;
}
.center_event_title a:hover {
	color: #CA0002;
	text-decoration: underline;
}
.center_event_title a:active {
	color: #069;
	text-decoration: none;
}
.event_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* [disabled]padding-top: 2px; */
	/* [disabled]padding-right: 10px; */
	padding-bottom: 2px;
	/* [disabled]padding-left: 10px; */
	color: #D9D9D9;
}
.event_text hr {
	border: 0;
	color:#999;
	background-color: #FFF;
	height: 1px;
	width: 100%;
}
.event_title a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	/* [disabled]border-bottom: thin solid #3A6F94; */
}
.event_title a:visited {
	color: #DFDFDF;
	text-decoration: none;
}
.event_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px solid #5AAFE9;
}
.event_title a:active {
	color: #666;
	text-decoration: none;
}
.news_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #06C;
	text-decoration: none;
	width: 300px;
	text-align: left;
	padding-left: 10px;
	padding-right: 4px;
}
.news_bar {
	background-image: url(../common_images/news_bar_bkgnd.png);
	background-repeat: repeat-x;
	width:392px;
	height: 46px;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-align: left;
	padding-left: 14px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 1.5px;
	padding-right: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	text-shadow:0px 1px 2px #333; 
}
.news_date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: right;
	padding-right: 8px;
}

/*-------------- row 4 - column 3 - videos ---------------*/
.video_tbl {
	background-image: url(../front_images/videos_en.png);
	background-repeat: no-repeat;
	width:195px;
	height:110px;
	background-color: #5C5D5D;
}
.thumb_space {
	height: 50px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
	width: 50px;
	border: thin solid #CCC;
}
.media_title {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: left;
}
.media_title a:link {
	color: #FFF;
	text-decoration: none;
}
.media_title a:visited {
	color: #FFF;
	text-decoration: none;
}
.media_title a:hover {
	color: #CCF;
	text-decoration: underline;
}
.media_title a:active {
	color: #CCC;
}
.more_link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 8px;
	font-weight: bold;
}
.more_link a:link { text-decoration:none; color:#FFF; }
.more_link a:visited { text-decoration:none; color:#FFF; }
.more_link a:hover {
	color:#CCF;
	text-decoration:none;
}
.more_link a:active {
	text-decoration:none;
	color: #CCC;
}
/*-----------more_link_right---------*/
.more_link_right {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-bottom: 4px;
	padding-top: 8px;
	font-weight: bold;
	padding-right: 5px;
}
.more_link_right a:link { text-decoration:none; color:#FFF; }
.more_link_right a:visited { text-decoration:none; color:#FFF; }
.more_link_right a:hover {
	color:#CCF;
	text-decoration:none;
}
.more_link_right a:active {
	text-decoration:none;
	color: #CCC;
}
/*-------------- row 4 - column 3 - photos ---------------*/
.photo_tbl {
	background-image: url(../front_images/photos.png);
	background-repeat: no-repeat;
	width:195px;
	height:110px;
	background-color: #5C5D5D;
}
.banner_tbl {
	text-align: center;
	padding-right: 2px;
	padding-left: 10px;
}

/*-------------- row 5 - footer ---------------*/
.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.copyright a{ color: #FFF; }
.footer_navi {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
.footer_navi a:link {
	color: #FFF;
	text-decoration: none;
}
.footer_navi a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer_navi a:hover {
	color: #FFF;
	text-decoration: underline;
}
.center_topics_bar {
	background-image: url(../common_images/topics_bar_bkgnd.png);
	background-repeat: repeat-x;
	width:796px;
	height:46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.center_articles_column {
	padding: 10px;
	height: auto;
	width: 796px;
	text-align: center;
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 796px;
	padding-top: 4px;
	padding-right: 26px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
.div_articles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.div_articles_member {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.article_header {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 6px;
}
.center_events_bar {
	background-image: url(../common_images/events_bar_bkgnd.png);
	background-repeat: repeat-x;
	width:796px;
	height:46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-top: 1px;
	padding-left: 15px;
	vertical-align: top;
	text-transform: uppercase;
}
.center_news_bar {
	background-image: url(../common_images/news_bar_bkgnd.png);
	background-repeat: repeat-x;
	width:796px;
	height:46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.center_news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 0px;
}
.center_news_local_type {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 13px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.center_articles_bar {
	background-image: url(../common_images/articles_bar_bkgnd.png);
	background-repeat: repeat-x;
	width:796px;
	height:46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.center_events_contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.center_events_contents th {
	text-align: right;
	padding-right: 15px;
	width:20%;
	vertical-align: top;
}
.div_pagination {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-right: 10px;
}
.registration_fee_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding-left: 2px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
}
.registration_fee_tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-top: 6px;
}
.registration_fee_tbl hr {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
	height: 1px;
}
.login_tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #CCC;
}
.medium_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #069;
}
.login_tbl th {
	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 50%;
}
.login_tbl td {
	text-align: left;
	vertical-align: middle;
	width: 50%;
}
.form_tbl {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F7F7F7;
	border: thin solid #7CA8FD;
	padding-top: 8px;
	padding-bottom: 8px;
}
.form_tbl th {
	text-align: right;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	font-weight: lighter;
	width: 30%;
	vertical-align: top;
}
.form_tbl td {
	text-align: left;
	padding-left: 10px;
}
.form_tbl input {
}
.form_tbl_ext {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F7F7F7;
	border: thin solid #7CA8FD;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
.form_tbl_ext fieldset {
	border: thin solid #ADBBFF;
	background-color: #EFEEF4;
}
.form_tbl_ext legend {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004D9D;
}
.form_tbl_ext label {
	text-align: left;
	float: left;
	padding-left: 4px;
	width: 50%;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.center_video_tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	width: 80%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.center_video_tbl hr {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFF;
	height: 1px;
}
.center_video_tbl td {
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.center_video_tbl th {
	text-align: left;
	vertical-align: middle;
	width: 50%;
	padding-left: 6px;
}
.table_lines_1 {background:#D3D3D3;}
.table_lines_2 {background-color:#F5F5F5;}
#different_style table{
	width:100%;
}
#different_style td{
	padding: 5px;
	border: 1px solid #7391B8;
}
#different_style th {
	padding: 5px;
	font-weight:normal;
	border: solid 1px #8BB0B8;
	background-color: #F0E8FC;
}
#different_style h1 {
	font-size: 12px;
	color:#0066CC;
	padding:6px;
    border: 1px solid #DDD;
    height:8px;
}
.news_globe_center {
	float: right;
	vertical-align: top;
	padding-right: 5px;
}
.jjfj_bar_logo_events {
	padding-top: 4px;
	float: right;
	padding-right: 12px;
}
.jjfj_bar_logo_center {
	padding-top: 4px;
	float: right;
}
.contents_column {
	padding: 3px;
}
.center_table {
	width: 392px;
}
#athletes_list {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: left;
	width: 90%;
	padding-right: 4px;
	padding-left: 4px;
}
#athletes_list th {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#athletes_list hr {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFF;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.academy_name_column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-right: 5px;
	width: 30%;
}
