﻿@charset "utf-8";

/* =========================================================
Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
a { margin: 0;
	padding: 0;
	border: none;
}

/* =========================================================
body
========================================================= */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333333;
	font-family: ;
	font-size: 80%;
	line-height: 1.6em;
}

/* =========================================================
container
========================================================= */
div#container {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* =========================================================
header
========================================================= */
div#header {
	margin: 0 0 20px;
	padding: 30px 0px 10px;
	float:right;
}

/* =========================================================
m_pic
========================================================= */
div#m_pic {
	margin: 0px 0px 30px;
	padding: 0px;
}
div#pic {
	margin: 10px 10px 10px 10px;
	}

/* =========================================================
wrapper
========================================================= */
div#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#wrapper {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }
div#wrapper { display: block; }
/* End hide from IE-mac */


/* =========================================================
content
========================================================= */
div#content {
	float: left;
	width: 500px;
}

div#content p {
	margin: 0px 5px 20px;
}

div#content img {
	margin: 0px 10px 10px 10px;
	vertical-align: bottom;
}

/* =========================================================
sidebar
========================================================= */
div#sidebar {
	float: right;
	width: 400px;
}

div#sidebar p {
	margin: 0 0 1em;
}
div#sidebar ul {
	margin: 1em 1em 1em 30px;
}
div#sidebar ul li {
	margin: 0 0 0.5em;
}

/* =========================================================
footer
========================================================= */
div#footer {
	margin: 20px 0 0px;
	padding: 0px 0px 80px 0px;
	background: #FFFFFF;
	color: #000000;
	font-size: 100%;
	text-align: center;
}
hr
	{
	height: 4px;
	border-width : 2px 0px 0px 0px;
	border-style : dotted dotted dotted dotted;
	border-color : #333333;
	background-color: #ffffff;
	color: #ffffff;
} 

.footIn{
	text-align: left;
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
}

.footIn .Address{
	float: left;
	line-height: 1.2em;
}

.footIn .Copy{
	float: right;
}

/* =========================================================
map
========================================================= */
#mapl
	{
	float: left;
	border: 1px solid #999;
	padding: 0px 0px 0px 0px; 
	}