@charset "UTF-8";

#mainBox {
	width: 780px;
	height: 550px;
	background: url(../../consumer/images/otoha/otoha_photo.jpg) no-repeat 400px 10px;
	background-color: #F2FFEB;
}
ul {
	list-style:none;
}
#mainBoxLeft {
	width: 370px;
	padding: 100px 0 0 20px;
	margin: 0;
	position: relative;
	float: left;
	display: inline;
}
#mainBoxLeft h2#logo {
	text-indent:-9999px;
	width: 234px;
	height: 120px;
	margin: 0 auto 0 63px;
	background-image: url(../../consumer/images/otoha/logo.gif);
	background-repeat: no-repeat;
	/*\*/overflow: hidden;/**/
}
#mainBoxLeft p {
	margin: 20px auto 40px;
	color: #AAA;
	text-align: center;
	line-height: 1.8;
}
.menu li a {
	text-indent:-9999px;
	display: block;
	width: 210px;
	height: 40px;
	margin: 20px auto 0 80px; 
	background-repeat: no-repeat;
	/*\*/overflow: hidden;/**/
}

.menu a#family {
	background-image: url(../../consumer/images/otoha/family.jpg);
}
.menu a#yukata {
	background-image: url(../../consumer/images/otoha/yukata.jpg);
}
.menu a#baby {
	background-image: url(../../consumer/images/otoha/baby.jpg);
}
.menu a:hover {
	background-position: right top;
}

#mainBoxRight {
	width: 370px;
	padding: 425px 0 0 0;
	margin: 0;
	position: relative;
	float: right;
	display: inline;
}
#mainBoxRight dt {
	text-indent:-9999px;
	width: 65px;
	height: 45px;
	text-align: center;
	background: url(../../consumer/images/otoha/otoha_profile.gif) no-repeat;
	/*\*/overflow: hidden;/**/
}
#mainBoxRight dd {
	width: 210px;
	height: 80px;
	margin: -40px auto 0 85px; 
	font-size: 0.8em;
	line-height: 1.3;
}
#mainBoxRight dd a {
	font-size: 1.1em;
	margin-top: 2px;
	color: #FF96EC;
	text-decoration: none;
}
#mainBoxRight dd a:hover {
	color: #FFC152;
}
