@charset "utf-8";
/* CSS Document */

p.backto_list_head {
	position: absolute;
	right: 15px;
	top: 5px;
}

p.backto_list {
	margin: 0 15px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #ccc;
	padding: 10px;
	text-align: center;
	clear: both;
}

/*--------------------------------------
	news_topics/tournament_list
---------------------------------------*/
div.entries,
div.news {
	margin: 8px 9px 8px 4px;
	position: relative;
	border: 1px solid #D0D0D0;
}

div.entries h2,
div.news h2 {
	margin: 8px 0 0 5px;	
}

div.entries h2 {
	margin: 0;
	padding: 5px 2px 2px 3px;
}

div.entries p.update,
div.news p.update {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 35px;
	top: 20px;
}

div.entries div.entries_content,
div.entries div.entries_content dl,
div.news div.news_content,
div.news div.news_content dl {
	margin: 0;
	padding: 0;
}

/*	content
----------------*/

div.entries div.entries_content,
div.news div.news_content {
	margin: 0 0 0 20px;
	overflow: auto;
	width: 645px;
	height: 400px;
	line-height: 1.25;
}

div.entries div.entries_content {
	margin: 0 0 0 10px;
	height: 200px;
	width: 645px;
}

/*	content dl
----------------*/
div.entries div.entries_content dl,
div.news div.news_content dl {
	border-bottom: 1px dotted #c0c0c0;
	line-height: 17px;
}

div.entries div.entries_content dl dt,
div.news div.news_content dl dt {
	float: left;
	margin: 12px;
	width: 110px;
	background: no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
}

div.entries div.entries_content dl dd,
div.news div.news_content dl dd {
	margin: 12px 12px 12px 0;
	padding: 0 0 0 57px;
	float: left;
	width: 345px;
	background: no-repeat left top;
}

div.entries div.entries_content dl dd {
	padding: 0;
	width: 370px;
}

/*	content more
----------------*/
div.entries div.entries_content dl dd.more,
div.news div.news_content dl dd.more {
	float: left;
	padding: 0;
	width: 66px;
	font-size: 1px;
	line-height: 0;
}

div.entries div.entries_content dl dt.new,
div.news div.news_content dl dt.new {
	background-image: url(images/news/new.jpg);
}

div.news div.news_content dl dd.info {
	background-image: url(images/news/cat_info.jpg);	
}

div.news div.news_content dl dd.familiarize {
	background-image: url(images/news/cat_familiarize.jpg);	
}

div.news div.news_content dl dd.toneup {
	background-image: url(images/news/cat_toneup.jpg);	
}

div.news div.news_content dl dd.result {
	background-image: url(images/news/cat_result.jpg);	
}

div.news div.news_content dl dd.tournament {
	background-image: url(images/news/cat_tournament.jpg);	
}

/*--------------------------------------
	h3_categories
---------------------------------------*/
div.section h3 span {
	background: no-repeat left 5px;
}

div.section h3.icon_ski1 span.info,
div.section h3.icon_ski2 span.info {
	background-image: url(images/news/cat_info.jpg);	
	padding: 5px 0 2px 57px;
}

div.section h3.icon_ski1 span.familiarize,
div.section h3.icon_ski2 span.familiarize {
	background-image: url(images/news/cat_familiarize.jpg);	
	padding: 5px 0 2px 57px;
}

div.section h3.icon_ski1 span.toneup,
div.section h3.icon_ski2 span.toneup {
	background-image: url(images/news/cat_toneup.jpg);	
	padding: 5px 0 2px 57px;
}

div.section h3.icon_ski1 span.result,
div.section h3.icon_ski2 span.result {
	background-image: url(images/news/cat_result.jpg);	
	padding: 5px 0 2px 57px;
}

div.section h3.icon_ski1 span.tournament,
div.section h3.icon_ski2 span.tournament {
	background-image: url(images/news/cat_tournament.jpg);	
	padding: 5px 0 2px 57px;
}

