
/* 初期化
------------------------------------------------------------------------------*/

body, h2, h3, h4, div, p, span, form, input {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

/* レイアウト
------------------------------------------------------------------------------*/

body {
	background-color: #CBA57A;
}

#all {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	background: url(./images/bg_all.gif) repeat-y center top;
}

#container {
	width: 684px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 24px;
	background: #FFFFCC url(./images/h_bg.jpg) repeat-x center top;
}

#header {
	margin-top: 10px;
	margin-bottom: 16px;
}

#contents {
}


/* ヘッダ
------------------------------------------------------------------------------*/

p.header_text {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}


/* ならナビ
------------------------------------------------------------------------------*/

#naranavi_box {
	background: url(./images/naranavi_bg.gif) repeat-y center top;
	margin-bottom: 24px;
}

.naranavi_contents {
	background: url(./images/naranavi_foot.gif) no-repeat center bottom;
}

.naranavi_text {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.naranavi_text p {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}


/* ドトールコーヒーショップ
------------------------------------------------------------------------------*/

#coffee_box {
	background: url(./images/coffee_bg.gif) repeat-y center top;
}

p.coffee_text {
	width: 211px;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 24px;
}

/* 右情報スペース
------------------------------------------------------------------------------*/

.info_box {
	width: 190px;
	background: url(./images/info_bg.gif) repeat-y center top;
}
.info_contents {
	width: 178px;
	padding: 2px 6px;
}


/* グルメMAP
------------------------------------------------------------------------------*/

p.map_contents {
	margin-top: 16px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	line-height: 16px;
}
p.map_contents a:link,
p.map_contents a:visited {
	color: #996633;
	text-decoration: none;
}
p.map_contents a:active,
p.map_contents a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* アクセス情報
------------------------------------------------------------------------------*/

#access {
	margin-top: 8px;
}

#map {
	width: 150px;
	height: 150px;
	margin: 6px 14px;
}

p.info_access {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	color: #996633;
	font-size: 12px;
}

p.info_address {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	line-height: 16px;
}
p.info_address a:link,
p.info_address a:visited {
	color: #996633;
	text-decoration: none;
}
p.info_address a:active,
p.info_address a:hover {
	color: #FF3300;
	text-decoration: underline;
}
