@charset "utf-8";

/* entry
-------------------------------------------------------------------------------- */
#entry {
	background:url(../images/entry_mdl.jpg);
	margin:0 20px;
	letter-spacing:2px;
}

#entry h3 {
	background:url(../images/entry_top.jpg) no-repeat center top;
	padding:30px 20px 20px 20px;
	font-size:16px;
}

#entry h3 a {
	color:#71B8FF;
	text-decoration:none;
}

#entry span {
	float:right;
	display:block;
	padding:30px 20px 20px 20px;
	color:#999999;
	font-size:10px;
}

#entry-inner {
	background:url(../images/entry_btm.jpg) no-repeat center bottom;
	padding:0 20px 20px 20px;
	font-size:12px;
	line-height:20px;
	color:#333333;
	_height:1%;
}

#entry-inner img {
	margin-bottom:15px;
}

.posted {
	float:right;
	font-size:10px;
	margin:10px 0;
}


/* video
-------------------------------------------------------------------------------- */
.video {
	text-align:center;
	margin:0 10px 15px 0;
}

.video h3 {
	text-align:left;
	font-size:12px;
	color:#444444;
	border-left:2px solid solid #97CBFF;
	padding:1px 0 1px 5px;
	margin:5px 0 2px 0;
}


/* ITMES SHOP
-------------------------------------------------------------------------------- */

#items,#shops {
	width:245px;
	float:left;
	text-align:center;
}

#items h3,#shops h3 {
	font-size:10px;
	margin:0 5px 10px 0;
	border-top:3px solid #c2e964;
	padding-top:5px;
	color:#333333;
	letter-spacing:2px;
	text-align:left;
}

#items h4,#shops h4 {
	font-size:12px;
	margin:0 10px 5px 0;
	padding:2px 0 2px 5px;
	border-left:3px solid #c2e964;
	text-align:left;
}

#items h4 a ,#shops h4 a {
	color:#666666;
}

#items p,#shops p {
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;
	margin:10px 10px 0 0;
	color:#333333;
}

#items img,#shops img {
	margin:0 auto;
}

