body {
	width: 100%;
}
img.btn_left {
	margin-top: 20px;
	display: inline;
}
img.btn_right {
	margin-top: 20px;
	display: inline;
	margin-left: 9px;
}
	@media screen and (max-width:479px) {
		img.btn_right {
			display: block;
			margin-left: 0px;
		}
	}
#contact {
	margin-top: 30px;
	margin-bottom: 40px;
	width: 508px;
	border: 1px solid #ddd;
}
	@media screen and (max-width:479px) {
		#contact {
			width: 318px;
		}
	}
#contact #contact_to {
	width: 480px;
	margin: 15px 15px 15px 15px;
	padding-left: 25px;
	background: url(../images/mail.png) no-repeat;
	line-height: 1.0;
}
	@media screen and (max-width:479px) {
		#contact #contact_to {
			width: 265px;
		}
	}
#contact #contact_text {
	width: 480px;
	margin: 5px 15px 10px 15px;
	font-size: 11px;
}
	@media screen and (max-width:479px) {
		#contact #contact_text {
			width: 290px;
		}
	}
.new_participant_frame {
	position: relative;
	margin-top: 15px;
	width: 154px;
	height: 258px;
	border: 1px solid #ddd;
	line-height: 1.0;
	float: left;
}
	@media screen and (max-width:479px) {
		.new_participant_frame {
			float: none;
		}
	}
.frame_center_right {
	margin-left: 20px;
}
	@media screen and (max-width:479px) {
		.frame_center_right {
			margin-left: 0px;
		}
	}
.new_participant_frame .new_participant_date {
	margin: 5px 10px;
	font-size: 10px;
	color: #369;
	text-align: right;
}
.new_participant_frame img.new_participant_area {
	margin: 0px 10px;
}
.new_participant_frame img.new_participant_image {
	margin: 7px 10px 10px 10px;
}
.new_participant_frame .new_participant_name {
	margin: 0px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #76761e;
	text-align: center;
}
.new_participant_frame .new_participant_text {
	margin: 0px 10px;
	color: #666;
	font-size: 10px;
	line-height: 1.4;
}
.new_participant_frame img.new_participant_detail {
	position: absolute;
	top: 235px;
	left: 90px;
}

#links {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 510px;
	height: 110px;
}
#links img#link_left {
	float: left;
}
#links img#link_right {
	float: right;
}
.text_area {
	margin: 0px;
	width: 98%;
}
.text_subarea {
	margin: 10px 20px;
	width: 92%;
	font-size: 10px;
	color: #666;
}
img#search_btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
#note {
	margin-top: 10px;
	width: 510px;
}
#note #content_privacy {
	width: 248px;
	height: 20px;
	float: left;
	text-align: right;
}
#note #content_disclaimer {
	width: 248px;
	height: 20px;
	float: right;
	text-align: left;
}
#note #content_privacy a, #note #content_disclaimer a {
	text-decoration: underline;
}
.inline_content {
	padding: 10px;
	font-size: 10px;
	color: #555;
	background: #fff;
}
.inline_content .hidden_title {
	margin-bottom: 5px;
	color: #993;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.list_frame {
	margin-bottom: 25px;
	width: 750px;
	border: 1px solid #ddd;
}
	@media screen and (min-width:480px) and (max-width:767px) {
		.list_frame {
			width: 478px;
		}
	}
	@media screen and (max-width:479px) {
		.list_frame {
			width: 318px;
		}
	}
.list_frame img.list_main {
	margin: 20px;
	width: 160px;
	float: left;
}
	@media screen and (max-width:767px) {
		.list_frame img.list_main {
			margin: 20px 0px 10px 10px;
			float: none;
		}
	}
.list_frame .list_right {
	margin-top: 20px;
	width: 530px;
	float: left;
}
	@media screen and (max-width:767px) {
		.list_frame .list_right {
			margin: 10px 0px 5px 10px;
			width: 95%;
			float: none;
		}
	}
.list_frame .list_right .list_right_name {
	width: 530px;
	color: #993;
	font-size: 16px;
	border-bottom: 2px dotted #993;
}
	@media screen and (max-width:767px) {
		.list_frame .list_right .list_right_name {
			margin: 0px 0px 5px 10px;
			width: 95%;
		}
	}
