@charset "shift_jis";

/* -------------------- 全体レイアウト -------------------- */
/* BODY設定 */
body {
	margin: 0px;
	padding :0px;
	text-align: center;
	background-color: #ffffff;	/* 全体の背景色 */
}

/* 外枠の影（必要なければ削除） */
div#stage {
	width: 800px;
	margin: 0 auto;
	background-image: url(../image/stage_back.gif);
}

/* 全体幅 */
div#content{
	margin: 0px auto;
	width: 760px;
	text-align: left;
}

/* -------------------- ヘッダー -------------------- */
/* SEOワード */
h1 {
	margin: 0px;
	padding :0px;
	font-weight: normal;	/* フォントの太さ（太いままにする場合は削除） */
	font-size: 10px;	/* フォントサイズ */
	color: #999999;		/* フォントの色 */
	text-indent: 8px;	/* テキストの左余白 */
	background-color: #FFFFFF;	/* 背景色 */
}

/* ヘッダー */
h2 {
	margin: 0px;
	padding :0px;
}

/* -------------------- メニュー -------------------- */
/* メニュー全体位置 */
ul#menu {
	float:left;
	width: 760px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../image/menu_back_bg.gif);
}

/* +++++++ 各メニュー設定 +++++++ */
/* ボタン設定 */
ul#menu li {
	float:left;
	width: 130px;		/* 大きさを変更する場合、152px以内で収まるようにして下さい。 */
	height: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	text-align: center;
	background-image: url(../image/menu_back.gif);
}

/* リンク有りボタン設定 */
ul#menu li a {
	width: 130px;		/* liと同じにして下さい。 */
	height: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	text-decoration: none;
}
/* リンク・通常時 */
ul#menu li a:link,ul#menu li a:visited {
	background-image: url(../image/menu_back.gif);
	color: #666600;
}

/* リンク・ロールオーバー時 */
ul#menu li a:hover,ul#menu li a:active {
	background-image: url(../image/menu_back_over.gif);
	color: #FF6600;		/* 文字色 */
}

/* -------------------- メイン（本文）部分 -------------------- */

#main{
	float:left;
	width:760px;
	margin: 0px;
	background-color:#ffffff;	/* 背景色 */
}

/* -------------------- フッター -------------------- */
/* コピーライト */
#footer {
	clear: both;
	margin: 0px auto;
	width: 760px;
	padding: 1px;
	text-align: center;
	color: #ffffff;
	background-image: url(../image/footer.gif);
}
/* オールインターネットバナー */
#banner{
	margin: 0px auto;
	width: 760px;
	text-align: right;
}

/* -------------------- テキスト関係 -------------------- */
/* フォント全体 */
* {
	font-size: 12px;	/* フォントサイズ */
	color: #333333;		/* フォントの色 */
	line-height: 1.5em;	/* 行間 */
}

/* 文章中のリンク */
a:link {
	color: #3300CC;		/* リンク・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
a:visited{
	color: #3300CC;		/* 訪問済みリンク・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
a:hover{
	color: #CC0000;		/* ロールオーバー時・フォントの色 */
	text-decoration: underline;	/* リンク線 */
}
a:active {
	color: #CC0000;		/* クリック時・フォントの色 */
	text-decoration: underline overline;	/* リンク線 */
}

/* 画像 */
img {
	border: 0px none;
}

/* 表組 */
.table{
	font-size: 12px;
	color: #333333;
	line-height: 125%;
	margin: 0px;
}
.table2 {
	background-color : #ddffff;
	margin: 0px;
	height: 12px;
	padding: 3px 3px 3px 15px;
}
.table3 {
	margin: 10px auto;
	padding: 10px;
	line-height: 200%;
	background-color: #FFFFFF;
}
.table_moto {
	background-color : white;
}
.kakaku {
	color: #FF0000;
}
.wari {
	font-size: 12px;
	line-height: 125%;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
}
