/* ****************************************************
Title: access_header.css
Editor: Aya Shirai
Last Editor: Aya Shirai
Created: 2008-11-10
Last Modified: 2008-11-10
***************************************************** */

@charset "utf-8"

html {
	scrollbar-base-color:#000080;
	scrollbar-arrow-color:#000080;
	scrollbar-darkshadow-color:#000080;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	background-attachment: scroll;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
}


A:link { color: #0000bb }   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #0000bb;
  text-decoration: none     /* 下線を消す */
}
A:active { color: #0000bb } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #0000bb;
  text-decoration: none     /* 下線を消す */
}

/* ===== ヘッダー ===== */

.header {
	position:static;
	font-size: 9px;	border:0px solid;
	margin-bottom: 10px;
	padding: 3px 0 0 10px;
	width: 980px;
	height: 18px;
}


/* ===== コンテンツメニュー ===== */

.title {
	position: absolute;
	border:0px solid;
	top: 50px;
	height: auto;
	width: auto;
	left: 15px;
	font-size: 9px;
}

.manu1 {
	position: absolute;
	border:0px solid;
	top: 112px;
	height: 27px;
	width: 530px;
	right: 2%;
}

.manu2 {
	position: absolute;	border:0px solid;
	top: 148px;
	padding: 0px;
	height: 30px;
	width: 938px;
	left: 17px;
}

.manu2_back {
	position: absolute;	border:0px solid;
	top: 136px;
	padding: 0px;
	height: 43px;
	width: 100%;
	left: 0px;
	background-image: url(../img/manu2_back.gif);

}
	
.coution {
	position: absolute;
	border:0px solid;
	top: 39px;
	height: 74px;
	width: 613px;
	right: 5px;
	font-size: 9px;
	right: 5px;
	left: 367px;

}


/* ===== ご案内バナー群 ===== */
.infomation {
	position: absolute;
	top: 190px;
	left: 7px;
	width: 120px;
	padding: 10px 10px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
}

.q_a {
	position: absolute;
	top: 189px;
	left: 162px;
	width: 848px;
	padding: 10px 10px;
}

/* ===== 左メニュー ===== */
.leftmenu {
	position: absolute;	border:0px solid;
	top: 395px;
	left: 3px;
	width: 140px;
	padding: 20px 0;
	height: 700px;
	font-size: 15px;
}


/* ===== 右メニュー ===== */
.rightmenu {
	position: absolute;
	top: 236px;
	left: 713px;
	float: right;
	width: 282px;
	right: 10px;
	height: 3185px;
}

/* ===== 更新履歴 ===== */
.update {
	position: absolute;
	top: 45px;
	left: 11px;
	float: right;
	width: 255px;
	right: 10px;
	height: 220px;
	font-size: 11px;
}

/* ===== トップページメインエリア ===== */
.main {
	position: absolute;
	border:0px solid;
	top: 190px;
	left: 154px;
	float: center;
	width: 778px;
	padding: 0 8px 20px 10px;
	height: 2900px;
}
a {
	text-decoration: none;
}
h1 {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
}
h2 {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 12px;
}

h3 {
	margin: 1em 0 0.5em 0;
	padding: 0 0 0 5px;
	border-left: 10px solid #c6da87;
	color: #008955;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 135%;
}

/* ===== フッター ===== */
.footer { 
	position:absolute;
	top:800px;
	border:1px solid;
	height: 150px;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../img/footer_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 50px;
	padding: 0 0px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
} 

footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
}
.strong {
	font-weight: bold;
}
#main .mainlist th {
	font-weight: bold;
}
.calendar .red {
	color: #FF0000;
}
.calendar .blue {
	color: #000088;
	font-size: 110%;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 120%;
}

