@charset "utf-8";

* {
	list-style-type: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: "メイリオ",Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
}

h1 {
	font-size: 1px;
	color: #000000;
}

h2 {
	margin-top: 5px;
	margin-bottom: 20px;
	border-left: solid 10px #0099cc;
	padding-top: 3px;
	padding-left: 12px;
	font-size: 20px;
}

h3 {
	margin-top: 15px;
	margin-bottom: 20px;
	border-left: solid 5px #0099cc;
	padding-top: 3px;
	padding-left: 8px;
	font-size: 18px;
}

h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #0099cc;
	font-size: 16px;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

div#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	position: relative;
	height: 360px;
	background-image: url("topimage.jpg");
	background-repeat: no-repeat;
}

div#header_home {
	position: absolute;
	display: block;
	width: 100px;
	height: 28px;
	background-image: url("home.png");
	background-repeat: no-repeat;
	margin-top: 300px;
	margin-left: 295px;
	padding-top: 12px;
	padding-left: 45px;
}

div#header_apoint {
	position: absolute;
	display: block;
	width: 280px;
	height: 28px;
	background-image: url("mail.png");
	background-repeat: no-repeat;
	margin-top: 300px;
	margin-left: 445px;
	padding-top: 12px;
	padding-left: 45px;
}

div#header_sns {
	position: absolute;
	width: 350px;
	height: 32px;
	margin-top: 300px;
	margin-left: 735px;
}

div#menu {
	
}

div#menu li {
	float: left;
}

#menu a.profile:link, #menu a.profile:visited {
	display: block;
	width: 137px;
	height: 65px;
	background-image: url("profile_off.jpg");
	background-repeat: no-repeat;
	padding-top: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#menu a.profile:hover, #menu a.profile:active {
	background-image: url("profile_on.jpg");
}

#menu a.delivery:link, #menu a.delivery:visited {
	display: block;
	width: 137px;
	height: 65px;
	background-image: url("delivery_off.jpg");
	background-repeat: no-repeat;
	padding-top: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#menu a.delivery:hover, #menu a.delivery:active {
	background-image: url("delivery_on.jpg");
}

#menu a.voices:link, #menu a.voices:visited {
	display: block;
	width: 137px;
	height: 65px;
	background-image: url("voices_off.jpg");
	background-repeat: no-repeat;
	padding-top: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#menu a.voices:hover, #menu a.voices:active {
	background-image: url("voices_on.jpg");
}

#menu a.works:link, #menu a.works:visited {
	display: block;
	width: 137px;
	height: 65px;
	background-image: url("works_off.jpg");
	background-repeat: no-repeat;
	padding-top: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#menu a.works:hover, #menu a.works:active {
	background-image: url("works_on.jpg");
}

#menu a.media:link, #menu a.media:visited {
	display: block;
	width: 137px;
	height: 65px;
	background-image: url("media_off.jpg");
	background-repeat: no-repeat;
	padding-top: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#menu a.media:hover, #menu a.media:active {
	background-image: url("media_on.jpg");
}

#menu a.blog:link, #menu a.blog:visited {
	display: block;
	width: 137px;
	height: 65px;
	background-image: url("blog_off.jpg");
	background-repeat: no-repeat;
	padding-top: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#menu a.blog:hover, #menu a.blog:active {
	background-image: url("blog_on.jpg");
}

#menu a.links:link, #menu a.links:visited {
	display: block;
	width: 137px;
	height: 65px;
	background-image: url("links_off.jpg");
	background-repeat: no-repeat;
	padding-top: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#menu a.links:hover, #menu a.links:active {
	background-image: url("links_on.jpg");
}

#wrapper_contents {
	width: 700px;
	float: left;
	border: none;
	overflow: hidden;
	padding-right: 20px;
}

#wrapper_sidebar {
	width: 240px;
	float: right;
	overflow: hidden;
}

#wrapper_sidebar img {
	border: solid 1px #006699;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	border-top: solid #006699 1px;
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
}

.planetarium_program table{
	border-collapse: collapse;
}

.planetarium_program td {
	width: 196px;
	border: solid 1px #0099cc;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: 14px;
}

.image_right {
	float: right;
	padding-left: 15px;
}

.clear {
	clear: both;
}

.facebook {
	background-image: url("fb.png");
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 6px;
	padding-left: 36px;
	font-size: 13px;
}
