@charset "utf-8";

/* -------------------------------
	INSIDE CONTENT BOX
------------------------------- */
.top-box-01 {
	width: 380px;
	height: 455px;
	float: left;
	background-image: url(../images/top_ph_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.top-box-02 {
	width: 378px;
	height: 455px;
	float: right;
	background-image: url(../images/top_img_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.top-box-02 h3 {
	height: 35px;
}
.top-box-02 p {
	height: 300px;
}

.top-box-02 ol {
	list-style-type: none;
	position: relative;
	height: 86px;
}
.top-box-02 a.menu01 {
	background-image: url(../common/images/spacer.gif);
	display: block;
	width: 86px;
	height: 86px;
	top: 0px;
	left: 30px;
	position: absolute;
}
.top-box-02 a.menu02 {
	background-image: url(../common/images/spacer.gif);
	display: block;
	width: 86px;
	height: 86px;
	top: 0px;
	left: 146px;
	position: absolute;
}
.top-box-02 a.menu03 {
	background-image: url(../common/images/spacer.gif);
	display: block;
	width: 86px;
	height: 86px;
	top: 0px;
	left: 263px;
	position: absolute;
}

