﻿@charset "UTF-8";

/*=============================================================
	URI: http://zen.ogawa-group.co.jp/
	Created: 2008.09
	Modified: 
	Author: wan55. yuko aono
=============================================================*/

/*========================Contents=============================
	00) SiteID
	01) Header
	02) Navigation
	03) Contents
	04) Footer
	
	99) Clear
=============================================================*/
/*-------------------------------------------------------------
	00) SiteID
-------------------------------------------------------------*/
#ogawaZen {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background: #f4f2f0 url(../../images/bg_body.png) center top no-repeat;
}

/*-------------------------------------------------------------
	01) Header
-------------------------------------------------------------*/
#header {
	position: relative;
	/* height: 316px; */
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 208px;
	height: 104px;
	background: transparent url(../../images/logo.gif) left top no-repeat;
}

#header h1 em,
#header h2,
#header p {display: none;}

/*-------------------------------------------------------------
	02) Navigation
-------------------------------------------------------------*/
#navigation {height: 667px;}

#navigation ul {position: relative;}

#navigation li {
	position: absolute;
	overflow: hidden;
}

#navigation li#navi01 {
	top: 7px;
	left: 643px;
	width: 335px;
	height: 87px;
}

#navigation li#navi02 {
	top: 94px;
	left: 643px;
	width: 335px;
	height: 87px;
}

#navigation li#navi03 {
	top: 341px;
	left: 318px;
	width: 200px;
	height: 134px;
}

#navigation li#navi04 {
	top: 341px;
	left: 538px;
	width: 200px;
	height: 134px;
}

#navigation li#navi05 {
	top: 341px;
	left: 758px;
	width: 200px;
	height: 134px;
}

#navigation li#navi06 {
	top: 500px;
	left: 318px;
	width: 200px;
	height: 134px;
}

#navigation li#navi07 {
	top: 500px;
	left: 538px;
	width: 200px;
	height: 134px;
}

#navigation li#navi08 {
	top: 500px;
	left: 758px;
	width: 200px;
	height: 134px;
}

/*-------------------------------------------------------------
	03) Contents
-------------------------------------------------------------*/
#contents {
	width: 970px;
	margin-bottom: 60px;
}

/* about
------------------------------------------------- */
#about {
	float: left;
	width: 385px;
}

#about p {
	padding: 10px 23px 0px;
	margin-bottom: 1.5em;
	line-height: 1.8;
}

#about p.small {font-size: 95%;}

#about ul {
	position: relative;
	height: 20px;
	margin-bottom: 30px;
}

#about li {
	position: absolute;
	top: 0;
}

#about li#ogawa,
#about li#contact {left: 21px;}
#about li#pv {left: 132px;}

#about #brandmap {
	text-align: center;
	margin-bottom: 15px;
}

#about h4 {
	margin-left: 23px;
	margin-bottom: -0.8em;
	padding-left: 15px;
	font-weight: bold;
}

#about h4#sendai {
	background: transparent url(../../images/list_sendai.gif) left center no-repeat;
	color: #523107;
}

#about h4#yamagata {
	background: transparent url(../../images/list_yamagata.gif) left center no-repeat;
	color: #0a4c8b;
}

#about h4#chiba {
	background: transparent url(../../images/list_chiba.gif) left center no-repeat;
	color: #e2641f;
}

#about h4#hinai {
	background: transparent url(../../images/list_hinai.gif) left center no-repeat;
	color: #fc6565;
}

#about p.imgfr {
	margin-bottom:5px;
}

#about p.imgfr img {
	float:right;
}

/* info
------------------------------------------------- */
#info {
	float: right;
	padding-top: 210px;
	width: 565px;
}


#info .news {
	margin: 15px 0 0 5px;
	width: 560px;
	background: #eeedeb;
}

#info .newsTitle {
	position: relative;
	background: transparent url(../../images/news_header.gif) left top no-repeat;
}

#info .newsTitle h4 {
	padding: 30px 95px 20px 79px;
	font-weight: bold;
	color: #610000;
}

#info .newsTitle h4 a {
	color: #610000;
	text-decoration: none;
}

#info .newsTitle h4 a:hover {text-decoration: underline;}

#info .newsTitle p.date {
	position: absolute;
	top: 30px;
	right: 20px;
}

#info .newsTitle h4#maestro {background: transparent url(../../images/icon_news_maestro.png) left top no-repeat;}
#info .newsTitle h4#yakiniku {background: transparent url(../../images/icon_news_yakiniku.png) left top no-repeat;}
#info .newsTitle h4#takumibou {background: transparent url(../../images/icon_news_takumibou.png) left top no-repeat;}
#info .newsTitle h4#michikusatei {background: transparent url(../../images/icon_news_michikusatei.png) left top no-repeat;}

#info .newsTitle h4 img {
	margin-left: 8px;
	vertical-align: middle;
}

#info .newsLine {
	height: 15px;
	background: transparent url(../../images/news_border.png) left bottom no-repeat;
}

#info .newsBody {
	padding: 0 26px 10px;
	background: transparent url(../../images/news_footer.gif) left bottom no-repeat;
}

#info .newsBody p {margin-bottom: 1.5em;}

#info .newsBody p.shopInfo {
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #610000;
	color: #610000;
}

/*-------------------------------------------------------------
	04) Footer
-------------------------------------------------------------*/
#footer {
	height: 87px;
	background: transparent url(../../images/footer_bg.png) center top no-repeat;
}

#footer address {display: none;}


/*-------------------------------------------------------------
	99) Clear
-------------------------------------------------------------*/
.clearfix:after,
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
#contents {display: inline-block;}

/* exclude MacIE5 \*/
* html .clearfix,
* html #contents {height: 1%;}
.clearfix,
#contents {display: block;}
/* end MacIE5 */

.clr { clear:both; }
