@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #330000; /* フォントカラーの変更 */
}

#container {
	width: 800px; /* 横幅の変更 */
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/bkContent.gif); /* 背景イメージの変更 */
	background-color: #FFFFFF;
	min-height: 100%;
}

#container h2 {
	padding-bottom: 20px;
	padding-top: 60px; /* 上余白の設定 */
	text-align: center; /* テキストを中央揃えに設定 */
}

#container h4 {
	float: left;
}




.text01 {
	color: #CCCC99; /* フォントカラーの変更 */
	font-size: 90%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	/* 上マージンの削除 */
	/* 下マージンの削除 */
	/* テキスト中央揃えを削除 */
}

#text02 {
	color: #CCCC99; /* フォントカラーの変更 */
	font-size: 90%;
	line-height: 200%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	/* 下マージンの削除 */
}

#text02 li {
	list-style-type: square;
	list-style-position: inside;
}

.text03 { /* メインコンテンツ内のコンテナを設定 */
	color: #CCCC99;
	font-size: 90%;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;

}

#topicpath {
	/* フロートクリアの削除 */
	/* 背景イメージを削除 */
	padding-left: 20px;
	/* 高さを削除 */
	padding-top: 94px; /* 上余白を変更 */
	padding-bottom: 4px; /* 下余白を設定 */
	/* 背景イメージのリピートを削除 */
}

#topicpath p {
	font-size: 11px;
	color: #CCCCCC;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

#topicpath a {
	text-decoration: none;
	color: #CCCCCC; /* フォントカラーを変更 */
}

#topicpath a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.borderline {
	margin-bottom: 10px;
}

#container h1 {
	margin-bottom: 30px;
}

#footer {
	clear: both;
	padding-top: 30px;
	margin-right: auto; /* 右マージンを設定 */
	margin-left: auto; /* 左マージンを設定 */
	text-align: center; /* テキストを中央揃えに設定 */
}

#footer h6 { /* フッターの設定を追加 */
	color: #CC9933;
	font-size: 10px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
