@import url("../../../_config/css/_common.css");
@import url("../../../_config/css/_template.css");


/* ‘S‘Ì
----------------------------------------------- */

div.table {
	position: relative;
	width: 915px;
	margin: 50px  auto;
	background: url('../../../images/table_body.png') repeat-y top left;
}

div.table:before,
div.table:after {
	content: " ";
	position: absolute;
	width: 951px;
	left: 0;
}

div.table:before {
	height: 30px;
	top:   -30px;
	background: url('../../../images/table_header.png') no-repeat top left;
}

div.table:after {
	height:  30px;
	bottom: -30px;
	background: url('../../../images/table_bottom.png') no-repeat top left;
}


div.writer {
	padding: 0.5em 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ee6633;
}


/* info
----------------------------------------------- */

div.info {
	text-align: center;
	width: 850px;
	margin: auto;
	padding: 10px 0;
	background: #ffd;
	border: dashed 1px #963;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	line-height: 1.7;
}


/* section
----------------------------------------------- */

ul.section {
	text-align: center;
	list-style: none;
	width: 915px;
}

ul.section li {
	text-align: center;
	margin: auto;
}

ul.section li p {
	text-align: center;
	width: 852px;
	margin: 10px auto;
	padding: 5px 0;
	background: #ddd;
	font-weight: bold;
	color: #000;
}

ul.section li img {
	border: solid 1px #999;
}


/* scroll button
----------------------------------------------- */

a#scroll {
	position: fixed;
	background: #69c;
	border-radius: 5px;
	padding: 18px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
