@charset "utf-8";
/* CSS Document */

body{
	background:#000;
	margin:0;
	padding:0;
	font-size:13px;
}

#container{
	width:800px;
	margin:0 auto;
	background: #FFF;
	color:#000;
}
h1{
	color:#f09;
	text-align:center;
	font-size:20px;
	text-decoration:underline;
	line-height:100%;
}
p.presents{
	color:#F09;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:10%;
}
p.subtitle{
	font-weight:bold;
	color:#F09;
	text-align:center;
	font-size:16px;
	line-height:10%;
}
ul,li{
	margin:0;
	padding:0;
	line-height:120%;
	font-size:12px;
}
ul{
	margin-bottom:20px;
}

p.title{
	font-weight:bold;
	color:#FF0099;
	font-size:15px;
	line-height:80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li{
	margin-bottom:10px;
	margin-left:20px;
	list-style:none;
}
table.schedule{
	color:#FFF;
}
table.schedule td{
	background:#FF0099;
	border-width:1px;
	padding:3px;
}
p.small{
	font-size:10px;
	margin:0;
	padding:0;
}
