@charset "UTF-8";

* {
	margin : 0;
	padding : 0;
	font-family : "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

html {
   height : 100%;
   margin-bottom : 1px;
   overflow-y : scroll;
}

body {
	font-size : 0.9em;
	color : black;
	background-color : white;
	width : 100%;
	text-align : center;
}

a {
	text-decoration : none;
	outline : 0;
}

a:hover {
	text-decoration : underline;
}

img {
	border : none;
}

p {
	text-align : left;
}

h3 {
	width : 300px;
	text-align : left;
	font-size : 1em;
	font-weight : normal;
	background-color : whitesmoke;
}

/*
   ヘッダー
*/
#top_header {
	width : 1000px;
	height : 80px;
	background-image: url("./IMAGES/wall.gif");
	margin : 0 auto;
	text-align : left;
}

/*
   ナビゲーション
*/
#top_body {
	width : 1000px;
	margin : 0 auto;
	text-align : center;
	margin-top : 1em;
}

/*
   左ナビゲーション
*/
#top_navileft {
	clear : both;
	float : left;
	width : 170px;
	text-align : left;
}

#top_navileft div {
	width : 100%;
	text-align : center;
	margin-top : 0.5em;
	margin-left : 1px;
}

/*
   中央ナビゲーション
*/
#top_navicenter {
	float : left;
	width : 520px;
	padding-left : 10px;
	text-align : left;
}

#top_navicenter #shopinfo {
	float : left;
	width : 355px;
	margin-left : 15px;
}

#top_navicenter #shopinfo table {
	width : 330px;
}

#top_navicenter #shopinfo th {
	height : 25px;
	background-image: url("./IMAGES/center_plate.png");
	font-weight : normal;
	padding-top : 3px;
	padding-left : 10px;
}

#top_navicenter #shopinfo td {
	padding-left : 2px;
	padding-bottom : 10px;
}

#top_navicenter .bord {
	font-size : 0.88em;
	float : left;
	width : 150px;
	height : 300px;
	background-image: url("./IMAGES/center_bord.png");
	margin-top : 4em;
}

#top_navicenter .bord p {
	color : white;
	padding-top : 12px;
	padding-left : 9px;
	padding-right : 9px;
}

#top_navicenter .bord strong {
	color : pink;
}

#top_navicenter hr {
	border-color : darkblue;
	margin : 2em;
}

#top_navicenter div.box {
	clear : both;
	width : 490px;
	text-align : center;
	margin-bottom : 2em;
}

#top_navicenter div.box table {
	width : 490px;
}

#top_navicenter  div.box th {
	height : 25px;
	background-image: url("./IMAGES/center_plate.png");
	font-weight : normal;
	text-align : left;
	padding-top : 3px;
	padding-left : 10px;
}

#top_navicenter  div.box td {
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 10px;
}

/*
   右ナビゲーション
*/
#top_naviright {
	float : left;
	width : 300px;
	text-align : left;
}

#top_naviright div {
	margin-bottom : 1em;
}

/*
   中央ナビゲーション（右無し）
*/
#top_navibigcenter {
	float : left;
	width : 820px;
	padding-left : 10px;
	text-align : left;
}

#top_photo {
	clear : both;
	width : 1000px;
	text-align : center;
}

.photo {
	float : left;
	border : solid 3px #ad824c;
}

.mini_photo {
	float : left;
	border : solid 1px white;
	width : 160px;
	height : 120px;
	margin : 0px;
}

/*
   フッター
*/
#top_footer {
	clear : both;
	width : 1000px;
	font-size : 0.8em;
	background-color : aliceblue;
	border-top : solid 1px darkblue;
	margin : 0 auto;
	text-align : center;
	padding : 10px;
}
