h3 {
	font-size:100%;
}
h4 {
	font-size:100%;
	margin:1em 0px 0.3em 0px;
}
h4#note01
, h4#note02 {
	color:#00441b;
}
h4#note04{
	color:#8b0000;
	margin-top:0px;
}
h4#note05 {
	color:#8b0000;
}

.photoArea {
	width:600px;
	margin:1em 0px;
}

.photoArea img {
	float:left;
	margin-right:15px;
}
.photoArea img.last {
	margin-right:0px;
}

.bottomArea {
	width:600px;
}

.note04-05 {
	float:left;
	width:300px;
}

.attention {
	font-size:90%;
	margin-top:3px;
}
.attention img {
	float:left;
	margin-top:1px;
	margin-right:0.2em;
}
.attention span {
	float:left;
	color:red;
}

.movieLine {
	float:right;
	width:280px;
	margin-bottom:1.5em;
}
.movieArea .photo {
	width:280px;
}
.movieArea .comment {
	width:280px;
	font-size:90%;
	line-height:120%;
}
.movieArea h3 {
	font-size:90%;
	font-weight:normal;
}
.movieArea h3 a {
	display:block;
	width:280px;
	color:#ffffff;
	text-decoration:none;
	border-top:4px solid red;
}
.movieArea h3 a span {
	display:block;
	padding:5px;
	background-color:#032850;
	border:1px solid #032850;
	border-width:0px 1px;
}
.movieArea h3 a:hover {
	color:#ffffff;
	border-top-color:#032850;
}
.movieArea h3 a:hover span {
	background-color:red;
	border-color:red;
}
.movieArea .noteMovie {
	border:1px solid #888888;
	border-top:none;
	width:268px;
	padding:3px 5px;
}
.movieArea .noteMovie .date {
	float:left;
}
.movieArea .noteMovie .size {
	float:right;
}

.red {
	color:red;
}