/********************
Yui font css
********************/
body{
	font:12px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;/* for IE */
	*font:x-small;/* for IE in quirks mode */
	font-family:'EAECEaEI',Meiryo,'EqEaEMEmapES Pro W3','Hiragino Kaku Gothic Pro','ClCr CoESEVEbEN',sans-serif;
}

select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}

table{font-size:inherit;font:100%;}

pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/********************
reset browsers default css
********************/

/********************
Universal selecter
********************/
* {
	margin: 0;
	padding: 0;
}

/********************
html, body
********************/
html {
	height:100%;
}
html>/**/body {
	overflow:-moz-scrollbars-vertical;
}
html:first-child body {
	min-height:100%;
	padding-bottom:1px;
}

/********************
table
********************/
table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th,td {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
caption {
	text-align:left;
}

/********************
list
********************/
ul,ol,dl {
	list-style:none;
}
li {
	display:list-item;
}

/********************
img, object
********************/
img,a img {
	vertical-align:bottom;
	border:none;
	background:transparent;
}
object,embed {
	vertical-align:top;
}

/********************
form
********************/
fieldset {
	border:none;
}

/********************
text style
********************/
em,address,dfn {
	font-style:normal;
}
ul ul,ul dl,dl ul,table p,table ul,table table {
	font-size:100%;
}

/********************
hr, other
********************/
hr {
	height:0px;
	margin:7px 0;
	border:none;
	border-top:1px solid #000;
}
* html hr {/* for -IE6 */
	margin:0;
}
*:first-child+html hr {/* for IE7 */
	margin:0;
}

/********************
float fix
********************/
.clearfix:after { /*--for modorn brouser--*/
content: ".";
display: block;
clear: both;
height: 0;
font-size: 0.1;
visibility: hidden;
}	

.clearfix{ /*--IE 5.5-7--*/
zoom:1;}

/********************
hide outline
********************/	
a, a img {
	outline: 0;
}

/********************
end of reset css
********************/

/********************
Common Setting
********************/
body{
	background:#000;
	color: #fff;
}

a:link,
a:visited{
/*	border-bottom: 1px dotted #666;*/
	color: #e4d191;
	text-decoration: none;
}

a:hover{
	color: #b69141;
}

a:active{
	color: #fff;
}

p{
	font-size: 93%;
	line-height: 1.5;
}

.l_caps{
	text-transform: uppercase;
}

.hiding{
	display:none;
}

.alt{
	display: none;
}

/********************
Basic Box Setting
********************/
#container{
	width: 950px;
	margin: 0 auto;
	background: url('images/bg_container.jpg') repeat-y;
}

#header{
	width: 950px;
	height: 120px;
	background: url('images/bg_header.jpg') no-repeat;
}

#main{
	width: 950px;
	padding:0px 0px 0px 0px;
}
#rightbox{
	width:925px;
	margin: 0 0 0 25px;
}
#contents{
	width:925px;
	height:500px;
}

#footer{
	width: 925px;
	height: 60px;
	margin: 0;
	background: url('images/bg_footer.jpg') no-repeat -25px 0;
}

/********************
 TOP PAGE ONLY    START here
********************/

#index #main{
	width: 950px;
	padding: 0;
}

#index #main #flash{
	width: 900px;
	height: 500px;
}

#news_box{
	width: 895px;
/*	height: 210px;*/
	border-bottom: 1px solid #b89a66;
	margin: 10px 0;
	padding: 0 15px 0 15px;
}

#ban{
clear: both;
width: 900px;
text-align: center;
}

#news{
	width: 490px;
	height: 90px;
	border: 1px solid #392611;
	overflow: auto;
	padding: 4px;
	font-size: 85%;
}


#news_wrapper{
	width: 420px;
	display: inline;
	float: left;
}

#news_box h3{
	width: 200px;
	height: 20px;
	background: url('images/h3_news_info.gif') no-repeat;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #392611;
	overflow: hidden;	
}

#news dl{
	width: 490px;
	height: 150px;
	overflow: auto;
	font-size: 85%;
}

