@charset "UTF-8";

body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #F6F6F6;
}
#wrapper {
	width: 540px;
	margin: 20px auto 0 auto;
	background: url(../images/wrapper_bg.gif) repeat-y;
}
#logo {
	height: 150px;
	background: url(../images/logo_bg.jpg) no-repeat;
}
#logo img {
	padding: 75px 0 0 25px;
}
#navtop img {
	position:relative;
	left: 200px;
	top: 5px;
}
#content {
	padding: 20px 40px 0 40px;
}
#copyright {
	padding: 40px 0 20px 0;
	background: #F6F6F6 url(../images/copyright_bg.gif) no-repeat;
	text-align: center;
	font-size: 90%;
	line-height: 1;
}
#content h2 {
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 117%;
	font-weight: bold;
}
#content .section {
	padding-bottom: 10px;
}
#content .section h3,
#content .section p {
	margin-bottom: 1em;
	line-height: 1.6;

}
#content .section h3 {
	color: #FF6600;
	font-size: 117%;
}
#content .section h4,
#content .section p {
	margin-bottom: 1em;
	line-height: 1.6;
}
#content .section h4 {
	color: #0066CC;
}
#content .section h5 {
	color: #0066FF#;
	font-size: 80%;
	text-align: right;
}
ul#nav {
	position: relative;
	height: 40px;
}
ul.about {
	background: url(../images/tab_01.gif) no-repeat;
}
ul.activity {
	background: url(../images/tab_02.gif) no-repeat;
}
ul.news {
	background: url(../images/tab_03.gif) no-repeat;
}
ul#nav li {
	position: absolute;
	top: 0;
	width: 130px;
}
ul#nav li#aboutNav {
	left: 51px;
}
ul#nav li#activityNav {
	left: 205px;
}
ul#nav li#newsNav {
	left: 359px;
}
ul#nav li a {
	display: block;
	width: 100%; /* for WinIE6 */
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: #000;
}
ul#nav li a:hover {
	color: #0066CC;
}