@charset "shift_jis";

#mainWrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
	padding: 5px 5px 0;
	background: url(../../images/index_bg002.gif) no-repeat 0 0;
}
* html #mainWrapper {
	width: 910px;
	margin-left: 15px;
}
#mainVisual {
	position: relative;
	width: 900px;
	height: 320px;
	margin: 0 auto;
}
#mainVisual div {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 1;
}
#mainVisual div a {
	display: block;
}
#mainVisual .current {
	display: block;
	z-index: 1000;
}
#subArea {
	display: none;
	height: 32px;
	border-bottom: 1px solid #dddddd;
	background: #444444;
}
#naviWrapper {
	width: 625px;
	float: left;
	position: relative;
}
#naviWrapper #prev {
	position: absolute;
	top: 3px;
	left: 10px;
	cursor: pointer;
}
#naviWrapper #next {
	position: absolute;
	top: 3px;
	right: 10px;
	cursor: pointer;
}
#naviList {
	margin-top: 2px;
	padding: 4px 0;
	text-align: center;
}
#naviList li {
	display: inline-block;
	width: 48px;
	height: 6px;
	margin: 0 4px;
	cursor: pointer;
}
* html #naviList li,
*:first-child+html #naviList li {
	display: inline;
	zoom: 1;
}
* html #naviList {
	margin-left: 120px;
}
* html #naviList li {
	width: 48px;
	height: 6px;
	float: left;
	margin: 0 2px;
	font-size: 0;
	zoom: 1;
}
#naviList li a {
	display: block;
	width: 48px;
	height: 6px;
	background: url(../../images/index_ic003.gif) no-repeat 0 -6px;
}
#naviList li a:hover,
#naviList .current a {
	background: url(../../images/index_ic003.gif) no-repeat 0 0;
}

#imgCaption {
	width: 275px;
	height: 32px;
	float: left;
	position: relative;
	background: url(../../images/index_bg003.gif) repeat-x 0 0;
}
#imgCaption p {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 4px 10px 1px;
	font-size: 10px;
	line-height: 1;
}
#imgCaption .current {
	display: block;
	z-index: 1000;
}
#mainWrapper .copy {
	position: absolute;
	top: 5px;
	right: 160px;
	z-index: 9999;
}
#mainWrapper .bg {
	position: absolute;
	top: 40px;
	right: 5px;
	z-index: 9999;
}

.noScriptMsg {
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}

/*=================================

	clearfix

================================ */
#naviList:after,
#subArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

#naviList,
subArea { /* for IE */  
	zoom: 1;
}