/*
CSS: SomethingDark - Issue 01
Copyright(C)2009 Something Something Ltd. All rights reserved.
*/

/* ------------------------------------------------------------------------------- Pub Info */
#contentsBox1 {
	background-color: #D8D8D8;
	border: 5px solid #000000;
	position: absolute;
	top: 32px;
	left: 20px;
	width: 210px;
	padding: 5px;
	z-index: 2;
}
#contentsBox1 img {
	float: left;
}
#contentsBox1 h2 {
	font-family: impact;
	font-size: 18px;
	position: relative;
	left: 5px;
	padding: 0px;
	margin: 0px;
}
#contentsBox1 p {
	font-size: 10px;
	position: relative;
	left: 5px;
	margin: 5px 0px 0px 0px;
	line-height: 14px;
}

#contentsBox2 {
	background-color: #D8D8D8;
	border: 5px solid #797979;
	position: absolute;
	top: 195px;
	left: 20px;
	width: 210px;
	padding: 5px;
	z-index: 2;
}
#contentsBox2 span.name {
	font-family: impact;
	font-size: 18px;
}
#contentsBox2 span.title {
	font-size: 10px;
}

#contentsBox3 {
	background-color: #EFEFEF;
	border: 5px solid #AEAEAE;
	position: absolute;
	top: 70px;
	left: 60px;
	width: 395px;
	height: 600px;
	padding: 5px;
	z-index: 1;
}
#contentsBox3 h2 {
	font-family: impact;
	font-size: 18px;
	position: relative;
	left: 210px;
	top: 10px;
	padding: 0px;
	margin: 0px;
}
#contentsBox3 img {
	display: block;
	position: relative;
	left: 218px;
	top: 25px;
	padding-bottom: 10px;
}
#contentsBox3 p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-bottom: 52px;
}
#contentsBox3 p.legal {
	color: #AAAAAA;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	position: absolute;
	top: 538px;
	width: 200px;
}

/* ------------------------------------------------------------------------------- Contents Page */
#contents {
	position: absolute;
	top: 27px;
	left: 320px;
	width: 665px;
	height: 653px;
	padding: 5px;
}
#contents #contents_item {
	margin: 8px 0px 0px 220px;
	width: 400px;
	overflow: hidden;
}
#contents #contents_item h2 {
	border-bottom: 1px solid #000000;
	color: #444444;
	font-family: Arial;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 20px;
}
#contents #contents_item h2 a {
	color: #444444;
	text-decoration: none;
}
#contents #contents_item h2 a:hover {
	color: #999999;
}
#contents #contents_item h2 span.number {
	display: inline;
	position: relative;
	float: right;
	line-height: 26px;
	width: 50px;
	position: relative;
	bottom: 4px;
}
#contents #contents_item p {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 4px 0px 0px 30px;
	text-align: justify;
	width: 370px;
}
#page_title_right_contents {
	top: 30px;
	color: #EDEDED;
	font-family: arrus BT, Times New Roman, arial, serif;
/*	font-size: 60px;*/
	font-size: 4.5em;
	line-height: 1.25;
	font-style: italic;
	height: 0px;
	left: 710px;
	position: relative;
	width: 0px;
}

