@charset "utf-8";
/* css for 02 page */

@import "subpages.css";


/*----------------------------------------------------- layout */

div#main {
	width: 840px;
	margin: 20px auto;
}

h2 {
	margin-top: 100px;
	clear: both;
	text-indent: -9999px;
	width: 839px;
	height: 60px;
	background: url("../images/02/h2.gif") left bottom no-repeat;
}

h3 {
	text-indent: -9999px;
	width: 840px;
	height: 40px;
}

h4 {
	text-indent: -9999px;
}

/*----------------------------------------------------- about_wrapper */

div#about_wrapper {
	margin: 20px auto;
	overflow: hidden;
	line-height: 1.5em;
}

div#about_wrapper div#about_left{
	float: left;
	width: 490px;
}

div#about_wrapper div#about_left dl {
	font-size:80%;
}

div#about_wrapper div#about_left dl dt {
	clear:both;
	float: left;
	width:120px;
	padding:5px;
}

div#about_wrapper div#about_left dl dd {
	float: left;
	width: 340px;
	padding: 10px 0 0 20px;
}

div#about_wrapper div#about_right{
	float: right;
	width: 320px;
}

/*----------------------------------------------------- chizu */

div#chizu {
	clear: both;
}

div#chizu h3 {
	background: url("../images/02/h3_01.gif") left bottom no-repeat;
}

div#chizu div#map_canvas{
	width:100%;
	height:350px;
	margin:30px 0 40px 0;
}

/*----------------------------------------------------- boss_wrapper */

div#boss_wrapper {
	clear: both;
}

div#boss_wrapper h3 {
	background: url("../images/02/h3_02.gif") left bottom no-repeat;
}


/*----------------------------------------------------- boss */

div#boss{
	padding: 30px 0;
	float: left;
	width: 490px;
}

div#boss h4{
	width: 489px;
	height: 56px;
	background: url("../images/02/h4_01.gif") left top no-repeat;
}

div#boss div {
	background: url("../images/02/boss_bk.gif") left bottom no-repeat;
	min-height: 250px;  
	height: auto !important;	/* ie6 */
	height: 250px;				/* ie6 */
	padding-bottom: 40px;
	overflow: hidden;
}

div#boss div p {
	width: 300px;
	font-size: 80%;
	padding: 10px 25px 0 0;
	overflow: hidden;
	float: right;
	line-height: 1.5em;
}

/*----------------------------------------------------- omakase */

div#omakase{
	padding: 30px 0;
	float: right;
	width: 321px;
}

div#omakase h4{
	width: 321px;
	height: 50px;
	background: url("../images/common/omakase_h4.gif") left top no-repeat;
}

div#omakase dl {
	margin: 0 0 0 0;
	padding: 5px 0;
	width: 321px;
	background: url("../images/common/omakase_bk.gif") left bottom no-repeat;
	font-size:70%;
}
div#omakase dl dt {
	margin: 0;
	padding: 10px 0 10px 10px;
	width: 11em;
}
div#omakase dl dd {
	padding: 10px 10px 10px 10px;
	margin-left: 11em;
	margin-top: -4.5em;
	line-height: 1.4em;
}

/*----------------------------------------------------- more_wrapper */

div#more_wrapper {
	clear: both;
}

div#more_wrapper h3 {
	background: url("../images/02/h3_03.gif") left bottom no-repeat;
}

/*----------------------------------------------------- mobile */

div#mobile{
	padding: 30px 0;
	float: left;
	width: 477px;
}

div#mobile h4{
	width: 477px;
	height: 132px;
	background: url("../images/common/mobile_h4.gif") left top no-repeat;
}

div#mobile div{
	height: 174px;
	zoom:100%;				/* ie6 */
	position: relative;		/* ie6 */
	background: url("../images/common/mobile_bk.gif") left bottom no-repeat;
}

div#mobile div img{
	float: left;
	padding: 40px 0 0 60px;
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
}

div#mobile div p{
	font-size: 80%;
	float: right;
	padding: 30px 30px 0 0;
	width: 300px;
	line-height: 1.5em;
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
}


/*----------------------------------------------------- banner */

div#banner{
	padding: 30px 0;
	float: right;
	width: 320px;
}

div#banner img{
	margin-top: 15px;
}