#news dl dt{
	clear: both;
	float: left;
	width: 70px;
	text-align: right;
	padding: 5px 0 0 20px;
}

#news dl dd{
	float: right;
	width: 330px;
	border-left: 3px solid #392611;
	padding: 5px 10px 0 5px;
}

#news_box .float_r{
	width: 460px;
	display: inline;
	float: right;
}
/********************
TOP PAGE ONLY     End here
********************/

/********************
Header Setting
********************/
h1{
	padding:0px;
	margin:0px;
	width:190px;
	height:60px;
	font-size:10px;
	float:left;
}
h1 a{
	display:block;
	width:190px;
	height:60px;
	text-indent:-9000px;
/*	background: url('images/bg_h1.jpg') no-repeat;*/
}
#header p{
	width:172px;
	height:60px;
	float:right;
	text-indent:-9000px;
/*	background: url('images/bg_header_info.jpg') no-repeat;*/
}
/********************
Navigation Setting
********************/
#navi{
	clear: both;
	width: 600px;
	height:25px;
	margin: 0 0 0 190px;
	padding: 30px 0 0 0;
}

#navi li{
	width: 100px;
	height: 25px;
	float: left;
}

#navi li a{
	display: block;
	width: 100px;
	height: 25px;
	margin:0;
	padding:0;
	overflow: hidden;
	background: url('images/navi.jpg') no-repeat;
	text-indent: -9999px;
}

#navi01 a:link,
#navi01 a:visited { background-position: 0  -0px; }
#page01 #navi01 a { background-position: 0 -50px; }
#navi01 a:hover   { background-position: 0 -25px; }
#navi01 a:active  { background-position: 0 -50px; } 

#navi02 a:link,
#navi02 a:visited { background-position: -100px  -0px; }
#page02 #navi02 a { background-position: -100px -50px; }
#navi02 a:hover   { background-position: -100px -25px; }
#navi02 a:active  { background-position: -100px -50px; } 

#navi03 a:link,
#navi03 a:visited { background-position: -200px  -0px; }
#page04 #navi03 a { background-position: -200px -50px; }
#navi03 a:hover   { background-position: -200px -25px; }
#navi03 a:active  { background-position: -200px -50px; } 

#navi04 a:link,
#navi04 a:visited { background-position: -300px  -0px; }
#page03 #navi04 a { background-position: -300px -50px; }
#navi04 a:hover   { background-position: -300px -25px; }
#navi04 a:active  { background-position: -300px -50px; } 

#navi05 a:link,
#navi05 a:visited { background-position: -400px  -0px; }
#page05 #navi05 a { background-position: -400px -50px; }
#navi05 a:hover   { background-position: -400px -25px; }
#navi05 a:active  { background-position: -400px -50px; } 

#navi00 a:link,
#navi00 a:visited { background-position: -500px  -0px; }
#page00 #navi00 a { background-position: -500px -50px; }
#navi00 a:hover   { background-position: -500px -25px; }
#navi00 a:active  { background-position: -500px -50px; } 


/********************
Footer Setting
********************/
#footer{
	padding:15px 0 0 0;
}
#copyright,
address{
	color: #999;
	font-family: Georgia, serif;
	font-size: 77%;
}

#copyright{
	text-align:center;
	display: none;
/*	padding: 10px 0 0 10px;*/
}
#fnavi li{
	float: left;
	width: 100px;
	text-align:center;
	padding:10px 0;
	font-size:10px;
}


/********************
News and Informain
********************/
#news{
	width: 400px;
	height: 135px;
	float: left;
}

#links{
	width: 475px;
/*		height: 120px;*/
/*	float: right;*/
	text-align: center;
	border-top: 1px solid #523719;
	padding: 10px 0 0 0;
	margin: 15px 0 0 0;
}

#links li{
	float: left;
	padding: 0 10px 0 0;
	font-size: 85%;
}

#links a{
	display: inline-block;
}

#banners{
	margin: 3px 0 3px 0;
}

#banners li{
	display: inline;
	float: left;
	width: 150px;
	height: 40px;
}

#banners li a{
	display: block;
/*	text-align: center;*/
}
