@charset "UTF-8";

/*======================================== 雪月華 CSS ====================*/



/*===== BASIC =====*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background: url(/images/background.jpg) center center;
	color: #333333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
img {
	border: 0;
}



#wrap {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: url(/images/common_frame.png) repeat-y center center;	
}



/*===== HEADER =====*/
#header {
	width: 960px;
	height: 544px;
	margin: 0px auto;
	padding: 0px;
	background: url(/images/top_main.jpg) no-repeat bottom center;
	text-align: left;
}
#header_logo a {
	display: block;
	width: 256px;
	height: 128px;
	margin: 0px;
	padding: 0px;
	background: url(/images/top_logo.jpg) no-repeat bottom left;
	text-indent:-9999px;
}



/*===== LANGUAGE =====*/
#language {
	margin: auto;
	width: 522px;
	height: 80px;
	color: #999999;
}
#language_j {
	float: left;
	width: 260px;
	text-align: center;
	line-height: 80px;
}
#language_e {
	float: right;
	width: 260px;
	text-align: center;
	line-height: 80px;
}
#language a {
	text-decoration: none;
	color: #999999;
}
#language a:hover {
	color: #333333;
}



/*===== SAKURA 2009 =====*/
#sakura_2009, #sakura_2010 {
	margin: 16px 0px;
}
#sakura_2009 a, #sakura_2010 a {
	color: #005a65;
	text-decoration: none;
}



/*===== SPONSOR =====*/
#sponsor {
	margin: 0px auto;
	padding: 40px 0px;
	width: 64px;
	text-align: center;
}
#hyacca {
	margin: auto;
	text-align: center;
}
#hyacca a {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0px 0px 16px 0px;
	background: url(/images/logo/top_hyacca.jpg) no-repeat bottom center;
	text-indent:-9999px;
}



/*===== COPYRIGHT =====*/
#copyright {
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: url(/images/common_frame_bottom.png) no-repeat bottom center;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
