@charset "utf-8";
/* CSS Document */

#visual {
	width: 800px;
	font-size: large;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#main_box {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	background-repeat: no-repeat;
}

#main_left {
	text-align: left;
	height: 700px;
	width: 550px;
	padding-top: 25px;
	padding-left: 50px;
	float: left;
	padding-bottom: 25px;
	font-size: medium;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	background-image: url(../janken_gazou/janken.jpg);
	background-repeat: no-repeat;
	background-position: -10px center;
}

#main_right {
	float: right;
	height: 750px;
	width: 199px;
	font-size: medium;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

#under_navi {
	clear: both;
}
