/* toyshow2007 CSS */


h1#top_title{
	text-indent: -1000.0em;
	background: url(./img/toyshow2007_title.gif) left top no-repeat;
	width: 230px;
	height: 50px;
}

h1#toyhobby_title{
	text-indent: -1000.0em;
	background: url(./img/toyhobby_title.gif) left top no-repeat;
	width: 230px;
	height: 50px;
}

h1#robin_title{
	text-indent: -1000.0em;
	background: url(./img/robin_title.gif) left top no-repeat;
	width: 230px;
	height: 50px;
}

h1#mori_title{
	text-indent: -1000.0em;
	background: url(./img/mori_title.gif) left top no-repeat;
	width: 230px;
	height: 50px;
}

h1#am_title{
	text-indent: -1000.0em;
	background: url(./img/am_title.gif) left top no-repeat;
	width: 230px;
	height: 50px;
}

div#contents{
	width: 1000px;
	background: url(./img/toyshow2007_mid.gif) center top repeat-y;
	overflow: auto;
}

div#topic{
	float: right;
	width: 730px;
}

#topic strong{
	font-weight: bold;
}

#topic span {
	display: block;
}

div#topic a{
	text-decoration: none;
	color: #5555ff;
}

div#topic a:hover{
	color: #aa0000;
}

.topic_img{
	float: right;
	margin: 10px;
}

div#topic p{
	text-align: left;
	margin: 10px 0;
}

dl#stage_event{
	clear: both;
}

#stage_event dt{
	display: none;
}

#stage_event dd img{
	margin: 5px 0;
}




div#side_bar{
	float: left;
	width: 240px;
	padding-left: 15px;
}

#side_bar ul{
	list-style: none;
	margin: 0 5px;
}

#side_bar ul li{
	margin: 5px 0;
	width: 220px;
	display: block;
}

#side_bar ul li a{
	border: 1px solid #cccccc;
	width: 220px;
	display: block;
}

#side_bar ul li a:hover{
	border: 1px solid #ff7777;
}

h2.toyhobby{
	clear: both;
	background: #F88C18;
	color: #ffffff;
	margin-right: 12px;
	border-top: 1px solid #f8ac5a;
	border-bottom: 1px solid #da7b15;
}

h2.robin{
	clear: both;
	background: #6ad53f;
	color: #ffffff;
	margin-right: 12px;
	border-top: 1px solid #acd59b;
	border-bottom: 1px solid #56ad33;
}

h2.mori{
	clear: both;
	background: #f70017;
	color: #ffffff;
	margin-right: 12px;
	border-top: 1px solid #f73c4e;
	border-bottom: 1px solid #cb0013;
}
