@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div.con_left {
	float: left;
	width: 350px;
}

div.con_left p span {
	font-weight: bold;
}

div.con_left p.red {
	margin-top: 50px;
	color: #cc0000;
}

img.con_right {
	float: right;
	width: 335px;
}

