﻿@charset "UTF-8";

/*=============================================================
	URI: http://zen.ogawa-group.co.jp/takumibou-ogawa/
	Created: 2008.09
	Modified: 
	Author: wan55. yuko aono
=============================================================*/

/*========================Contents=============================
	00) SiteID
	01) Header
	02) Navigation
	03) Contents
	
	99) Clear
=============================================================*/
/*-------------------------------------------------------------
	00) SiteID
-------------------------------------------------------------*/
#takumibou {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background: #ffffff;
}

a {color: #f47901;}
a:hover {text-decoration: none;}

/*-------------------------------------------------------------
	02) Contents
-------------------------------------------------------------*/
#description {
	margin-bottom: 22px;
	width: 980px;
	height: 270px;
	background: transparent url(../../images/main_img.jpg) left top no-repeat;
}

#description h2,
#description p {display: none;}

h3 {
	margin-left: 25px;
	padding-bottom: 20px;
}

.sale {
	margin-left: 25px;
	width: 930px;
	height: 135px;
	background: transparent url(../../images/sale_img_01.jpg) left top no-repeat;
}

.sale p {
	margin-left: 390px;
	margin-bottom: 1em;
}

.sale p img {vertical-align: middle;}

span.pdf {
	margin-left: 5px;
	font-size: 90%;
}

.line {
	margin: 30px 20px 0 20px;
	padding-bottom: 20px;
	height: 5px;
	background: transparent url(../../images/line.gif) left top repeat-x;
}

.lineup {
	margin-left: 25px;
	width: 880px;
}

.lineup h4 {margin-bottom: 10px;}

.lineup .takumi {
	float: left;
	width: 420px;
}

.lineup .deli {
	float: right;
	width: 420px;
}

.lineup dl {margin-bottom: 30px;}

.lineup dt {
	float: left;
	width: 150px;
}

.lineup dd {
	float: right;
	width: 250px;
}

.lineup dd h5 {margin-bottom: 10px;}

.lineup dd .imgphoto {float: right;}

.gift {
	margin: 0 0 40px 25px;
	width: 880px;
}

.gift dl {
	margin-left: 0px;
	width: 900px;
}

.gift dt {
	float: left;
	width: 620px;
}

.gift dd {
	float: right;
	width: 250px;
}

.gift dd p {margin-bottom: 1em;}

.info {
	position: relative;
	margin: 0 0 0 25px;
	width: 930px;
	min-height: 173px;
	background: transparent url(../../images/bg_info.png) left top repeat;
}

* html .info {height: 173px;}

.info h3 {margin: 0;}

.info #about {
	position: absolute;
	top: 0px;
	right: 18px;
	width: 290px;
	height: 173px;
	background: transparent url(../../images/info_about.png) left top no-repeat;
}

.info #about #map {
	position: absolute;
	top: 112px;
	left: 167px;
}

.info #about h4,
.info #about p {display: none;}

.info dl {
	margin: 0 0 0 25px;
	padding-bottom: 10px;
	width: 500px;
	color: #333333;
}

.info dt {
	float: left;
	width: 105px;
}

.info dd {
	float: right;
	width: 380px;
}

.infoFoot {
	margin: -1px 0 50px 25px;
	height: 25px;
	background: transparent url(../../images/bg_info_foot.png) left bottom no-repeat;
}


/*-------------------------------------------------------------
	99) Clear
-------------------------------------------------------------*/
.clearfix:after,
.lineup:after,
.lineup dl:after,
.gift dl:after,
.info dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.lineup,
.lineup dl,
.gift dl,
.info dl {display: inline-block;}

/* exclude MacIE5 \*/
* html .clearfix,
* html .lineup,
* html .lineup dl,
* html .gift dl,
* html .info dl {height: 1%;}
.clearfix,
.lineup,
.lineup dl,
.gift dl,
.info dl {display: block;}
/* end MacIE5 */

