@charset "UTF-8";

/*======================================== hideyukiMORI. CSS ====================*/



body {
	margin: 0px 24px;
	padding: 0px;
	background-color: #000000;
	color: #d8d5bf;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
a {
	color: #ffaa00;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	color: #ffffff;
}
h1 {
	font-size: 14px;
	border-bottom: 2px solid #ffffff;
}



#wrap {
	width: 960px;
	margin: auto;
	text-align: left;
}



#language {
	position: relative;
}
#language_japanese a {
	position: absolute;
	top: 0px;
	right: 130px;
	display: block;
	z-index:1;
	width: 128px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	background-color: #ffaa00;
	color: #000000;
	line-height: 22px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#language_japanese a:hover {
	background-color: #ff6600;
}
#language_english a {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	z-index:1;
	width: 128px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	background-color: #ff6600;
	color: #000000;
	line-height: 22px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#language_english a:hover {
	background-color: #ff6600;
}





#header {
	position: relative;
}
#header_logo, #header_logo h3 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 320px;
	height: 96px;
}
#header_logo h3 a {
	display: block;
	width: 320px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	background: url(/images/logo.jpg) no-repeat top left;
	text-indent:-9999px;
}
#introduce {
	display: none;
}
#header #menu {
	position: absolute;
	left: 320px;
	top: 44px
}
#header #menu .menu_btn {
	float: left;
	margin: 0px 16px 0px 0px;
}
#header #menu .menu_btn a {
	text-decoration: none;
}
#header #menu .menu_btn a:hover {
	color: #ff6600;
	text-decoration: underline;
}



.box_center {
	text-align: center;
}



#footer {
	clear: both;
	margin: 8px 0px ;
	padding: 8px 16px 16px 16px;
	background-color: #222222;
	color: #555555;
}
#footer #about {
	margin: 0px 0px 24px;
}
#footer #banner {
	margin: 8px 0px;
}
#footer #banner a {
	margin: 0px;
	padding: 0px 3px 0px 0px;
}
#footer #copyright {
	margin: 8px 0px 0px;
	color: #cccccc;
	font-size: 10px;
	text-align: right;
}



#sns_api {
}