@charset "utf-8";

@import url("../../../css/01_element.css");
@import url("../../../css/02_class.css");

body {
	background-image: url(../img/events_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	font-size: 14px;
}
div#container {	
	width: 784px;
	margin: 0 auto;
	background-image: url(../img/events_container.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
div#contents {	
	padding: 8px 16px;
}
h2 {
	margin: 24px 0 12px;
}
h3 {
	color: #D94F98;
	line-height: 1;
	padding: 0 8px 8px;
	background-image: url(../img/event_h3.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 12px 0;
}
span.price{
	text-align: right;
	color: #0599D9;
}
span.product_name {
	font-weight: bold;
	color: #FF3300; 
}
table.event_info th,
table.event_info td {
	line-height: 1.3;
	padding: 4px;
}
table.event_info th {
	color: #D94F98;
	text-align: right;
	padding-right: 8px;
	background-image: url(../img/event_list_mark.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}
table.event_info td {
	color: #0599D9;
}
div.box_description1 {
	padding: 16px 72px;
	background-image: url(../img/event_description_bg1.gif);
	background-repeat: repeat-y;
	background-position: center;
	border: #FFE19E 1px solid;
}
div.box_description2 {
	padding: 16px 88px;
	background-image: url(../img/event_description_bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
	border: #FFE19E 1px solid;
	margin-bottom: 16px;
}
p.products {
	margin-bottom: 8px;
}
img.arrow {
	vertical-align: middle;
}
.last {
	margin-bottom: 0!important;
}
table.frame_goods {
	background-image: url(../img/event_frame_goods_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;	
}
table.frame_goods td{
	padding: 0 32px;
	background-image: url(../img/event_frame_goods_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
table.frame_distribute {
	background-image: url(../img/event_frame_distribute_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;	
}
table.frame_distribute td{
	padding: 0 32px;
	background-image: url(../img/event_frame_distribute_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
table.frame_sign {
	background-image: url(../img/event_frame_sign_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;	
}
table.frame_sign td{
	padding: 0 32px;
	background-image: url(../img/event_frame_sign_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
ul.list-attention {
	color: #FF0000;
	font-weight: bold;
}
table.event_info_container {
	margin-left: auto;
	margin-right: auto;
}
table.event_info_container th {
	padding-left: 16px;
}
.color_red {
	color: #FF3300;
}

table.event_destribute_container th {
	padding-right: 8px;
}

div#contents ul {
	padding: 0;
	list-style-type: none;
}
div#contents ul li {
	background-image: url(../../../img/_bg/contents_list.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 12px;
}