/* ****************************************************

	/worldview/css/style.css

***************************************************** */


/* layout.css overwrite
***************************************************** */

#mainContents {
	padding-bottom: 0;
}


/* contents
***************************************************** */
h2 {
	position: absolute;
	left: 38px;
	top: 38px;
	z-index: 1;
}

.leadImg {
	position: absolute;
	top: 0;
	left: 0;
}

.mainBgWrap {
	position: relative;
	margin-top: 458px;
	padding-bottom: 120px;
	background: url(/common/img/com_line02.gif) repeat-y right;
}

.storyWrap {
	position: relative;
	padding-bottom: 50px;
	height: 1060px;
	background: url(../img/worldview_bg01.gif) no-repeat bottom;
}
.storyWrap h3 {
	position: absolute;
	right: 32px;
	bottom: 486px;
}
.storyWrap .storyWrapInner {
	margin-left: 157px;
	width: 590px;
}
.storyWrap .storyWrapInner .txt {
	margin-bottom: 20px;
	line-height: 1.9;
}
.storyWrap .storyTxt {
	position: absolute;
	right: 136px;
	bottom: 119px;
}
.storyWrap .storyLnk01 {
	position: absolute;
	bottom: 306px;
	left: 190px;
}
.storyWrap .storyLnk02 {
	position: absolute;
	bottom: 306px;
	left: 154px;
}

.storyWrap .storyLnk01 a:hover img,
.storyWrap .storyLnk02 a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=60);
	/* Older than Firefox 0.80 */
	-moz-opacity:0.60;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.60;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.60;
	zoom:1;
}


/* ClearFix
***************************************************** */
.clearfix:after,
.tsujoZugaraWrap ul:after,
#mainContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.tsujoZugaraWrap ul,
#mainContents {
	display: block; /* for safari firefox3 */
	zoom: 1;  /* for IE 7*/
}

* html .clearfix,
* html .tsujoZugaraWrap ul,
* html #mainContents {
	display: inline-block; /* for IE6 */
}

/* IE7 hacks */
*:first-child+html .clearfix,
*:first-child+html .tsujoZugaraWrap ul,
*:first-child+html #mainContents {
	display: inline-table;
}/* end hacks */

