
#main_image {
	height: 80px;
}
#contents li {
	display: inline;
	float: left;
	margin:0 10px;
	margin-bottom: 25px;
	padding-left: 8px;
}
#contents ul {
	margin: 20px auto;
	padding: 0px;
	width:680px;
}
#floor {
	background-image: url(../images/floor_bg.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 680px;
	text-indent: 50px;
	color: #333333;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#floor p{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 5px 0px 0px;
	padding: 0px;

}
#floor a{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	margin:0;
	padding: 0px;
	display:block;
	margin-top:40px;
	text-decoration: underline;
}

#floor a.top{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	margin:0;
	padding: 0px;
	display:block;
	margin-top:0px;
	text-decoration: underline;
}

.gallery {
    margin-left:15px;
    font-size: 13px;
    height: 100px;
}
.gallery a img {
    margin-right: 10px;
}
#contents p {
    padding: 0px;
    margin-top: 0px;
}
#contents p.space {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 30px;    
}

/*--dd(^^;)*/
/*idは一度しか使ったらいけませんよー classに変更します！*/
/*widthは並べたい枚数にあわせて調整*/
.gallery_box{
	width:640px;
	background-color:#ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
dl{
	margin:0px 3px 1em 0px;
	padding:0px;
	float:left;
	width:205px;
	font-size:14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
dt{
	margin:0px;
	padding:2px 0px 2px 2px;
	background-color: #F2F2F2;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
dd{
	margin:0px;

    border-color::#7F2D00;	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておきましょう。*/
dd.name{
    height:2.2em;
}
dd.comment{
	font-size: 12px;
}
dd.date{
	font-size: 11px;
	line-height: 20px;
	padding: 3px;
}
dd.date { /font-size: 10px; }
