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

#mainwrapper #title {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 750px;
}

.tokutenBlock {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	background:url(../image/note_bg.gif) repeat;
	padding:10px 20px 20px;
	border:1px solid #ddd;
	position:relative;
}

.tokutenBlock h5 {
font-size:1.2em;
margin:10px 15px 0px;
border-top:1px dashed #ddd;
padding-top:20px;
}
.tokutenBlock h5.first {
border-top:0;
}
.tokutenBlock h5 strong {
color:#dd0000;
}
.tokutenBlock h5 span {
color:#0ebf79;
font-size:2.0;
margin-right:15px;
}
.tokutenBlock p {
margin:0 15px 10px;
font-size:0.9em;
}

#mainwrapper .tokutenBlock ul li strong {
color:#990000;
}
#mainwrapper .studioBlock p.attention {
color:#990000;
}
.tokutenBlock img.absolute {
position:absolute;
top:80px;
right:10px;
}
#mainwrapper .studioBlock img {
float:right;
margin-left:10px;
}