@charset "utf-8";
*	{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	text-decoration: none;
}
img	{
	border:0;
}
body {
	background-color:#666666;
	color:#000000;
	font-size:12px;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
body div {
	text-align: left;
	margin: 0 auto;
}
a:link,
a:visited	{
	color:#6B652E;
}
a:hover,
a:active	{
	color:#FF9900;
	text-decoration:underline;
}

.clear	{
	clear:both;
}

/* ヘッダー */
#header	{
	width:680px;
	height:95px;
	background-image:url(images/header_back.gif);
	background-color:#000000;
}
#header img	{
	margin:40px 0 0 16px;
}

/* コンテナー */
#container	{
	width:680px;
	padding-bottom:30px;
	background-image:url(images/container_back.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

/* 左 */
#logo	{
	float:left;
	width:200px;
	margin-top:40px;
	text-align:right;
}

/* 中 */
#photo01	{
	float:left;
	width:280px;
}

/* 右 */
#photo02	{
	float:left;
	width:200px;
	margin-top:10px;
	text-align:center;
}

/* トピックス */
#topics	{
	width:480px;
	margin-left:200px;
	color:#000000;
}
#topics p	{
	padding-top:10px;
}

/* 住所 */
#address	{
	width:480px;
	margin-left:200px;
	color:#000000;
}
#address p	{
	padding:10px 0 20px 0;
	line-height:180%;
}

/* マップ */
#gmap	{
	width:480px;
	margin-left:200px;
	padding-bottom:10px;
}

/* メニュートップ用 */
#menu_top	{
	width:480px;
	margin-left:200px;
}
#menu_top img	{
	margin:20px 10px 10px 0;
}
/* メニューコンテンツ用 */
#menu	{
	width:680px;
	height:35px;
	padding:0 0 5px 0;
	background-color:#000000;
	text-align:right;
}

/* コンテンツ */
#main_contents	{
	width:680px;
	background-color:#FFFFFF;
}

/* フッター */
#footer	{
	width:680px;
	height:20px;
	padding-top:2px;
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
