@charset "utf-8";
/*formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
body {
	font-size: 75%;
	background-image: url(images/BG_mizutama.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	}
/*class
----------------------------------*/
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clearboth{
	clear: both;
}
.line_height{
	line-height: 2em;
}
.iepngfix {   
    behavior: expression(IEPNGFIX.fix(this));   
}  

.style1 {
	color: #FF6600;
	font-weight: bold;
}

/*link styles
----------------------------------*/
a img{
    border-style:none;
}
a:link{
	color: #FF6600;
	text-decoration: none;
}
a:visited{
　　color: #FF6600;
	text-decoration: none;
}
a:hover{
	color: #66CC66;
}
a:active{
}

/*BG layout
----------------------------------*/
#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_e {
	font-size: 130%;
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:bottom;
}
#wrapper_e img{
	vertical-align:bottom;
	}

#BGtop{
	position: absolute;
	left: 150px;
	top: -10px;
	background-image: url(images/BG_top.png);
	behavior: expression(IEPNGFIX.fix(this));
	height:10px;
	width: 542px;
	overflow: hidden;
}
#BGright{
	position: absolute;
	left: 780px;
	top: 10px;
	background-image: url(images/BG_right.png);
	behavior: expression(IEPNGFIX.fix(this));
	height: 361px;
	width: 46px;
}
#iprope{
	position: absolute;
	left: 15px;
	top: 18px;
}
#foriphone{
	position: absolute;
	left: 181px;
	top: 32px;
}

/*main layout
----------------------------------*/
#white{
	background-color: #FFF;
	height: auto;
	width: 780px;
	margin-left: 100px;
	position: relative;
	margin-top: 10px;
	float: left;
	background-image: url(images/BG_gray.gif);
	background-repeat: no-repeat;
	margin-bottom: 70px;	
}

#english{
	margin-left: 600px;
	margin-top: 28px;
	margin-bottom:10px

}

#englishtop{
	margin-left: 680px;
	margin-top: 28px;
	margin-bottom:10px

}

#top_boxer{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

#titleiPhone {
	display:none;
}

#icons {
	width:48px;
	height:auto;
	display:block;
	position:absolute;
	left: -54px;
}

#icons img{
	width:48px;
	height:48px;
	margin-bottom:6px;
	behavior: expression(IEPNGFIX.fix(this));
}

#iconiPhone {
	display:none;
}

#youtubei {
	display:none;
}

/*news layout
----------------------------------*/
#news{
	position:relative;
	left: -35px;
	height:52px;
	margin-top:0;
}

#newsbox{
	overflow: auto;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #ff0000;
	clear: both;
	height: 5em;
	width: 600px;
	margin-left: 100px;
	line-height:1.4em;
}

#footertext{
	float: right;
	color: #FF3300;
	padding:0;
	margin:0;
	margin-top: 5px;
	margin-right:10px;
	height:26px;
}
	
#footer{
	clear: both;
	/*height: 25px;*/
	width: 770px;
	}
	
#footer img {
	line-height:26px;
	margin-left:10px;
}
	
#footerLine{
	background-image: url(images/footerLine.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 817px;
}

