@charset "utf-8";

body {
	background:url(../images/space.jpg) fixed;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding:20px 30px;
	background:url(../images/bg.png) repeat-y;
}
#wrapper a {
	text-decoration:none;
	color:#FC0;
}
#wrapper a:hover {
	color:#FF9;
	text-decoration:underline;
}

#wrapper p.pagetop {
	text-align:right;
}
#wrapper p.pagetop a {
	padding:20px 0 0 0;
	border-bottom:3px double #FC0;
}
#wrapper p.pagetop a:hover {
	text-decoration:none;
	border-bottom:3px double #FF9;
}

#side {
	width:290px;
	float:left;
}
/**************************
 ヘッダー設定
**************************/

#header {
	text-align:center;
	height:208px;
	margin-bottom:57px;
}

#header h1 a {
	background:url(../images/logo.png) no-repeat;
	width:156px;
	height:0px;
	padding-top:156px;
	display:block;
	overflow:hidden;
	margin:0 auto 32px auto;
}
#header ul {
	margin:0 26px;
}
#header ul li {
	float:left;
}
#header ul li a {
	height:0px;
	padding-top:19px;
	overflow:hidden;
	display:block;
}
#header ul li.contact a {
	background:url(../images/sitenavi.png) no-repeat left top;
	width:116px;
	margin-right:32px;
}
#header ul li.contact a:hover {
	background:url(../images/sitenavi.png) no-repeat left -19px;
}

#header ul li.english a {
	background:url(../images/sitenavi.png) no-repeat right top;
	width:88px;
}
#header ul li.english a:hover {
	background:url(../images/sitenavi.png) no-repeat right -19px;
}

/**************************
 メニュー設定
**************************/

#menu {
	clear:both;
	text-align:left;
}

#menu ul {
	margin:0 52px;
}

#menu ul li {
	margin:0 0 20px 0;
}
#menu ul li a {
	background:url(../images/menu_icon.png) no-repeat 5px 13px #506594;
	display:block;
	width:178px;
	height:28px;
	color:#FFF;
	padding:11px 0 0 25px;
	margin:0;
	font-weight:bold;
	font-size:110%;
}
#menu ul li a:hover {
	background:url(../images/menu_icon.png) no-repeat 5px 13px #293C6C;
	text-decoration:none;
	color:#FFF;
}

#menu ul ul {
	margin:15px 0 0 0;
}

#menu ul ul li {
	margin:0 0 10px 0;
	display:block;
	width:198px;
	height:auto;
	padding:0;
}
#menu ul ul li a {
	background:url(../images/menu_icon2.png) no-repeat left 4px;
	display:block;
	width:183px;
	height:auto;
	color:#FFF;
	padding:0 0 0 18px;
	margin:0;
	font-weight:normal;
}
#menu ul ul li a:hover {
	background:url(../images/menu_icon2.png) no-repeat left 4px;
	color:#FFF666;
}

/**************************
 バナー設定
**************************/

#menu ul#banner {
	margin:50px auto 20px auto;
	text-align:center;
}
#menu ul#banner li {
	margin:10px auto;
}
#menu ul#banner li a {
	background:noen;
	display:inline;
	width:auto;
	height:auto;
	color:#FFF;
	padding:0;
}
/**************************
 フッター設定
**************************/
#footer {
	clear:both;
	text-align:center;
	padding:20px 0;
}
#footer p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#footer p.pagetop {
	border-bottom:2px solid #06F;
}
#footer p.pagetop a {
	background:url(../images/pagetop.jpg) no-repeat left top;
	width:100px;
	height:0px;
	padding:20px 0 0 0;
	overflow:hidden;
	margin-left:710px;
	display:block;
}