@charset "UTF-8";

form,
fieldset {
	marign: 0;
	padding: 0;
	border: none;
	display: inline;
}

/*----------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center; /* Centering for IE6 */
	background: #f8f8f8 url(images/common/bg_body.jpg) repeat-y top center;
	font: 12px/1.5 "ＭＳ Ｐゴシック", "MS PGothic", Osaka, monospace;
	font-weight: normal;
	color: #333;
}

a {
	color: #31579F;	
}

a:hover {
	color: #68ACD4;
}

a:active {
	color: #375267;
}

.site_title {
	margin: 4px 0 0 14px;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}

/*--------------------------------------
	layout
---------------------------------------*/
* html body { padding-left: 1px; }
*:first-child+html body { padding-left: 1px; }
a img {	border: none; }

div.header,
div.content,
div.footer {
	margin: 0 auto;
	text-align: left;
	clear: both;
	width: 950px;
	position: relative;
}

div.content {
	background-color: #F2F5F9;	
}

div.content div.main {
	background: #fff url(images/common/bg_main.jpg) repeat-x left top;
	float: right;
	width: 690px;
}

div.content div.main div.main_body {
	margin: 10px 10px 10px 6px;
}

div.content div.main div.main_body h2 {
	margin: 0;	
}

div.section {
	clear:both;
	margin: 0 10px 22px;
}

div.section h3{
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
}

div.section h3.icon_ski1 {
	background: url(images/common/icon_ski1.gif) no-repeat left top;
}

div.section h3.icon_ski2 {
	padding-left: 40px;
	background: url(images/common/icon_ski2.gif) no-repeat left top;
}

div.section h3 span.h3_content {
	padding: 3px 0 2px;
	border-bottom: 1px dotted #ddd;
	display: block;
}

div.section h3.icon_ski2 span.h3_content {
	padding: 5px 0 2px;
}

div.section p {
	margin: 12px 0 0 30px;
}

div.section ul { margin: 12px 0 0 20px; }
div.section ul li { margin: 10px; }

div.content div.utilities {
	background: #F2F5F9 url(images/common/bg_utilities.gif) repeat-x left top;
	float: right;
	width: 260px;
}


div.footer {
	background: url(images/common/bg_footer.jpg) repeat-x left top;
	height: 98px;
}

div.footer p.copyright,
div.footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 5px;
	margin: 0;
}

div.footer address {
	position: absolute;
	right: 10px;
	top: 39px;
	line-height: 1.8;
	font-style: normal;
	text-align: right;
}

div.footer p.nav {
	margin: 0;
	position: absolute;
	left: 10px;
	top: 5px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

/*--------------------------------------
	search_site
---------------------------------------*/
div.search_site {
/*	background: url(images/common/bg_search_site.jpg) no-repeat left top;*/
	position: absolute;
	right: 10px;
	top: 40px;
	width: 224px;
	height: 26px;
}

div.search_site input.text {
	width: 180px;
	position: absolute;
	left: 5px;
	top: 2px;
	border: none;
	background-color: transparent;
}

div.search_site input.submit {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 23px;
	width: 24px;
	background-color: transparent;
	border: none;
}

/*--------------------------------------
	navs
---------------------------------------*/
div.global_nav ul,
div.side_nav ul,
div.outcast_nav ul {
	margin: 0;
	padding: 0;
	list-style :none;
}

/*	outcast_nav
-----------*/
div.outcast_nav {
	height: 15px;
	width: 160px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
}

div.outcast_nav ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.5;
}

div.outcast_nav ul li.home {
	margin: 0 20px 0 0;
	background: url(images/common/outcast_nav1.jpg) no-repeat 0px 2px;
}

div.outcast_nav ul li.sitemap {
	background: url(images/common/outcast_nav2.jpg) no-repeat 0px 2px;
}

div.outcast_nav ul li a {
	color: #31579f;
	text-decoration: none;
}

div.outcast_nav ul li a.current {
	text-decoration: underline;	
}

/*	global_nav
-----------*/
div.global_nav {
	background: url(images/common/bg_global_nav.jpg) repeat-x left top;	
	height: 45px;
	overflow: hidden;
}

div.global_nav ul {
	margin: 0 9px 0 15px;
	padding: 2px 0 0;
}

div.global_nav ul li {
	float: left;
	margin: 2px 5px 4px 0;
	font-size: 1px;
	line-height: 0;
}

/*	side_nav
-----------*/
div.side_nav ul {
	margin: 8px 0 0 7px;	
}

div.side_nav ul li {
	margin: 0 0 2px;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}

/*--------------------------------------
	side_network
---------------------------------------*/
div.side_network {
	margin: 0 0 0 7px;
	width: 247px;
}

div.side_network h2 {
	margin: 0;
	padding: 4px 4px 3px;
	background: url(images/common/bg_h_network.jpg) no-repeat left top;
	font-size: 1px;
	line-height: 0;
}

div.side_network dl {
	margin: 0;
	padding: 15px 0 5px;
	background: url(images/common/bg_network.gif) no-repeat left bottom;
}

div.side_network dl dt,
div.side_network dl dd {
	margin: 0 0 0 10px;
	color: #666;
}

div.side_network dl dd {
	margin: 0 0 10px 20px;	
}

/*--------------------------------------
	supporters
---------------------------------------*/
div.supporters {
	margin: 10px 10px 10px 12px;
	position: relative;
	height: 230px;
	clear: both;
}

div.supporters h2 {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}

div.supporters dl,
div.supporters dl dt,
div.supporters dl dd {
	margin: 0;
	padding: 0;
}

div.supporters dl {
	position: absolute;
	left: 20px;
}

div.supporters dl dt {
	font-size: 12px;
	color: #666;
}

div.supporters dl dd {
	margin: 0 0 5px;
	float: left;
}

div.supporters dl.alpine_sponsor {
	top: 46px;
}

div.supporters dl.alpine_supporter {
	top: 120px;	
}

div.supporters dl.alpine_partner {
	top: 180px;	
}

div.supporters dl.cross_sponsor {
	width: 345px;
	top: 46px;
	left: 320px;
}

/*--------------------------------------
	table
---------------------------------------*/
div.table {
	margin: 0 0 0 30px;
}

div.table table.stripe {
	border-collapse: collapse;	
	width: 100%;
}

table.stripe,
table.stripe td,
table.stripe th {
	padding: 10px;
	border: none;
	font-weight: normal;
	vertical-align: top;
}

table.stripe td ul {
	margin: 0;
}

table.stripe tr.odd th,
table.stripe tr.odd td {
	background: #F5F7FA;
}

table.stripe tr.even th,
table.stripe tr.even td {
	background: FCFCFC;
}

/*--------------------------------------
	Clear Fix
---------------------------------------*/
div.content,
div.global_nav ul,3
div.side_nav ul,
div.outcast_nav ul { _height: 1px; min-height: 1px; /* for MacIE5 \*//*/ height: auto; overflow: hidden; /* end */ }
div.content:after,
div.global_nav ul:after,
div.side_nav ul:after,
div.outcast_nav ul:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }

