/**************************
		ショウレンジャー
**************************/

*{
	line-height: 1.3em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}

body{
	font-size: small;
	color: #dfbbaa;
	background-color: #000000;
}

/***** aタグ指定 *****/

a{
	color: #ffffff;
}
a:hover{
	color: #dfbbaa;
}

div#body{
	width: 750px;
}

div.header{
	text-align: center;
	background-color: #bf0000;
}

div.title{
	margin-top: 10px;
}

div.footer{
	text-align: right;
	font-size: smaller;
	border-top: solid 1px #bf0000;
}

/* BGM再生部分 */

div.sound{
	width: 700px;
	text-align: right;
}

/* トップページ */

div.top_menu{
	text-align: center;
	margin: 10px 0 10px 0;
}

/* イベント */
img.event_image{
	border: solid 1px #bf0000;
}

p.sub{
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #bf0000;
}

td.exp{
	text-align: left;
}

p.date{
	text-align: right;
	color: #ffffff;
}

font.kyocho{
	font-size: 105%;
	font-weight: bold;
	color: #FF9900;
}
