﻿@charset "UTF-8";

/*=============================================================
	URI: http://zen.ogawa-group.co.jp/maestro-ogawa/
	Created: 2008.09
	Modified: 
	Author: wan55. yuko aono
=============================================================*/

/*========================Contents=============================
	01) Reset
	02) Redefine
	03) Access
	
	99) Clear
=============================================================*/
/*-------------------------------------------------------------
	01) Reset
-------------------------------------------------------------*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,td,
pre,
fieldset,
address,
form,
button,
p {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------
	02) Redefine
-------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	background: #f4f2f0;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
}

* html body {font-size: 75%;}

*:first-child+html body {font-size: 75%;}

ul,ol {list-style: none;}
li li {font-size: inherit;}

h1,h2,h3,h4,h5,h6,
address,
caption,
textarea,
em {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {border: 0;}

hr {display: none;}


/*-------------------------------------------------------------
	03) Access
-------------------------------------------------------------*/
#access {
	margin: 0 auto;
	padding-top: 7px;
	width: 520px;
	text-align: left;
	background: transparent url(../../images/access_bg.gif) left top no-repeat;
}

#header {position: relative;}

#header h1 {
	width: 217px;
	height: 51px;
	overflow: hidden;
}

#header p {
	position: absolute;
	top: 10px;
	right: 0px;
}

#contents #map {margin-bottom: 17px;}

#contents h2 {
	font-weight: bold;
	color: #991d1d;
}

#contents p {margin-bottom: 1em;}

#footer {
	margin: 30px 0;
	text-align: center;
}