/*-----------------------------------
DEFAULT CSS
FILE DATA: omotenashi.css
-----------------------------------*/


/*MAIN_IMAGE
-----------------------------------*/
#main_image2 div{
	background-image: url(../images/main_img.jpg);
}

/*-----------------------------------
BODY
-----------------------------------*/
/*BODY_LEFT
-----------------------------------*/
#body_left{
	width:125px;
	height:auto;
	float:left;
}
#body_left h2{
	width:35px;
	height:300px;
	text-indent:-10000em;
	margin:0 auto;
	background:url(../images/omotenashi_ttl.gif) no-repeat;
}
/*BODY_RIGHT
-----------------------------------*/
#body_right{
	width:734px;
	height:auto;
	padding:0 15px 0 25px;
	float:right;
}
/*BODY_RIGHT OMOTENASHI_PHOTO
-----------------------------------*/
.omotenashi_photo {
	width:550px;
	height:auto;
	float:left;
}
.omotenashi_photo .photoarea {
	width:550px;
}
.omotenashi_photo ul {
	width:500px;
	height:auto;
	margin:10px 0 5px 0;
	float:left;
}
.omotenashi_photo li {
	width:75px;
	height:55px;
	float:left;
	margin:5px 5px 0 0;
}
.omotenashi_photo p {
	width:500px;
	color:#bf587f;
	font-weight:bold;
	float:left;
}
/*BODY_RIGHT OMOTENASHI_TEXT
-----------------------------------*/
.omotenashi_text {
	width:170px;
	height:415px;
	float:right;
}
.omotenashi_text p {
	width:170px;
	height:415px;
	text-indent:-10000em;
	background:url(../images/omotenashi_text.gif) no-repeat;
}