@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* print style */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#flash {
	float: right;
	width: 600px!important;
	width/**/: 610px;
	height: 302px!important;
	height/**/: 302px;
	background-repeat: no-repeat;
	background-image:url(../../images/commons/contents/flash.jpg);
	background-position: right top;
}

/* contents */
div#container_wrapper {
	overflow: visible;
}
div.container_header_wrapper {
	background: none;
	background-image: none;
	background-color: #FFFFFF;
}
div.container_body_wrapper {
	overflow: visible;
	background: none no-repeat;
	background-image: none;
	background-color: #FFFFFF;
}
div.container_footer_wrapper {
	background: none;
	background-image: none;
	background-color: #FFFFFF;
}
div#container {
	overflow: visible;
}
div#contents {
	overflow: visible;
}
div.Chead {
	background: none;
}
div.Cfoot {
	background: none;
}
h2 {
	overflow: visible;
}
h3 {
	clear: both;
}
div.horizon {
	display: none;
	clear: both;
	width: 530px;
	overflow: visible;
}
div#footer {
	overflow: visible;
	background: none;
}

div.mainphoto {
	float: right;
	overflow: visible;
	padding: 0px 0px 0px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/