﻿@charset "utf-8";



#infobox {
	float: left;
	width: 533px;
	height: 310px;
	padding: 12px 8px 8px 20px;
	margin: 15px 0px 10px 0px;
	overflow: auto;
	overflow-x: hidden; /* ← Windows Internet Explorer対策　*/

	border: #AAAAAA 1px solid;
	background-color: #FFFFFF;
}


#infobox a {
	display: inline;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

#infobox small {
	display: block;
	width: 278px;
	margin: 3px 0 0 0;
	padding: 2px 0 0 0;
	color: #707070;
	border-top: 1px solid #CCCCCC;
}








#copy {
	float: right;
	width: 195px;

	height: 330px;
	margin: 15px 0px 10px 0px;
	/* padding: 10px 15px 10px 20px; */
	/* background: url(../images/illust0.gif); */
	/* background-repeat: no-repeat; */
	/* background-position: center bottom; */
}







#box {
	clear: both; /* 寄せを解除 */
	width: 720px;
	margin: 15px 0px 15px 0px;
}



