@charset "utf-8";

/* ---------------------------
	[story]
--------------------------- */

/* list */
.titleBlock {
	position: relative;
	margin: 15px;
}
	.titleBlock h2.line {
		position: absolute;
		z-index: 200;
	}
	.titleBlock p {
		z-index: 100;
	}

.storyListBlock {
	margin: 15px;
}
	.storyListBlock ul {
	}
		.storyListBlock ul li {
			margin: 10px 0;		
			padding: 8px;
			background: #FFF;
			
		}
			.storyListBlock ul li .pctColumn {
				display: inline;
				float: left;
				width: 220px;
			}
			.storyListBlock ul li .txtColumn {
				display: inline;
				float: right;
				width: 465px;
				margin: 5px 0;
				background-position: 0 3px;
				background-repeat: no-repeat;
				text-align: left;
			}
			.storyListBlock ul li#story01 .txtColumn {
				background-image: url(/story/images/common/num_001.gif);
			}
			.storyListBlock ul li#story02 .txtColumn {
				background-image: url(/story/images/common/num_002.gif);
			}
			.storyListBlock ul li#story03 .txtColumn {
				background-image: url(/story/images/common/num_003.gif);
			}
			.storyListBlock ul li#story04 .txtColumn {
				background-image: url(/story/images/common/num_004.gif);
			}
			.storyListBlock ul li#story05 .txtColumn {
				background-image: url(/story/images/common/num_005.gif);
			}
			.storyListBlock ul li#story06 .txtColumn {
				background-image: url(/story/images/common/num_006.gif);
			}
			.storyListBlock ul li#story07 .txtColumn {
				background-image: url(/story/images/common/num_007.gif);
			}		
			.storyListBlock ul li#story08 .txtColumn {
				background-image: url(/story/images/common/num_008.gif);
			}				
				.storyListBlock ul li .txtColumn h3 a {
					display: block;
					width: 335px;
					margin: 0 10px 12px 0;
					padding: 5px 0 4px 120px;
					background: url(/story/images/common/bg_h3.gif) right center no-repeat;
					min-height: 39px;
				}
				.storyListBlock ul li .txtColumn h3 a:hover {
					background: url(/story/images/common/bg_h3.gif) left center no-repeat;
				}
					.storyListBlock ul li .txtColumn h3 span {
						display: block;
						margin-bottom: 0.5em;
						color: #999;
						font-weight: normal;
					}
					.storyListBlock ul li .txtColumn h3 em {
						color: #333;
						font-size: 150%;
						font-weight: bold;
					}

				.storyListBlock ul li .txtColumn p {
					margin-right: 12px;
				}


/* detail */
.detail .titleBlock {
	margin: 0;
  background: #f1e7e8;
}

.detail .monoArea .inner {
	position: relative;
	background: #FFF;
	width: 890px;
}

.detail .title {
    background: #f1e7e8;
    padding: 10px 15px;
    margin-bottom: 35px;
}
.detail .title h2 {
    font-size: 134%;
    font-weight: normal;
}

.storyTitleBlock {
	margin: 30px 30px 15px 30px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}
.storyTitleBlock#story01 {
	background-image: url(/story/images/common/num_001.gif);
}
.storyTitleBlock#story02 {
	background-image: url(/story/images/common/num_002.gif);
}
.storyTitleBlock#story03 {
	background-image: url(/story/images/common/num_003.gif);
}
.storyTitleBlock#story04 {
	background-image: url(/story/images/common/num_004.gif);
}
.storyTitleBlock#story05 {
	background-image: url(/story/images/common/num_005.gif);
}
.storyTitleBlock#story06 {
	background-image: url(/story/images/common/num_006.gif);
}
.storyTitleBlock#story07 {
	background-image: url(/story/images/common/num_007.gif);
}
.storyTitleBlock#story08 {
	background-image: url(/story/images/common/num_008.gif);
}

	.storyTitleBlock h3 {
		margin: 0 10px 12px 100px;
		padding: 5px 0 4px 20px;
		border-left: solid 1px #DDD;
		min-height: 39px;
	}
		.storyTitleBlock h3 span {
			display: block;
			margin-bottom: 0.5em;
			color: #999;
			font-weight: normal;
		}
		.storyTitleBlock h3 em {
			color: #333;
			font-size: 150%;
			font-weight: bold;
		}

.detail .page {
		background: #FFF url(/common/images/bdr_dash.gif) left top repeat-x;
    min-height: 350px;
    margin: 0 30px;
		padding: 30px 30px 30px 30px;
		width: 770px;
}
.detail .page .left {
    float: left;
    width: 350px;
		background: #FFF;
}
.detail .page .right {
    float: right;
    width: 350px;
		background: #FFF;
}
.detail .page h3 {
    font-size: 134%;
		line-height: 1.4;
}
.detail .page h4 {
		line-height: 1.4;
}
.detail .page .txt {
    margin-top: 20px;
}
.detail .page .txt p {
    margin: 0.3em 0 1em 0;
}
.detail .page .txt em {
    font-style: italic;
    font-size: 109%;
}
.detail .page .txt ul {
    margin: 0.5em 0 1em 0;
}
.detail .page .txt ul li {
    list-style: disc outside;
    margin-left: 2em;
}

.detail .paging {
    padding: 0 25px;
}
.detail .paging .backbtn {
    float: left;
    width: 100px;
}
.detail .paging .nextbtn {
    float: right;
    width: 100px;
    text-align: right;
}
.detail .paging .data {
		display: inline;
    float: left;
    text-align: center;
    width: 640px;
}
.detail .gotoindex {
		margin-bottom: 5px;
    text-align: center;
}



/* ---------------------------
	batch setting
--------------------------- */
/* hidden elements */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* off-left */
.offleft {
	font-size: 1px;
	text-indent: -9999em;
	/*\*/
	overflow: hidden;
	/**/
}


/* clearfix */
.storyListBlock ul li:after,
.detail .page:after,
.detail .paging:after { 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}
.storyListBlock ul li,
.detail .page,
.detail .paging {
	display: inline-block;
}
/*\*/
* html .storyListBlock ul li,
* html .detail .page,
* html .detail .paging {
	height: 1em;
}
.storyListBlock ul li,
.detail .page,
.detail .paging {
	display: block;
}
/**/

