/*基本デザイン用CSS*/

body{
	background-image: url(./img/background.gif);
/*	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	background-color: #000000;
	text-align: center;
	font-size: 16px;
	color: red;
	margin: 0px 0px 0px 0px;
}
.contents{
	background-image: url(./img/top.bmp);
	background-repeat: no-repeat;
	background-color: #000000;
	border: solid 1px fuchsia;
	width: 750px;
	margin: auto;
	text-align: left;/*旧ブラウザ用*/
	position:relative;
}
h1{
	font-size: 35px;
/*	background-position: top right;*/
/*	height: 120px;*/
/*	line-height: 100px;*/
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
h2{
	text-align: left;
	line-height: 72px;
	font-size: 24px;
	clear: both;
	margin: 0px 0px 0px 0px;
}
.top{
	line-height: 23px;
	margin: 0px 0px 0px 16px;
	position: absolute;
	top: 52px;
	left: 10px;
}
.side {
	width: 112px;
	float: left;
	text-align: center;
	padding: 0px 16px 16px 16px;
	margin: 69px -3px 0px 0px;
	border-top: solid 1px fuchsia;
	border-right: solid 1px fuchsia;
}
.side h2{
	text-align: center;
}
.main{
	width: 573px;
	float: right;
	padding: 0px 16px 16px 16px;
	margin: 69px 0px 0px -10px;
	border-top: solid 1px fuchsia;
	border-left: solid 1px fuchsia;
}
table{
	table-layout:auto;
	empty-cells:show;
}
.crumb{
	clear:both;
	margin: 48px 0px 0px 0px;
}
address{
	line-height: 17px;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	clear: both;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px fuchsia;
}

.advertisement5{
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	padding:0px;	/*念のため入れておく*/
	margin:0;	/*念のため入れておく*/
	position:absolute;
	top:7px;
	right:4px;
	color:#ffffff;
}
.advertisement5 img{
	border:solid 1px #3366ff;
}
.advertisement6{
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	padding:0px;	/*念のため入れておく*/
	margin:0;	/*念のため入れておく*/
	position:absolute;
	top:0px;
	left:0px;
	color:#000000;
}
.advertisement6 img{
	border:solid 1px #3366ff;
}

