/* common ---------------------------------------------------*/
body {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background: #000;
	font: 14px/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap {
	margin: 0px auto;
	width: 320px;
}
#menu {
	margin: 0px 0px 20px;
}
#menu ul li {
	float: left;
	height: 100%;
	text-align: center;
	line-height: 44px;
	background: url(../img/bg_menu.gif) repeat-x;
	color: #666;
}
#menu a{
	display: block;
	color: #f0d697;
	text-decoration: none;
}
#header {
	padding: 5px 0px 0px;
}
h3 {
	height: 34px;
	line-height: 34px;
	background: url(../img/bg_title.jpg) no-repeat;
	-webkit-background-size: 320px 34px;
	-moz-background-size: 320px 34px;
	background-size: 320px 34px;
	font-size: 16px;
	padding: 0px 0px 0px 10px;
}
div.cont {
	padding: 10px 10px 0px;
	background: url(../img/bg_cont.gif);
}
#foot {
	height: 17px;
	background: url(../img/bg_foot.jpg) no-repeat;
	-webkit-background-size: 320px 17px;
	-moz-background-size: 320px 17px;
	background-size: 320px 17px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
}
strong {
	color: #FF6600;
}
img {
	vertical-align: top;
}

/* news ---------------------------------------------------*/
#news dl dt {
	color: #FF6600;
	margin: 0px;
	padding: 5px 0px 0px;
}
#news dl dd {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #666;
}
div.box {
	padding: 0px 0px 20px;
}
.more {
	text-align: right;
	padding: 5px 0px 0px;
}
#footer {
	font-size: 11px;
	text-align: center;
	color: #999;
	padding: 0px 0px 5px;
}
#topevent p.day {
	text-align: center;
	margin: 0px 0px 5px;
	font-size: 12px;
	color: #FFF;
}
#topevent #left {
	width: 140px;
	text-align: center;
	border-right: 1px dotted #666;
	padding: 0px 10px 0px 0px;
	float: left;
	margin: 0px 0px 10px;
}
#topevent #right {
	width: 140px;
	float: right;
	text-align: center;
}
#topevent #days {
	clear: both;
}

/* outline ---------------------------------------------------*/
#outline dl dt {
	background: #333333;
	color: #F60;
	padding: 5px;
	margin: 0px 0px 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 1em;
}
#outline dl dd {
	padding: 0px 0px 15px;
}
#outline h4 {
	color: #F60;
	line-height: 1.2em;
	border-bottom: 1px dotted #F60;
	padding: 0px 0px 5px;
	margin: 0px 0px 5px;
}
#outline p {
	line-height: 1.2em;
	margin: 0px 0px 10px;
}
#outline dl dd ul li {
	line-height: 1.2em;
	margin: 0px 0px 10px 18px;
	list-style: disc;
}
#outline #mail {
	padding: 10px;
	text-align: center;
	border: 1px solid #666;
	margin: 0px 0px 10px;
}
#outline table {
	font-size: 12px;
	line-height: 1.2em;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0px 0px 5px;
}
#outline table td {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px;
}
#outline .midashi {
	background: #333;
}
#outline ol li {
	list-style: decimal;
	margin: 0px 0px 10px 18px;
	line-height: 1.2em;
}
#outline #pagename {
	background: #f60;
	text-align: center;
	line-height: 1em;
	color: #FFF;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 140%;
	margin: 0px 0px 5px;
}
#outline #rate {
	color: #000;
	margin: 0px 0px 10px;
}
#topevent .box2 {
	font-size: 12px;
	line-height: 1.2em;
	margin: 0px 0px 10px;
}
#topevent .box2 img {
	margin: 0px 0px 3px;
}
#pclink a {
	padding: 3px 5px;
	background: #666;
	text-decoration: none;
}
#pclink {
	text-align: center;
	font-size: 12px;
	margin: 0px 0px 5px;
}
#outline table.list td {
	height: 34px;
}
#entrylist ul.entrylist li {
	background: #333;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #000;
	line-height: 44px;
	color: #666;
}
#entrylist p.listtitle {
	padding: 0px 10px;
	margin: 0px;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	line-height: 34px;
	border-bottom: 1px solid #000;
}
#entrylist p.listtitle2 {
	padding: 0px 10px;
	margin: 0px;
	background: rgb(150,30,32); /* Old browsers */
background: -moz-linear-gradient(top, rgba(150,30,32,1) 0%, rgba(214,40,43,1) 50%, rgba(201,32,35,1) 51%, rgba(229,123,125,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,30,32,1)), color-stop(50%,rgba(214,40,43,1)), color-stop(51%,rgba(201,32,35,1)), color-stop(100%,rgba(229,123,125,1))); /* Chrome,Safari4+ */
	line-height: 34px;
	border-bottom: 1px solid #000;
}
#entrylist ul.entrylist li a {
	display: block;
	background: url(../img/arrow1.png) no-repeat right center;
	text-decoration: none;
}
#entrylist div.pager a {
	padding:0 10px;
}
#entrylist div.pager {
	margin:5px 0 5px 0;
}
#shop ul li {
	margin: 0px 0px 10px;
}
#shop img {
	margin: 0px 5px 0px 0px;
}
#entrylist #select p {
	width: 150px;
	float: left;
	text-align: center;
	height: 44px;
	line-height: 44px;
}
#entrylist #select p a {
	display: block;
}
#entrylist #select {
	margin: 0px 0px 10px;
}
#event .date {
	line-height: 1em;
	padding: 8px;
	text-align: center;
	margin: 0px 0px 15px;
	font-size: 120%;
}
#event h4 {
	color: #F60;
	font-size: larger;
}
#event .box3 {
	padding: 0px 0px 15px;
	margin: 0px 0px 15px;
	border-bottom: 1px dotted #999;
}
.outlink {
	background: url(../img/icon_outlink.gif) no-repeat right center;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	padding: 0px 16px 0px 0px;
}
div.winner img {

}
div.winner .shop {
	color: #F60;
}
div.winner li {
	line-height: 1.1em;
	margin: 0px 0px 5px;
}
.winner div {
	margin-bottom: 5px;
}
.winner ul {
	margin-left: 140px;
}
.winner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