.list_frame .list_right .list_right_name .list_right_area, #detail_header #detail_header_upper .list_right_area {
	margin-left: 10px;
	font-size: 11px;
	color :#999;
}
.list_frame .list_right .list_right_name img.list_right_detail_btn {
	margin-top: 7px;
	float: right;
}
.list_frame .list_right .list_right_group {
	width: 530px;
	color: #666;
}
	@media screen and (max-width:767px) {
		.list_frame .list_right .list_right_group {
			margin: 0px 0px 5px 10px;
			width: 95%;
		}
	}
.list_frame .list_right .list_right_action {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 360px;
	float: left;
}
	@media screen and (max-width:767px) {
		.list_frame .list_right .list_right_action {
			margin: 10px 0px 5px 10px;
			width: 95%;
			float: none;
		}
	}
.list_frame .list_right img.list_right_newinfo_btn {
	margin-top: 15px;
	width: 120px;
	float: right;
}
	@media screen and (max-width:767px) {
		.list_frame .list_right img.list_right_newinfo_btn {
			margin: 10px 0px 5px 10px;
			float: none;
		}
	}
.clear_both {
	clear: both;
}
#detail_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
	@media screen and (min-width:480px) and (max-width:767px) {
		#detail_wrap {
			width: 430px;
		}
	}
	@media screen and (max-width:479px) {
		#detail_wrap {
			width: 270px;
		}
	}
#detail_header {
	margin-top: 20px;
	width: 750px;
/*	height: 80px;*/
	min-height: 80px;
/*	position: relative;*/
	border: 1px solid #ddd;
	padding: 10px 10px 5px 10px;
}
	@media screen and (min-width:480px) and (max-width:767px) {
		#detail_header {
			width: 410px;
			height: auto;
		}
	}
	@media screen and (max-width:479px) {
		#detail_header {
			width: 250px;
			height: auto;
		}
	}
#detail_header #detail_header_upper {
/*	margin-bottom: 20px;*/
	margin-bottom: 5px;
	width: 730px;
/*	position: relative;
	top: 10px;
	left: 10px;*/
	color: #993;
	font-size: 16px;
/*	line-height: 1.8;*/
	line-height: 1.6;
	border-bottom: 2px dotted #993;
	padding-bottom: 5px;
}
	@media screen and (min-width:480px) and (max-width:767px) {
		#detail_header #detail_header_upper {
			width: 390px;
			height: auto;
		}
	}
	@media screen and (max-width:479px) {
		#detail_header #detail_header_upper {
			width: 230px;
			height: auto;
		}
	}
#detail_header #detail_header_upper img.detail_header_btn {
	float: right;
}
#detail_header #detail_header_lower {
	width: 730px;
/*	position: relative;
	left: 10px;*/
	color: #666;
	clear: both;
}
	@media screen and (min-width:480px) and (max-width:767px) {
		#detail_header #detail_header_lower {
			width: 390px;
			line-height: 1.0;
		}
	}
	@media screen and (max-width:479px) {
		#detail_header #detail_header_lower {
			width: 230px;
			line-height: 1.0;
		}
	}
#detail_pic {
	margin-top: 20px;
	width: 300px;
	font-size: 10px;
	float: left;
}
	@media screen and (min-width:480px) and (max-width:767px) {
		#detail_pic {
			float: none;
		}
	}
	@media screen and (max-width:479px) {
		#detail_pic {
			width: 250px;
			float: none;
		}
	}
#detail_pic img#detail_pic_main {
	margin-bottom: 5px;
}
#detail_pic #detail_pic_caption {
	margin-bottom: 5px;
	width: 300px;
}
	@media screen and (max-width:479px) {
		#detail_pic #detail_pic_caption {
			width: 250px;
		}
	}
#detail_pic img.detail_pic_sub_left {
	float: left;
	margin-bottom: 5px;
}
#detail_pic img.detail_pic_sub_right {
	float: right;
	margin-bottom: 5px;
}
#detail_info {
	margin-top: 20px;
	margin-left: 40px;
	width: 410px;
	float: left;
}
	@media screen and (min-width:480px) and (max-width:767px) {
		#detail_info {
			width: 410px;
			float: none;
		}
	}
	@media screen and (max-width:479px) {
		#detail_info {
			width: 250px;
			float: none;
		}
	}
#detail_info .detail_info_title {
	margin-bottom: 5px;
	padding-left: 10px;
	color: #0f4173;
	font-size: 13px;
	line-height: 1.8;
	border-left: 10px solid #0f4173;
}