@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/bg.gif");
	background-attachment: fixed;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
}

#container {
	margin:0 auto;
	width: 760px;
	background: url("images/container-bg.gif") repeat-y;
}

#header {
	margin: 0 auto;
	width: 720px;
/*	height: 150px; */
	height: 300px;
	border-bottom: 1px solid #ccc;
	background: url("images/header2.gif");
}

#menu{
	background: #aaa;
	width: 720px;
	height: 50px;
	white-space: nowrap;
	position: fixed;
	margin-left: 20px;
	margin-right: auto;
	bottom: 0;
	z-index: 101;
	*margin-top: -51px;
	border-top : 1px solid #ccc;
}

#bottom-space{
	margin: 0 auto;
	width: 720px;
	height: 50px;
}


.top {
	text-align: center;
}

#contents {
	margin: 20px auto;
	width: 680px;
}

#contents .left{
	text-align: left;
	margin: 0 320px 20px 0;
	width: 360px;
}

#contents .l-body{
	margin-left: 20px;
	padding: 5px;
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contents .right{
	text-align: right;
	margin: 0 0 20px 320px;
	width: 360px;
}

#contents .r-body{
	text-align: left;
	margin-right: 20px;
	padding: 5px;
	border-right: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contents .title{
	border-bottom: 1px dashed #666;
}

#contents .sche-body{
	padding: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-left: 5px solid #ccc;
}

#contents .bio-body{
	text-align: right;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-right: 5px solid #ccc;
}

#contents .disco-body{
	padding: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-left: 5px solid #ccc;
}

#contents .linklist h2{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #666;
}

#contents .linklist ul{
	text-align: right;
	list-style: none;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-right: 5px solid #ccc;
}

#footer {
	margin: 0 auto;
	width: 720px;
	text-align: center;
	padding: 10px 0;
	color: #333;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}