/* main.css */

/*///////////////////////// BASE //////////////////////////////*/

html, body {
	background: #F0F0F0;
	margin: 0px;
	padding: 0px;
	font-family: "MS PSVbN", "Osaka", "qMmpS Pro W3";
}

#wrapper {
	width: 860px;
	margin: 0px auto;
	background: #FFF url(../../img/header/shadow_l.gif) top left repeat-y;
}

#container {
	background: url(../../img/header/shadow_r.gif) top right repeat-y;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

img { -ms-interpolation-mode: bicubic; }


/*_*//*/
#container { position: fixed;}
/* */


#header {
	width: 850px;
	height: 120px;
	border: 0px;
	text-align: left;
	margin: 0px auto 0px 5px;
	z-index: 9990;
	background: #FFFFFF;
}

#spacer {
	height: 25px;
	width: 835px;
	background: #ffffff;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 10px;
	font-size: 9px;
	text-align: left;
	color: #CCCCCC;
	
}

#header #white {    
	background: url(../../img/header/h_white.png) repeat-x left top;
	width: 850px;
	height: 85px;
	border: 0px;
}

#white img{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 30px;
	left: 10px;
	border: 0px;
	float: left;
}

#menu img {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 80px;
	outline: 0;
	top: 36px;
	width: auto;
}

#menu a {color: #CCCCCC; border-color: #CCCCCC !important;}
#menu a:link {color: #CCCCCC; border-color: #CCCCCC !important;}
#menu a:visited {color: #CCCCCC; border-color: #CCCCCC !important;}
#menu a:hover {color: #FCFCFC; border-color: #FCFCFC !important;}
#menu a:active {color: #FCFCFC; border-color: #FCFCFC !important;}




#menu #pipers img {
	display: block;
	background: #fff;
	height: 80px;
	width: auto;
	margin-left: 15px;
}

#menu #score img {
	display: block;
	background: #fff;
	margin-left: 13px;
	height: 80px;
	width: auto;
}

#menu #nakagawa img {
	display: block;
	background: #fff;
	margin-left: 13px;
	height: 80px;
	width: auto;
}



* html #menu img {
	border-color: #ccc;
}




#header #title {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 53px;
	right: 7px;
	border: 0px;
	background: url(../../img/header/h_title.png) no-repeat;
	float: right;
	text-indent: -9999px;
	width: 210px;
	height: 20px;
}


#header #english {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 10px;
	right: -200px;
	border: 0px;
	float: right;
	color: #333;
	font-size: 10px;
	text-align:right;
	text-indent: 0px;
	width: 206px;
	height: 21px;
}


#header #menu {
	height: 35px;
	width: 850px;
	padding: 0px;
	margin: 0px;
	top: 85px;
}

#menu ul {
	width: 850px;
	height: 35px;
	color: #FFFFFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

#menu li {
	float: left;
	height: 35px;
	text-indent: 0px;
}

#menu a {
	display: block;
	height: 35px;
	outline-style: none;
	text-indent: 0px;
	text-decoration: none;
}
	
#header a:link {
	color:#AAAAAA;
	text-decoration: none;
}

#header a:visited {
	color:#999999;
	text-decoration: none;
}


#header a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}

#menu a:hover {
	background-position: left bottom;
}

#menu #left {
	background: transparent url(../../img/header/m_left.png) repeat-x left top;
	width: 179px;
	height: 35px;
	border-top: 0px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0px solid #333333;
	border-left: 0px solid #333333;
}


#menu #pipers a {
	background: transparent url(../../img/header/m_pipers.png) no-repeat right top;
	width: 160px;
	height: 35px;
}
#menu #pipers a:hover {
	background-position: right bottom;
}


#menu #score a {
	background: transparent url(../../img/header/m_score.png) no-repeat left top;
	width: 190px;
	height: 35px;
}
#menu #score a:hover {
	background-position: left bottom;
}


#menu #nakagawa a {
	background: transparent url(../../img/header/m_nakagawa.png) no-repeat left top;
	width: 190px;
	height: 35px;
}
#menu #nakagawa a:hover {
	background-position: left bottom;
}


#menu #right {
	background: transparent url(../../img/header/m_right.png) repeat-x left top;
	width: 130px;
	height: 35px;
}


