@charset "utf-8";
/*formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	list-style: none;	
	font-size: 110%;
}
body {
	/*background-image: url(images/BG_mizutama.gif);
	background-repeat: repeat-x;*/
	background-image:none;
	background-color: #000000;
	}
/*class
----------------------------------*/
.floatleft{
	float: left;
}
.clearboth{
	clear: both;
}
.line_height{
	line-height: 2em;
}

.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: 100%;
	margin-right: 0;
	margin-left: 0;
}

#wrapper_e {
	font-size: 130%;
	height: auto;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

#BGtop{
	display:none;
}

#BGright{
	display:none;
}

#iprope{
	position: absolute;
	left: 15px;
	top: 18px;
}

#foriphone{
	position: absolute;
	left: 30px;
	top: 60px;
}

/*main layout
----------------------------------*/
#white{
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin: 0;
	margin-right:auto;
	margin-top:35px;
	/*z-index:0;*/
}

#english{
	margin-left: 320px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#home{
	left: 400px;
}

#titlePC {
	display:none;
}

#titleiPhone {
	display:block;
}

#icons {
	display:none;
}

#iconiPhone {
	display:block;
	width:auto;
	height:48px;
	/*display:block;*/
	/*position:absolute;*/
	margin:0;
	padding:0;
	text-align:left;
}

#iconiPhone img{
	width:64px;
	height:64px;
	margin:6px;
	margin-right:0;
	margin-left:1px;
}

#youtube {
	display:none;
}

#youtubei {
	display:block;
	height: 340px;
}


/*news layout
----------------------------------*/
#news{
	display: none;
}

#newsbox{
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #ff0000;
	clear: both;
	height: auto;
	width: 90%;
	margin-left: 20px;
}

#newsIphone{
	background-image: url(images/news.png);
	height: 52px;
	width: 490px;
	background-repeat: no-repeat;
	margin: 30px 0px 0px;
	position: relative;
	right: 10px;
}

/*footer layout
----------------------------------*/
#footertext{
	float: right;
	clear: both;
	color: #FF3300;
	margin-top: 5px;
	margin-right:10px;
	height:26px;
	}
	
#footer{
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	height: 70px;	
}

#footer img {
	line-height:26px;
	height:40px;
}

#footer img#addres {
	margin:0;
	padding:0;
	margin-right:5px;
	height: 30px;
}

#footerLine{
	background-image: url(images/footerLine.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 100%;
}

