@charset "UTF-8";
/* CSS Document */

body {
	background:#000000;
}
#content {
	width: 750px;
	height:auto;
	overflow:auto;
}
img#image {
	width: 193px;
	height:auto;
	float:left;
	margin-top: 10px;
}
#rightblock {
	margin-top: 10px;
	margin-left: 20px;
	width:500px;
	height:550px;
	float:left;
	/*border: 1px solid #F00;*/
}
h1{
	font: 700 30px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	margin-top: 20px;
}
p{
	font: 700 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	margin-top: 20px;
}
p a{
	color:#FFF;
	text-decoration: none;
	margin-left: 1em;
}
p a:hover{
	color: #FF9;
	text-decoration: underline;
}
ul#hzelist {
	list-style: inside disc;
	font: 700 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}