﻿@charset "UTF-8";
body   {color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #F6F6F6;}
#wrapper {width: 770px;
	margin: 0px auto 0 auto;
	background: url(../img/wrapper_bg.jpg) repeat-y;}
#logo {height: 308px;
	background: url(../images/logo_bg.jpg) no-repeat;}
#logo img {padding: 154px 0 0 41px;}
#content {padding: 20px 0px 0 0px;}
#copyright {padding: 40px 0 0px 0;
	background: #F6F6F6 url(../img/copyright_bg.jpg) 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: #0066CC;}
ul#nav {position: relative;height: 40px;}
ul.about {background: url(../img/tab_01.jpg) no-repeat;}
ul.activity {background: url(../img/tab_02.jpg) no-repeat;}
ul.news {background: url(../img/tab_03.jpg) no-repeat;}
ul#nav li {position: absolute;
	top: 0;	
	width: 130px;}
ul#nav li#aboutNav {margin-top:7px;left: 85px;}
ul#nav li#activityNav {margin-top:7px;left: 325px;}
ul#nav li#newsNav {margin-top:7px;left: 555px;}
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;}