.today {
	font-weight: bold;
	color: #FF0000;
}
#container #header {
	background-image: url(images/zukutan_header.jpg);
	background-position: center center;
	height: 146px;
	background-repeat: no-repeat;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F4B64F;
	border-bottom-color: #F4B64F;
}
#container #header h1 {
	display: none;
}
.back {
	font-size: 90%;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	/*border-top-style: dashed;
	border-bottom-style: dashed;*/
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 600px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-image: url(images/bg.gif);
font-family: "ＭＳ ゴシック",sans-serif,osaka;

}

.copyright{
text-align: center;
font-size: 80%;
padding-bottom: 20px ;
}

.profil{
font-size: 85%;
border: solid 1px #cccccc;
padding: 8px;
margin:10px 30px 15px 30px;
line-height: 130%;
}

.info{
	border: dotted #999999 1px;padding: 5px;margin: 0 35px 0 35px;
}
