﻿* {
	margin:0;
	padding:0;
}


body {
	font-size: 9pt;
	color: #fff;
	background: #444;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}


a {
	color:#ccc;
	text-decoration: none;
}
a:hover, #official a:hover {
	color:#f00;
}
a:hover img{
	background-color:#f00;
}


#wrapper {
	width: 100%;
	background:#222;
}

#header{
	width: 100%;
	background: url(/img/warabi-za.gif) #444 no-repeat;
}

#main{
	width: 100%;
	margin: 0 auto;
}

#main1{
	width: 100%;
	height: 304px;	/* (300+2+2) px */
	margin: 20px auto;
	background: url(/img/2010/dot.png) repeat;
}

#main1LR{
	width: 820px;
	margin: 0px auto;
}

#main1R{
	display:block;
	width: 202px;
	float: right;
}

#main1R ul{
	list-style: none;
	line-height: normal;
}

#main1R img{
	padding: 1px;
	margin-bottom: 3.5px;
}

#main1R li{
	display:inline;
}

#main2{
	width: 100%;
	margin: 20px auto;
}

#main2L{ width: 50%; float: left; }
#main2R{ width: 50%; float: left; }
#main2L ul{ float: right; }
#main2R ul{ float: left; }

#main2 ul{
	width: 90%;
	background: #600;
	border: 1px solid #666;
	margin: 0 10px;
	padding: 1px;
	list-style: none;
}

#main2 ul a{
	display: block;
	text-indent: 10px;
	padding: 2px 0;
	overflow: hidden;
}

#main2 ul li a{ height: 1.8em; }
#main2 ul div a{ height: 1.8em;}

#main2 ul li{
	height: 20px;
	line-height: 1.4em;
	border-bottom: 1px solid #700;
	overflow: hidden;
}
#main2 ul div{
	height: 28px;
	line-height: 1.8em;
	background:url(/img/2010/dd_bg.png) repeat-x;
}

#main2 ul li:hover,
#main2 ul div:hover,
#main2 ul a:focus{
	background:#700;
}

#footer{
	width: 100%;
	text-align: center;
	border-top: 1px solid #666;
	background: #444;
	margin-top: 20px;
}

/* Menu */

#menu_header {
	float: right;
	margin: 0 auto;
	padding: 5px 10px;
}

#menu_header ul {
	list-style: none;
	line-height: normal;
	margin: 0 5px;
}

#menu_header li {
	display: inline;
	margin-left: 1em;
}

#dd_menu {
	width: 100%;
	height: 34px;
	background:url(/img/2010/dd_bg.png) repeat-x;
}

#menu_footer {
	padding: 5px;
}

#menu_footer ul {
	list-style: none;
	line-height: normal;
	margin: 5px auto;
}

#menu_footer li {
	display: inline;
	margin-left: 1em;
}


#copyright {
	color: #000;
	text-indent:30px;
	padding:0;
}

#official a { float: right; color: #fc4; font-family: 'ＭＳ Ｐ明朝','ＭＳ 明朝',serif; padding: 5px 15px; margin-top: 50px; }

.text_date { margin-right: 10px; }
.text_stage { margin-right: 4px; padding: 0 2px; background-color: #a00; }
.text_small { font-size: x-small; }
