@charset "UTF-8";
/*--clearfix--*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*--clearfix end--*/

/*img, div {
	behavior: url("js/iepngfix.htc");
}*/

/*--common--*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, address, form, blockquote, pre, code, img {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size: 100%;
}
a {
	color:#bcbcbc;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
.nodisplay {
	display:none;
}
a:active, a:focus {
	outline:none;
}
/*--common end--*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height:1.5;
	font-size:12px;
 /font-size:75%;	/*forIE*/
	color:#333;
	background:#0d0d0d;
	_text-align:center;
}
#wrap {
	background:url(/common/img/bg_index.png) no-repeat top center;
	width:1050px;
	margin:0 auto;
}
#logo {
	width:265px;
	margin:0 auto;
	padding:172px 0 0 0;
}
#lang {
	width:265px;
	margin:57px auto 0 auto;
}
#copyright {
	font-size:10px;
	color:#595959;
	text-align:center;
	margin:93px auto 0 auto;
}
