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

/*-----------------------------------------------
	CSS for TOP PAGE (/index.html)
-----------------------------------------------*/
#box {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:330px;
	margin:-165px 0 0 -400px;
}
body > #box {
	height:auto;
	min-height:330px;
}

#box_l {
	width:220px;
	height:330px;
	float:left;
	display:inline;
}
#box_r {
	width:520px;
	height:330px;
	float:right;
	display:inline;
}
#box_r p {
	color:#FFFFFF;
}
#box_r a:link {
	color: #ffffff;
	text-decoration: none;
}
#box_r a:visited {
	color: #eeeeee;
	text-decoration: none;
}
#box_r a:hover {
	color:#fa8328;
	text-decoration: underline;
}
#box_r a:active {
	color: #ffffff;
	text-decoration: none;
}