/* おもちゃショー2006 CSS */


div#contents{
	background: #3c6dc9 url(./img/toyshow2006_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
	width: 1000px;
}


h1#top_title{
	background: #3c6dc9 url(./img/toyshow2006_title.jpg) left top no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 190px;
	text-indent: -1000.0em;
}

h1#report_title{
	background: #3c6dc9 url(./img/toyshow2006_title_small.gif) left top no-repeat;
	width: 800px;
	height: 50px;
	margin: 10px auto;
	text-indent: -1000.0em;
}


h2#report01{
	text-indent: -1000.0em;
	background: #3c6dc9 url(./img/index1_title.jpg) left center no-repeat;
	width: 700px;
	height: 50px;
	margin: 10px auto;
}

h2#report02{
	text-indent: -1000.0em;
	background: #3c6dc9 url(./img/index2_title.jpg) left center no-repeat;
	width: 700px;
	height: 50px;
	margin: 10px auto;
}

h2#report03{
	text-indent: -1000.0em;
	background: #3c6dc9 url(./img/index3_title.jpg) left center no-repeat;
	width: 700px;
	height: 50px;
	margin: 10px auto;
}

h2#report04{
	text-indent: -1000.0em;
	background: #3c6dc9 url(./img/index4_title.jpg) left center no-repeat;
	width: 700px;
	height: 50px;
	margin: 10px auto;
}

h2#report05{
	text-indent: -1000.0em;
	background: #3c6dc9 url(./img/index5_title.jpg) left center no-repeat;
	width: 700px;
	height: 50px;
	margin: 10px auto;
}

h2#report06{
	text-indent: -1000.0em;
	background: #3c6dc9 url(./img/index6_title.jpg) left center no-repeat;
	width: 700px;
	height: 50px;
	margin: 10px auto;
}

h2#report07{
	text-indent: -1000.0em;
	background: #3c6dc9 url(./img/index7_title.jpg) left center no-repeat;
	width: 700px;
	height: 50px;
	margin: 10px auto;
}

h2#report08{
	text-indent: -1000.0em;
	background: #3c6dc9 url(./img/index8_title.jpg) left center no-repeat;
	width: 700px;
	height: 50px;
	margin: 10px auto;
}

ul#toyshow2006_index{
	list-style: none;
	margin: 0 17px;
}

ul#toyshow2006_index li{
	float: left;
}

ul#toyshow2006_index li a{
	border: 1px solid #ffffff;
	width: 189px;
	height: 189px;
	display: block;
	margin: 1px;
}

ul#toyshow2006_index li a:hover{
	border: 1px solid #ff7777;
}

#contents p{
	text-align: left;
	margin: 0 15px 10px 15px;
}

#contents strong{
	color: #f20022;
}


ul#report{
	list-style: none;
	width: 700px;
	margin: 10px auto;
}

ul#report li{
	margin: 10px;
	width: 300px;
	text-align: left;
	float: left;
}

ul#report li img{
	margin: 1px;
	display: block;
	text-align: center;
}

ul#report li a{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

ul#report li a:hover{
	color :#ff7777;
	border-bottom: 1px dotted #ff7777;
}



#contents a{
	color: #3333ff;
}

#contents a:hover{
	color: #ff3333;
}

#contents span{
	display: block;
	clear: both;
}

#contents span a{
	color: #ffffff;
	clear: both;
}

