#campaign #main_contents {
	width: 900px;
	margin-right: 50px;
	margin-left: 50px;
}
#campaign #main_image {
	text-align: center;
	background-color: #cb353c;
	background-image: url(img/flash_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 35px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#campaign #main_image .link_reserve {
	line-height: 1em;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}

#main_contents #main_title {
	height: 190px;
	width: 900px;
	position: relative;
}
#main_contents #main_title p {
	position: absolute;
	z-index: 10;
	right: 15px;
	height: 90px;
	width: 110px;
	top: 90px;
}
#main_contents .reserve_note {
	width: 578px;
	margin-right: 100px;
	background-color: #FFF;
	margin-left: 100px;
	text-align: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 1px solid #900;
}
#main_contents .reserve_note .note_title {
	font-weight: bold;
	color: #E5030F;
	margin-bottom: 6px;
}
#main_contents .reserve_note .note_text {
	line-height: 1.5em;
	margin: 0px;
	padding-left: 1em;
}


#main_contents h2 {
	margin-bottom: 25px;
}
#main_contents h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	margin-bottom: 15px;
}
#main_contents ul {
	margin-bottom: 25px;
	margin-left: 1em;
}
#main_contents li {
	font-size: 12px;
	line-height: 1.3em;
	background-image: url(img/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 8px;
	padding-left: 18px;
}
#main_contents .note_strong {
	font-size: 14px;
	font-weight: bold;
	color: #E5030F;
}
