@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "common.css";
@import "layout.css";
@import "prize.css";


/* サイド　最新のコメント */

#commentWrap {
	width: 200px;
	margin-bottom: 10px;
}

#comment {
	border-right: 2px solid #D7F07D;
	border-bottom: 2px solid #D7F07D;
	border-left: 2px solid #D7F07D;
	padding: 5px;
}

/* トップメッセージ */

#messeWrap {
	background-image: url(../images/messe_box_02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 620px;
}

#messeInner {
	background-image: url(../images/messe_box_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 10px 0px 10px;
	font-size: 14px;
}

/* すべての写真を見る */

#all {
	text-align: right;
}


/* 写真リスト */



#topEntry .photoBox {
	background-image: url(../images/photo_box.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 185px;
	float: left;
	text-align: center;
	margin-left: 20px;
	padding: 10px 10px 5px 0px;
	display: inline;
	position: relative;
}

#topEntry .photoBox h3 {
	font-weight: normal;
	font-size: 14px;
	display: block;
	height: 20px;
	overflow: hidden;
	padding-top: 5px;
}

#topEntry .photo1 {
	height: 120px;
	width: 160px;
}

#topEntry .photo2 {
	height: 160px;
	width: 120px;
}

#topEntry .photo1 img,#topEntry .photo2 img {
	height: 100%;
	width: 100%;
}
#category .photo1 img,#category .photo2 img {
	height: 100%;
	width: 100%;
}