@charset "shift_jis";
@import url("../../css/common/init.css");
@import url("../../css/common/list1.css");

body {
	color: #555;
	background: #1A2845 url("css/bg.jpg") repeat-x;
	text-align: center;
}

#header {
	position: relative;
	width: 780px;
	height: 200px;
	text-align: left;
	text-indent: -9999;
}

#header h1 {
	display: none;
}

#header #btn_other {
	position: absolute;
	right: 23px;
	top: 19px;
	display: block;
	width: 179px;
	height: 74px;
	background: url("css/btn_other.gif") no-repeat;
	text-align: left;
	text-indent: -9999px;
	overflow-x: hidden;
}

#header-bg {
	width: 780px;
	background: url("css/bg_header.jpg") no-repeat;
}

#footer {
	position: relative;
	display: block;
	width: 780px;
	height: 56px;
	background: url("css/bg_footer.jpg") no-repeat;
	color: #fff;
	text-align: left;
}

a#footer {
	text-decoration: none;
}

#footer #copyright {
	position: absolute;
	right: 20px;
	top: 28px;
}


#areaBase {
	margin: 0 auto;
	width: 780px;
	background: url("css/bg_main.jpg") repeat-y;
}

#areaMain {
	width: 740px !important; width: 780px; /*IE対応*/
	padding: 10px 20px 0;
	
	min-height: 200px;
	height: auto !important; height: 200px; /*IE対応*/
	text-align: left;
}

#poster {
	display: block;
	float: right:
	width: 177px;
	height: 250px;
	background: url("poster_tn.jpg") no-repeat;
	
	text-align: left;
	text-indent: -9999px;
	overflow-x: hidden;
}

.floatLeft {
	float: left;
	width: 560px;
	margin-bottom:0 !important; margin-bottom: 20px; /*IE対策*/
}

.floatLeft h2 {
	margin-right: 20px;
}

p {
	margin-bottom: 20px;
}

h2 {
	height: 24px;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
	color: #ec894b;
}

h2.h2top {
	margin-top: 0;
}

strong {
	font-weight: bold;
}

ol {
	margin-left: 20px;
}

ol li {
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
}

ol ul li {
	margin-bottom : 0px;
	padding-left:12px;
	background:url(../../css/common/li2_red.gif) 1px 4px no-repeat;
}


/*[EOF]*/