@charset "UTF-8";
/* CSS Document */

body, h1, h2 {
		margin: 0px;
		padding: 0px;
}
body {
		text-align: center;
}
#main {
		height: auto;
		width: 800px;
		text-align: center;
}
#container {
		text-align: center;
		margin: 0px auto;
		padding: 0px;
		height: auto;
		width: 89%;
		border-right: thin dotted #666666;
		border-left: thin dotted #666666;
}div#container #titlebar {
		float: left;
		height: 60px;
		width: auto;
		margin: 0px 25px 5px;
}
div#container #menulist {
		float: left;
		height: 500px;
		width: 120px;
		text-align: left;
		font-size: 12px;
		background: #FFFFCC;
		border: thin dotted #CCCCCC;
		margin: 5px 5px 10px 25px;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		line-height: 16pt;
}
#container #omise {
		float: left;
		height: auto;
		width: 530px;
		text-align: left;
		margin-right: 1px;
		margin-bottom: 10px;
		font-size: 13px;
		border: thin dotted #CCCCCC;
		margin-top: 5px;
}
div#tamago {
		margin: 10px 140px;
		float: left;
		height: auto;
		width: auto;
}
div#omise #honbun {
		margin: 10px 15px;
		float: left;
		height: auto;
		width: 500px;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size: 12px;
		line-height: 16pt;
}
div#container #footer {
		clear: both;
		margin-top: 10px;
		margin-bottom: 0px;
}
