﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 12pt;
}
body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3;
	color: #333333;
	background: #FFFFCC;
}
a {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 1004px;
	background: #084b08;
	padding-left: 0px;
        padding-top: 119px;
        padding-bottom: 0px;
}

/* ヘッダーとナビゲーション
---------------------------------------------*/
#header {
	position: absolute;
	left: 0px;
	top: 26px;
}
#update {
        position: absolute;
	font-size: 11pt; 
        color: #FFFFFF;
        left: 808px;
	top: 3px;
        width: 193px; 
}
#notice {
        position: absolute;
	font-size: 11pt; 
        color: #FFFF00;
        left: 16px;
	top: 3px;
        width: 193px; 
}
#globalNav {
	position: absolute;
	top: 85px;
	left: 180px;
	width: 740px;
	height: 24px;
}
#globalNav a {
	color: #ffffff;
	font-size: 11pt;
	text-decoration:none;
}
#globalNav a:hover {
	color: #ffff00;
        text-decoration:none;
}
#globalNav a.stay {
	color: #88ffff;
}


/* メインイメージと3段組
---------------------------------------------*/
#content {
	
	overflow /**/: hidden;
	width: 100%;
        background: #084b08 url(../images/back.gif) left top repeat-y;
        padding-bottom: 2px;
}
#leftside {
	float: left;
	width: 271px;
	background: #FFFFCC;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: 2px;
	margin-left: 1px;
	font-size: 11pt;
        
}
#leftside p {
	font-size: 11pt;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
        padding-right: 12px;
}
#centerside {
	float: left;
	width: 454px;
	margin-left: 0px;
	background: #FFFFCC;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: 2px;
}
#centerside p {
	font-size: 12pt;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#rightside {
	float: left;
	width: 272px;
	margin-left: 0px;
	background: #FFFFCC;
	font-size: 11pt;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#rightside p {
	font-size: 11pt;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#footer {
	/* clear: both; */
	color: #FFFFFF;
	background: #084b08;
	font-size: 75%;
	text-align:center;
	padding-top: 4px;
	padding-bottom: 4px;
	
}

/* 本文のレイアウト
---------------------------------------------*/
#rightside h3, #centerside h3, #leftside h3{
	color: #FFFFFF;
	background: #558822 left top repeat-x;
        font-size:12pt;
        padding-top:2pt;
        padding-bottom:2pt;
	padding-left:12pt;
	margin-bottom:6pt;    
        font-weight:bold;
}
#rightside a, #leftside a{
	color: #333333;
	text-decoration:none;
        font-size:11pt;
}
#rightside a:visited, #leftside a:visited {
	color: #333333;
	text-decoration:none;
	font-size:11pt;
}
#rightside a:hover, #leftside a:hover {
	color: #0066CC;
	text-decoration:underline;
	font-size:11pt;
}
#centerside img {
	border: none;
	vertical-align: middle;
}