/*--------------------------------------
	interview
---------------------------------------*/
address.ski_commitee {
	border: 1px solid #ccc;
	padding: 10px 25px;
	margin: 0 15px 15px;
	display: inline;
	font-style: normal;
	float: right;
}

p.fax_interview a {
	display: block;
	width: 95px;
	margin: 25px 15px 15px 40px;
	padding: 0 0 0 45px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
	background: url(images/common/icon_pdf.gif) no-repeat left top;
}

p.fax_interview a:hover {
	color: #09F;
}


/*--------------------------------------
	result_body
---------------------------------------*/
div.result_head {
	height: 25px;
	position: relative;
}

div.result_head .result_title {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: normal;
	background: url(images/common/icon_dot_arrow.gif) no-repeat left 5px;
}

div.result_head .date {
	margin: 0;
	padding: 0;
	font-size: 13px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

div.result_body {
	border: 1px solid #CCC;
	padding: 0;
}

div.section div.result_body p {
	margin: 13px 8px 5px;
	line-height: 1.5;
	padding: 0;
}

div.result_body div.image {
	margin: 10px 8px;	
}

div.result_body div.image span.caption {
	font-size: 10px;
	display: block;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

div.result_list {
	margin: 15px 15px;
}

div.result_list dl dt {
	margin: 3px 0 0;
	float: left;
}

div.result_list dl dd {
	margin: 0 0 0 65px;
}

div.result_list dl dd a {
	padding: 4px 30px 4px 0;
	line-height: 25px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background: url(images/common/icon_mini_pdf.gif) no-repeat right top;
}

div.result_list dl dd a:hover {
	color: #09f;
}


/*--------------------------------------
	info_news
---------------------------------------*/
ul.jpn_paralympics_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.section ul.jpn_paralympics_list li {
	margin: 0 0 10px;
	padding: 0;
}

dl.info_news {
	margin: 0 0 0 35px;	
}

dl.info_news dt {
	float: left;
	width: 180px;
}

dl.info_news dd {
	margin:0 0 5px 190px;
}

/*--------------------------------------
	tournament
---------------------------------------*/
div.table table.tournament thead th {
	font-weight: bold;
	padding: 5px 5px;
	background-color: #DFE8F5;
}

div.table table.tournament th,
div.table table.tournament td {
	vertical-align: middle;
	border-width: 0 1px 0 0;
	border-color: #aaa;
	border-style: dotted;
}

div.table table.tournament td.pdf {
	width: 50px;
	text-align: center;
	border-width: 0 0 0 1px;
	border-color: #aaa;
	border-style: dotted;
}

div.table table.tournament thead th.pdf {
	border-width: 0 0 0 1px;
}

/*--------------------------------------
	archive
---------------------------------------*/

div#page_archive ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
}
div#page_archive ul ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
}

/*--------------------------------------
	introduction
---------------------------------------*/

div#page_introduction h4 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#page_introduction div.section div.section {
	margin-left: 20px;
}
div#page_introduction dl {
	margin-left: 20px;
}
div#page_introduction dt {
	margin: 5px 0px;
}
div#page_introduction dd {
	margin-left: 20px;
}
div#page_introduction p.link {
	margin-right:15px;
	text-align:right;
}
div#page_introduction div.section div.section div.section {
	margin-top: 2px;
	margin-bottom: 2px;
}
div#page_introduction div.section div.section div.section p {
	margin-top: 2px;
	margin-bottom: 2px;
}
div#page_introduction h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--------------------------------------
	introduction_alpin
