@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 36px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 13px;
	left: 15px;
}
#main #title-area .update {
	top: 18px;
	right: 10px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}

/* article01 */
#main .article01 {
	position: relative;
	width: 864px;
	height: 891px;
	background: url(../img/article01_bg.jpg) no-repeat;
}
#main .article01 p {
	position: absolute;
}
#main .article01 .a01-01 {
	top: 6px;
	left: 23px;
}
#main .article01 .a01-02 {
	top: 232px;
	left: 31px;
}
#main .article01 .a01-03 {
	top: 390px;
	left: 58px;
}
#main .article01 .a01-04 {
	top: -51px;
	right: -124px;
}
#main .article01 .a01-05 {
	left: -60px;
	bottom: 28px;
}
#main .article01 .a01-06 {
	right: -108px;
	bottom: 11px;
}

/* article02 */
#main .article02 {
	position: relative;
	width: 864px;
	height: 925px;
	padding: 21px 0 0;
	background: url(../img/article02_bg.jpg) no-repeat;
}
#main .article02 p {
	position: absolute;
}
#main .article02 .a02-01 {
	top: 	72px;
	left: -2px;
}
#main .article02 .a02-02 {
	top: 89px;
	right: -22px;
}
#main .article02 .a02-03 {
	top: 172px;
	left: 147px;
}
#main .article02 .a02-04 {
	top: 345px;
	right: 2px;
}
#main .article02 .a02-05 {
	bottom: 33px;
	left: 30px;
}
#main .article02 .a02-06 {
	bottom: 52px;
	right: 144px;
}

/* article03 */
#main .article03 {
	width: 864px;
	height: 413px;
	padding: 14px 0 0;
	background: url(../img/article03_bg.jpg) no-repeat;
}
#main #a03-main {
	position: relative;
	float: left;
	width: 501px;
	height: 323px;
	overflow: hidden;
	margin: 10px 9px 0 57px;
	background: url(../img/article03_main_bg.png) no-repeat;
}
#main #a03-main li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#main #a03-main li.show {
}
#main #a03-thum {
	float: left;
	width: 256px;
	margin: 10px 0 0 0;
}
#main #a03-thum li {
	cursor: pointer;
	float: left;
	width: 118px;
	height: 66px;
	margin: 0 9px 8px 0;
	padding: 2px 0 0 1px;
	background: url(../img/article03_thum_bg.png) no-repeat;
}

/* article04 */
#main .article04 {
	width: 864px;
	height: 253px;
	padding: 14px 0 0;
	background: url(../img/article04_bg.jpg) no-repeat;
}
#main .article04 ul {
	width: 832px;
	margin: 11px 0 0 32px;
}
#main .article04 li {
	float: left;
	margin: 0 22px 0 0;
}

/* article05 */
#main .article05 {
	width: 864px;
	height: 761px;
	padding: 14px 0 0;
	background: url(../img/article05_bg.jpg) no-repeat;
}
#main .article05 dd dl {
	position: relative;
	height: 292px;
	background: url(../img/article05_ex_bg.png) no-repeat;
}
#main .article05 dd dt {
	position: absolute;
	top: 48px; 
	right: 75px;
}
#main .article05 dd dd {
	position: absolute;
	bottom: 68px; 
	right: 182px;
}

/* main-footer */
#main .footdata-spec li em {
	color: #5d3d05;
}

/* main-copyright */
#main .main-copyright {
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}