/* hide from ie on mac \*/

html, body, #shell {
	height: 100%;
	overflow: auto;
}
/* end hide */

body {
	height: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
* {
	margin: 0;
	padding: 0;
}
h2 {
	margin-bottom: 10px;
	font-size: 14px;
}
h3 {
	border-bottom: 3px solid #8E0622;
	margin-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#flashContent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
#wrap {
	color: #333333;
	background: #8E0622;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}
#main_contents {
	padding: 30px;
}
#concept {
	margin-top: 20px;
}
#down {
	padding: 20px;
	margin-top: 20px;
	border: 4px solid #E1E1E1;
}
#information {
	margin-top: 30px;
}
#information .title {
	font-weight: bold;
}
#information .time {
	text-align: right;
}
#information .content {
	background: url(images/line_dot.png) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
address {
	text-align: right;
	margin-top: 60px;
}