/* ワンダーフェスティバル2005夏 CSS */


div#contents{
	background: url(./img/wf2005summer_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

div#wf2005summer{
	width: 600px;
	border: 1px solid #000000;
	margin: 0 auto;
	background: #ffffff url(./img/wf2005summer_bg.gif) left top;
}


h1{
	background: #000000 url(./img/title_bg.gif) left top repeat-x;
	color: #ffffff;
	font-size: 200%;
	padding: 4px 0;
	margin-bottom: 10px;
}

h2{
	clear: both;
	color: #ffffff;
	text-align: left;
	margin: 0 10px;
	padding-left: 2px;
	background: #fb6a0a url(./img/header_bg.gif) left top repeat-x;
}

.photo{
	float: right;
	margin: 3px;
}


#contents p{
	text-align: left;
	margin: 0 15px 10px 15px;
}

#contents img{
	border: 1px solid #777777;
}

#contents strong{
	color: #f20022;
}


#wf2005summer ul{
	margin: 10px 0;
	list-style: none;
}

#wf2005summer ul li{
	margin: 0 10px 40px 10px;
	border-bottom: 1px dotted #999999;
}

#contents a{
	color: #3333ff;
}

#contents a:hover{
	color: #ff3333;
}
