/*////////////////////////////////////////////////////////////
	layout
////////////////////////////////////////////////////////////*/

#contents .body {
	padding-top: 10px;
}
#main {
	padding-top: 10px;
}
.left {
	float: left;
	width: 230px;
}
h3  {
	margin-bottom: 15px;
}

/*////////////////////////////////////////////////////////////
	note style
////////////////////////////////////////////////////////////*/

.note {
	background-image: url(/images/asobi_no_unchiku/common/bg_03.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}
.note-head {
	background-image: url(/images/asobi_no_unchiku/common/bg_02.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 50px;
}
*html .note-head {
	height:1%;
}
*+html .note-head {
	height:1%;
}
.note-head h4 {

}
.note-body {
	line-height: 25px;
	background-image: url(/images/asobi_no_unchiku/common/bg_05.gif);
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.note-body p {
	margin-bottom: 25px;
}
.note-foot {
	font-size: 10px;
	line-height: 10px;
	background-image: url(/images/asobi_no_unchiku/common/bg_04.gif);
	height: 10px;
}
