/*----------------------------------------
　全要素指定　デフォルトスタイル除去
----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;

	font-size: 100%;
	font-weight: normal;
	line-height: 1;

	list-style: none;
}

body {
	margin: 20px 0px;
	background: #04922C;

	text-align: center;

	overflow: scroll;
}

/*----------------------------------------
　囲い要素
----------------------------------------*/
#container {
	margin: 0px auto;
	width: 750px;
	background: #000000 url(../header.jpg) no-repeat;
	color: #CC66CC;
	text-align: left;
}

#conts {
		_height: 100%;

	overflow: auto;
}

/*----------------------------------------
　ヘッダー
----------------------------------------*/
#header {
	height: 150px;
}

#header h1 {
	padding: 10px 10px 0px 0px;
	text-align: right;
	font-size: 20px;
}

#header a { color: #fff; font-weight: bold; text-decoration: none; left: 5px; }

/*----------------------------------------
　メイン
----------------------------------------*/
#body {
	padding: 10px 30px 0px 0px;
	clear: both;
}

#body h2 {
	margin: 40px 0px 15px 30px;
}

#body h3 {
	margin: 0px 40px 0px 35px;
}

#body p, #body ul {
	margin: 10px 30px 30px 40px;
	font-size: 80%;
	line-height: 1.5;
}

#body li {
	margin: 0px 0px 10px 30px;
	list-style: decimal;
}

/*----------------------------------------
　ナビゲーション
----------------------------------------*/
#top_navi {
	padding: 0px 0px 0px 0px;
	background: #1F0813;
	text-align: center;
}

#top_navi li {
	display: inline;
}

#top_navi li a {
	padding: 10px 0px;
	width: 250px;
	background: url(../menu_back.gif);
	float: left;

	font-size: 14px;
	font-weight: bold;
}

/*----------------------------------------
　フッター
----------------------------------------*/
#footer {
	background: #5BBA8E;

	clear: both;

	text-align: center;
}

#footer li {
	margin: 0px 5px;
	display: inline;

	font-size: 12px;
}

/*----------------------------------------
　リンク設定
----------------------------------------*/
#top_navi a { color: #000; }
#top_navi a:visited { color: #000; }
#top_navi a:hover { color: #666; }
#footer li a:link { color: #000000; }
#footer li a:visited { color: #000000; }
#footer li a:active { color: #163627; }
#footer li a:hover { color: #163627; }
#body a:link { color: #fff; }
#body a:visited { color: #fff; }
#body a:active { color: #163627; }
#body a:hover { color: #163627; }

}
