@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------*/
/*大枠ボックス構成*/
/*----------------------------------------------------------*/

#header {
	width:1030px;
	height:80px;
}

#left_box {
	width:110px;
	height:800px;
	float:left;
}

#center_box {
	width:920px;
	height:850px;
	float:left;
}

#btn_bar {
	width:1030px;
	height:60px;
	clear:both;
}

#footer {
	 width:1030px;
     height:30px;
	 font-size:11px;
     color:#ffffff;
     text-align:center;
}

/*----------------------------------------------------------*/
/*ヘッダー*/
/*----------------------------------------------------------*/

#header .rogo {
	margin-top:30px;
}

/*----------------------------------------------------------*/
/*レフトボックス*/
/*----------------------------------------------------------*/

#left_box a {
	color:#ffffff;
	text-align:left;
	font-size:14px;	
	text-decoration:none;
}

#left_box a:hover {
	color:#F90
}

/*----------------------------------------------------------*/
/*センターボックス*/
/*----------------------------------------------------------*/

#center_box h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	margin-left:160px;
	color:#ffffff;

}

#center_box .text {
	margin-top:10px;
	margin-left:190px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
	color:#ffffff;
}

#center_box .english {
	margin-top:30px;
	margin-left:190px;
	font-family:"Courier New", Courier, monospace;
	/*font-size:12px;*/
	font-size:13px;
	line-height:1.6;
	color:#ffffff;
}

#center_box .photo {
	margin-top:50px;
	margin-left:30px;
	float:left;
}

#center_box .photo a:hover img {
	filter:alpha(opacity=60);
	moz-opacity:0.60;
	opacity:0.60;
	
}

/*----------------------------------------------------------*/
/*ボタンバー*/
/*----------------------------------------------------------*/

#btn_bar a {
	margin-top:20px;
	margin-left:40px;
	font-size:14px;
	float:left;
	color:#ffffff;
    text-decoration:none;
}

#btn_bar .jeans {
	margin-left:630px;
}

#btn_bar a:hover {
	color:#F90
}

