
body {
	background-color: #CA5B58;
	background-image: url(../image/back.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
}

a:link{
    text-decoration : none ;
    color:#FFF;
}
a:active{
    text-decoration : none ;
    color:#FFF;
}
a:visited{
    text-decoration : none ;
    color:#FFF;
}
a:hover{
	text-decoration:none;
	color: #D98C86;
	visibility : visible;
}


.menu a:link{
    text-decoration : none ;
    color:#B03C37;
}
.menu a:active{
    text-decoration : none ;
    color:#B03C37;
}
.menu a:visited{
    text-decoration : none ;
    color:#B03C37;
}
.menu a:hover{
	text-decoration:none;
	color: #D98C86;
	visibility : visible;
}

#contents {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 280px;
}

.menu {
	background-image: url(../image/menu.png);
	height: 25px;
	width: 250px;
	padding: 8px 15px 2px 15px;
	text-align: left;
	font-family: Futura;
}

.menu img {
	border: 0px;
	padding-right: 10px;
}

.comments {
	font-size: 10px;
	color: #FFCFC9;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: "Hiragino Kaku Gothic ProN";
	font-weight: bold;
}

.message {
	font-size: 10px;
	color: #FFCFC9;
	font-family: "Hiragino Kaku Gothic ProN";
	font-weight: bold;
	padding-bottom: 15px;
}

#backButton {
	border-width: 0 10px 0 22px;
	-webkit-border-image: url(../image/back_button.png) 0 8 0 18;
	font-family: Futura;
	float: left;
}

.news {
	font-size: 10px;
	color: #FFF;
	background-image: url(../image/ya.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

.days {
	font-size: 10px;
	color: #FFF;
	background-image: url(../image/days.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
}