---------------------------------------*/
div#page_introduction_alpin div.section div.section {
	padding-left: 20px;
}
div#page_introduction_alpin div.table table {
	border-collapse: collapse;
	width: 80%;
}
div#page_introduction_alpin div.table table td,
div#page_introduction_alpin div.table table th {
	border: 1px solid #888;
	padding: 5px;
}
div#page_introduction_alpin div.table table th {
	background-color: #f8f8f8;
}
div#page_introduction_alpin h4 {
	border: 1px dotted #ccc;
	background-color: #eee;
	padding: 5px;
	color: #666;
}
div#page_introduction_alpin div.section div.section dl {
	margin-left: 7px;
}
div#page_introduction_alpin div.section div.section dt {
	font-weight: bold;
}
div#page_introduction_alpin div.section div.section dd {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*--------------------------------------
	introduction_nordic
---------------------------------------*/
div#page_introduction_nordic div.section div.section {
	padding-left: 20px;
}
div#page_introduction_nordic div.table table {
	border-collapse: collapse;
	width: 80%;
}
div#page_introduction_nordic div.table table td,
div#page_introduction_nordic div.table table th {
	border: 1px solid #888;
	padding: 5px;
}
div#page_introduction_nordic div.table table th {
	background-color: #f8f8f8;
}

div#page_introduction_nordic div#page_introduction_nordic_point {
	margin: 10px;
	margin-left: 30px;
	padding: 10px;
	border: 1px dotted #ccc;
}
div#page_introduction_nordic div#page_introduction_nordic_point h4 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	background-color: #fff;
}
div#page_introduction_nordic div#page_introduction_nordic_point p {
	padding: 0;
	margin: 0;
}
div#page_introduction_nordic div#page_introduction_nordic_section2 h5 {
	font-size: 12px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--------------------------------------
	PDF download link
---------------------------------------*/
p.download_pdf {
	display: block;
	padding: 0 0 0 45px;
	line-height: 40px;
	background: url(images/common/icon_pdf.gif) no-repeat left top;
	white-space: nowrap;
}
p.download_pdf a {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

p.download_pdf a:hover {
	color: #09F;
}

/*--------------------------------------
	profile_league
---------------------------------------*/
div#page_profile_league li {
	list-style:none;
	padding: 0;
	margin: 0;
}
div#page_profile_league li p {
	margin: 0;
}

/*--------------------------------------
	profile_shintai
---------------------------------------*/
div#page_profile_shintai table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
div#page_profile_shintai td,
div#page_profile_shintai th {
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: normal;
}
div#page_profile_shintai th {
	white-space: nowrap;
	background-color: #f8f8f8;
}

/*--------------------------------------
	profile_chiteki
---------------------------------------*/
div#page_profile_chiteki table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-top: 20px;
}
div#page_profile_chiteki td,
div#page_profile_chiteki th {
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: normal;
}
div#page_profile_chiteki th {
	white-space: nowrap;
	background-color: #f8f8f8;
}

/*--------------------------------------
	inquiry
---------------------------------------*/
div#page_inquiry address {
	border: 1px solid #ccc;
	padding: 10px 25px;
	margin: 0 15px 15px;
	font-style: normal;
}
div#page_inquiry div.table {
	width: 80%;
}
div#page_inquiry table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}
div#page_inquiry td,
div#page_inquiry th {
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: normal;
}
div#page_inquiry th {
	white-space: nowrap;
	background-color: #f8f8f8;
	width: 100px;
}
div#page_inquiry .error {
	padding: 3px 5px;
	margin: 3px;
	background: #FFC;
	color: red;
	border: 1px red solid;
}
div#page_inquiry form,
div#page_inquiry fieldset {
	display: block;
}
div#page_inquiry ul {
	list-style: none;
}
div#page_inquiry li {
	float: left;
}
div#page_inquiry input.text,
div#page_inquiry textarea {
	width: 300px;
	font-size: 12px;
}
div#page_inquiry textarea {
	height: 100px;
}

/*--------------------------------------
	Clear Fix
---------------------------------------*/
div.entries div.entries_content dl,
div.news div.news_content dl { _height: 1px; min-height: 1px; /* for MacIE5 \*//*/ height: auto; overflow: hidden; /* end */ }
div.entries div.entries_content dl:after,
div.news div.news_content dl:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }

