/* ****************************************************
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: 10px;
	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     /* 下線を消す */
}

.contents {
	position:static;
	margin: 0 auto;	border:0px solid;
padding-bottom: 10px;
	width: 1000px;
	height: 3000px;
	border-top: 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;
}

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

.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: 51px;
	height: auto;
	width: auto;
	left: 18px;
	font-size: 9px;
}

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

.manu2 {
	position: absolute;
	border:0px solid;
	top: 149px;
	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: 43px;
	height: auto;
	width: 627px;
	right: 5px;
	font-size: 9px;
	right: 5px;
	left: 367px;

}


/* ===== ご案内バナー群 ===== */

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

.q_a {
	position: absolute;
	top: 206px;
	left: 179px;
	width: 530px;
	padding: 10px 10px;
}

/* ===== 左メニュー ===== */
.leftmenu {
	position: absolute;
	border:0px solid;
	top: 194px;
	left: 10px;
	width: 140px;
	padding: 20px 0;
	height: 700px;
}


/* ===== サブページメインエリア ===== */
.submain {
	position: absolute;	border:0px solid;
top: 207px;
	left: 161px;
	float: center;
	width: 800px;
	padding: 0 8px 20px 10px;
	vertical-align:middle;
}
a {
	text-decoration: none;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 170%;
}

/* ===== フッター ===== */
.footer { 
	position:absolute;
	top:3000px;	border:0px 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;
}

