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

* {
	margin:0px;
	padding:0px;
}
html {
	height:100%;
	font-size: 0.7em;
	line-height: 140%;
	color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
body{
	height:100%;
	background-color:#ffffff;
	background-image:url(../images/top_bg.gif);
}
* html { /* IE6 */
	font-size: 0.7em;
}
*:first-child+html { /* IE7 */
	font-size: 0.7em;
}

body > #wrapper {
	height: auto;
}
a:link {
	color:#666666;
}
a:visited {
	color:#666666;
}
a:hover {
	text-decoration:none;
	color:#666666;
}
a:active {
}

#footer a:link {
	color:#ffffff;
}
#footer a:visited {
	color:#ffffff;
}
#footer a:hover {
	text-decoration:none;
	color:#ffffff;
}
#footer a:active {
}
.clear {
	clear:both;
}
#header {
	margin-bottom:30px;
}
#naviarea {
	margin-top:1px;
	width:960px;
	height:30px;
	background-color:#000000;
	text-align:right;
}
#logo_all {
	widht:960px;
	padding:4px 6px 0px 0px;
	text-align:right;
}
#footer {
	width:570px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
}
#footer ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#footer li {
	padding:0px 5px 0px 5px;
	float:left;
	border-right: solid 1px #ffffff;
}
#footer li.last{
	border-right:0px;
}
#footer #copyright {
	margin-bottom:10px;
}
/*--------------------------------------------------------------*/
/*                            トップページ                                   */
/*--------------------------------------------------------------*/
#wrapper {
	height:100%;
	min-height:100%;
	width:968px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/top_main_bg.gif);
}
#top #header {
	padding-top:150px;
}
#top #main {
	margin-left:4px;
	width:960px;
	background:url(../images/top_logos.jpg) no-repeat;
	text-align:center;
}
#top h2 {
	margin-top:10px;
}

#top #year {
	margin-top:40px;
}
#top #logo {
	margin-top:11px;
}
#top #copyright {
	margin-top:47px;
}
#top #enter {
	width:142px;
	margin-left:auto;
	margin-right:auto;
	margin-top:195px;
	text-align:center;
}
#top #enter a {
	display:block;
	width:142px;
	height:32px;
	line-height:32px;
	background:url(../images/top_enter_btn.gif) 0 0  no-repeat;
	text-decoration:none;
}
#top #enter a:hover,
#top #enter a:focus {
	background:url(../images/top_enter_btn.gif) 0 -32px no-repeat;
}
