/* トイショー２００８レポート CSS */

strong{
	color: #f71f09;
}

div#happinet_contents{
	width: 1000px;
	background: url(./img/toyshow2008_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

div#wiz_contents{
	width: 1000px;
	background: url(./img/toyshow2008_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

div#happinet_contents h2{
	background: #0975bc url(./img/h2bg_happinet.gif) left top repeat-x;
}

div#wiz_contents h2{
	background: #ff0000 url(./img/h2bg_wiz.gif) left top repeat-x;
}


#happinet_contents p{
	text-align: left;
}

#wiz_contents p{
	text-align: left;
}


img#schedule{
	float: left;
	margin: 10px 0 10px 130px;
}

div#intro{
	margin-top: 10px;
	width: 420px;
	margin-right: 150px;
	overflow: auto;
	color: #000000;
	background-color: #ffffff;
}

#intro p{
	margin: 5px;
}

.album {
	position: static;
	visibility: hidden;
	left: -5000px;
	margin: 0 auto;
}

div.album ul {
	margin: 0;
	padding:0;
}

div.album ul li {
	width:700px;
	height:300px;
	background-color:#ffffff;
	padding: 5px;
}

div.album ul li h2{
	color: #ffffff;
	padding-left: 10px;
	text-align: left;
}

div.album ul li img{
	float: right;
	margin: 5px;
}

div.album ul li p{
	color: #000000;
	margin: 10px 0;
}

div.album ul li a{
	color: #0000ff;
	padding-left: 15px;
	background: #ffffff url(./img/link_arrow.gif) left center no-repeat;
}



#happinet_contents p a:hover{
	color: #ff0000;
}


ul#copy{
	list-style: none;
	clear: both;
}