/* 全体の設定*/
html{
    height:100%;
}

BODY	{
	font-style:normal; /*文字のスタイル*/
	font-weight:normal; /*文字の太さ*/
	font-size:13px; /*文字の大きさ*/
	text-align:center; /*文字の寄せ方*/
	color:#000000; /*文字の色*/
	background-color:#f5f5f5; /* 背景の色 */
	height:100%;
	width:80%;
	margin:0px auto;
}

img {
	border:none;
}

a:link{
	color:#0000ff;
	text-decoration:none;
}

a:visited{
	color:#0000ff;
	text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:none;
}

div#main-body {
	background-color:#ffffff;
	background-image:url(../common/bg2.gif);
	border:solid 1px #760014;
	border-width:0px 1px;
	width:700px;
	height:100%;
	min-height: 100%;
}

body > #main-body {
    height: auto;
}

/*枠用ID*/
table#structure	{
	background-color:#ffffff;
	width:800px;
	/*border-width:0px 2px 2px 1px;*/
	border-color:#f5f5f5;
	/*border-style:none outset outset solid;*/
	border-collapse:collapse;
	text-align:center;
	margin:0px auto;
}

td#head {
	width:800px;
	text-align:center;
	background-color:#33cc00;
}

td#menu {
	width:210px;
	padding:3px;
}

td#main {
	width:590px;
	text-align:center;
	vertical-align:top;
}

td#foot	{
	width:800px;
	text-align:center;
	padding-top:20px;
}

/*ヘッダー*/
#logo {
	float:left;
	width:245px;
	padding-top:3px;
}

#recommend {
	float:left;
	vertical-align:bottom;
	width:285px;
	padding-top:21px;
}

#banner {
	float:right;
	vertical-align:middle;
	width:265px;
	padding-top:18px;
}

/*メニュー*/
ul.address {
	list-style:none;
	text-align:center;
	margin:5px 0px 10px 10px;
	padding:0px;
}

ul.address li{
	list-style:none;
	text-align:left;
}

div.counter {
	text-align:center;
}

.ph_r {	padding: 5px;	float: right;}
.ph_l {	padding: 5px;	float: left;}
