@charset "utf-8";

/* コンテナ */
div#container	{
	margin-left: auto;
	margin-right: auto}

/* コンテンツ */
div#content	{
	width: 800px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-color: #FFF;
	padding-top: 10px;
	margin-top: 10px;
}

div#content h1 {
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: auto;
	float: right;
	margin: 5px;
	padding: 5px;
}

div#content h2 {
	margin: 5px;
	padding: 5px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #639;
}

div#content h3	{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #8E7473;
	width: 560px;
	height: auto;
	font-size: 24px;
}

div#content h3	a{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 541px;
	height: 22px;
	padding-top: 5px;
}

div#content p	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 10px;
}

div#content p a	{
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F60;
	font-size: 14px;
}

div#content ul li {
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 14px;
	padding: 10px;
}
