@charset "utf-8";

/* -------------------- 全体レイアウト -------------------- */
/* BODY設定 */
body {
	margin: 0px;
	padding :0px;
	font-size: 12px;	/* フォントサイズ */
	color: #333333;		/* フォントの色 */
	line-height: 1.5em;	/* 行間 */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ffffff;	/* 全体の背景色 */
}

*html body {　　  /* IE6だけに適用 */
     overflow-y: auto;
}

*+html body {　　 /* IE6だけに適用 */
     overflow-y: auto;
}

body {
     overflow-y: scroll;
}

/* 外枠の影（必要なければ削除） */
div#stage {
	width: 800px;
	margin: 0 auto;
	background-image: url(/images/stage_back.gif);
}

/* 全体幅 */
div#content{
	margin: 0px auto;
	width: 760px;
	text-align: left;
}

/* -------------------- ヘッダー -------------------- */
/* SEOワード */
.header-lead{
	margin: 0px;
	padding:3px 8px 3px 0;
	font-weight: normal;	/* フォントの太さ（太いままにする場合は削除） */
	font-size: 10px;	/* フォントサイズ */
	color: #666666;		/* フォントの色 */
	text-indent: 8px;	/* テキストの左余白 */
	background-color:#D4ECF3;/* 背景色 */
	text-align:right;
}

/* ヘッダー */
h2 {
	margin: 0px;
	padding :0px;
	float: left;
}
#text {font-size:x-small;
		color:#666;}
.header-main{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* header-information */
.header-information{
	line-height: 1.65;
}
.header-information > #text > p{
	font-size: 10px;
}

/* -------------------- メニュー -------------------- */
#menu {width: 760px;
		margin:3px 0px;
		padding: 0px;}


/* -------------------- メイン（本文）部分 -------------------- */

#main{
	/*float:left;*/
	width:760px;
	margin: 0px;
	background-color:#ffffff;	/* 背景色 */
}

/* -------------------- フッター -------------------- */
/* コピーライト */
#footer {
	clear: both;
	margin: 0px auto;
	width: 750px;
	padding: 1px 5px;
	color: #666666;		/* 文字色 */
	background-color: #D4ECF3;	/* 背景色 */	
}
/* オールインターネットバナー */
#banner{
	margin: 0px auto;
	width: 760px;
	text-align: right;
}

/* -------------------- テキスト関係 -------------------- */
/* 文章中のリンク */
a:link {
	color: #ff6666;		/* リンク・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
a:visited{
	color: #ff6666;		/* 訪問済みリンク・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
a:hover{
	color: #6666FF;		/* ロールオーバー時・フォントの色 */
	text-decoration: underline;	/* リンク線 */
}
a:active {
	color: #FF0004;		/* クリック時・フォントの色 */
	text-decoration: overline underline;	/* リンク線 */
}

/* 画像 */
img {
	border: 0px none;
}
/* 04.htmlのバックグラウンドイメージ */
.kujira {
	background-image: url(../Templates/image/04bg01.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.pool {
	background-image: url(../Templates/image/04bg02.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
