/* ふろずきんチャンのたのしーバスタイム CSS */


h1{
	text-indent: -1000.0em;
}

h2{
	text-align: left;
	margin-left: 15px;
}


div#contents{
	width: 1000px;
	background: url(./img/bathtime_mid.gif) center top repeat-y;
	overflow: auto;
}

div#leftbox{
	float: left;
	width: 495px;
	color: #ffffff;
}

#leftbox h2{
	margin-top: 20px;
	color: #feff01;
}

#leftbox p{
	margin-left: 15px;
	text-align: left;
}

#leftbox strong{
	color: #ffdd1e;
}

#leftbox a {
	color: #ffffff;
}

#leftbox a:hover{
	color: #000000;
}

#leftbox a img{
	border: 1px solid #e00000;
	margin: 10px 0;
}

#leftbox a:hover img{
	border: 1px solid #f49ac1;
	margin: 10px 0;
}

#leftbox ul{
	list-style: none;
	margin-left: 15px;
}

#leftbox ul li{
	display: inline;
}

#leftbox ul li img{
	margin: 2px;
}



div#rightbox{
	float: right;
	width: 490px;
}

#rightbox p{
	text-align: left;
	color: #153dd2;
	margin-right: 15px;
}

#rightbox strong{
	color: #ffff20;
}

#rightbox span{
	font-size: 80%;
	color: #f97f8c;
}

ul#copy{
	clear: both;
	list-style: none;
	text-align: left;
	margin-left: 15px;
	color: #ffffff;
}

ul#copy li{
	margin-top: 20px;
}