@charset "UTF-8";

/*	Ganges	Chapter */
#container{
	width:900px;
}

div#contentsBody{
	margin: 0 0 0 0;
}

body {
	color: #fff;
	background-color:#000;
}

div#header{
	display: none;
}

div#mainContents{
	padding: 0 0 10px 0;
}

div#mainContents div#slide{
	position: relative;
	overflow: visible;	
	margin: 0;
	width: 550px;
	min-height: 550px;
	float: left;
}

* html div#mainContents div#slide {	/*	IE6	*/
	height: 550px;	/*	IE6用 min-heightもどき。*/
}

div#mainContents div#sentence{
	overflow: visible;	
	margin: 0;
	width: 335px;	/*335*/
	float: right;
	clear: none;
	line-height: 160%;
}

div#mainContents div#imageBox{
	/* forjQuery Cycle Plugin*/
	width: 550px;
	overflow: visible;	
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
}

div#mainContents div#sentence p, div#mainContents div#sentence div.inner{
	color: #fff;
	background-color: transparent;
}

div#sentence div.part{
	margin: 0 0 1.6em 0;
}

div#sentence p{
	margin: 0;
	text-indent: 1em;
}

* html div#sentence p {	/*	IE6	*/
	text-indent: 0.7em;
}

*:first-child+html div#sentence p {	/*	IE7	*/
	text-indent: 0.7em;
}

div#mainContents div.naviLink p{
	width: 40%;
	font-size: larger;
}

div#sentence div.naviLink p{
	text-indent: 0;
}

p.prevLink{
	text-indent: 0;
	float: left;
	background-image: url(/images/skin/icon/tri_left_02.png);
}

p.nextLink{
	float: right;
	background-image: url(/images/skin/icon/tri_right_02.png);
}


.highlight{
	color: #ff9;
	background-color: transparent;
}


div#imageBox img.slide{
	border: 4px solid #fff;
}


div#sentence h4{
	margin: 0 0 1em 1em;
}

/*	====================*/
/*	<ガンジス サムネール for noscript>	*/
/*	====================*/
ul.thumbnails{
	margin: 10px 0 0 -5px;
	list-style-type: none;
}

ul.thumbnails li{
	margin: 0 5px 10px 5px;
	width: 115px;
	height: 115px;
	float: left;
	background: transparent url(/images/skin/ganges/thumbnail_bg.gif) no-repeat left top;
	vertical-align: middle;
}

ul.thumbnails li a{
	width: 115px;
	height: 115px;
	background-color: transparent;
	line-height: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

ul.thumbnails li a:hover{
	background-color: transparent;	/*	for IE 6*/
}

ul.thumbnails li img{
	vertical-align: middle;
}

* html ul.thumbnails li a{	/*	IE6	*/
	display: block;
}

*:first-child+html ul.thumbnails li a{	/*	IE7	*/
	display: block;
}

* html ul.thumbnails li span {	/*	IE6	*/
	margin-left: -1px;
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}

*:first-child+html ul.thumbnails li span {	/*	IE7	*/
	margin-left: -1px;
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}
/*	====================*/
/*	</ガンジス サムネール for noscript>	*/
/*	====================*/

