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

#contents .section {
	overflow: hidden;
	clear: both;
	width: 580px;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	background: url(../img/com/dotted_line_2x.gif) repeat-x 2px 100%;
}
.section h3 {
	margin: 0 0 5px;
	font-size: 133%;
}
.section .notes {
	float: left;
	width: 390px;
	background: url(../img/com/baloon_390_body.gif) repeat-y 0 0;
}
.section .notes .wrap {
	background: url(../img/com/baloon_390_bottom.gif) no-repeat 0 100%;
}
.section .notes .wrap .wrap {
	min-height: 36px;
	padding: 10px 20px 10px 10px;
	background: url(../img/com/baloon_390_top.gif) no-repeat 0 0;
}
.section .image {
	float: right;
	width: 180px;
}

.even .notes {
	float: right;
	width: 390px;
	background: url(../img/com/baloon_390_l_body.gif) repeat-y 0 0;
}
.even .notes .wrap {
	background: url(../img/com/baloon_390_l_bottom.gif) no-repeat 0 100%;
}
.even .notes .wrap .wrap {
	padding: 10px 10px 10px 20px;
	background: url(../img/com/baloon_390_l_top.gif) no-repeat 0 0;
}
.even .image {
	float: left;
	width: 180px;
}
.section .attention {
	background: #FFF;
	margin: 0 0 0;
	padding:  5px 10px;
}
.section .attention li {
	margin: 5px 0;
}


