/*
@import url(blog.css);
@import url(screen.css);
*/

@charset "shift_jis";

#contents h2{
  background: url(http://web-cache.stream.ne.jp/www11/emi-web/radwimps/images/common/line_01_m.gif) no-repeat 0 bottom;
}

#main .entry {
	display:block;
	width:560px;
}
#main .entry h3 {
	padding:3px 0;
	font-size:100%;
}
#main .entry .posts {
	width:560px;
	margin-bottom:20px;
	padding-bottom:5px;
	background-image:url(http://web-cache.stream.ne.jp/www11/emi-web/radwimps/images/common/line_02.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#main .entry .imageWrapper {
	float:right;
	width:150px;
	text-align:center;
	padding-left:10px;
	padding-bottom:10px;
}
#main .entry p {
	padding-bottom:15px;
}
#main .entry p.date {
	padding-bottom:0;
}
#main .entry a {
	color:#333333;
	text-decoration:none;
}
#main .entry a:hover {
	text-decoration:underline;
}

#sub dd {
	padding-bottom:10px;
}
#sub dd a {
	color:#333333;
	text-decoration:none;
}
#sub dd a:hover {
	text-decoration:underline;
}