@charset "UTF-8";



/* Navigation(Sidebar) */
/* -------------------------------------------- */

#sidebar h2 {
	height: 35px;
	background: url("../img/ln_news.gif") left no-repeat;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#sidebar ul.category {
	padding: 7px 0 7px 0;
	background: #000;
}
#sidebar ul.category li {
	width: 181px;
	height: 31px;
	margin: 0;
	padding: 0 7px 1px 8px;
	vertical-align: bottom;
}
#sidebar ul.category li a {
	display: block;
	height: 31px;
	margin: 0;
	padding: 0 0 0 16px;
	background: url("../img/bg_category.gif") no-repeat;
	color: #000;
	font-size: 75%;
	line-height: 31px;
	text-decoration: none;
}
#sidebar ul.category li a:hover {
	background-position: 0 -31px;
}

body#info #sidebar ul.category li.info a,
body#release #sidebar ul.category li.release a,
body#shirubenist #sidebar ul.category li.shirubenist a {
	background-position: 0 -62px;
}



/* Common */
/* -------------------------------------------- */

#content img.logo {
	display: block;
	margin: 29px 0 0 0;
}

#content h1 {
	margin-bottom: 50px;
}
#content h2 {
	margin: 20px 0 20px 0;
	padding: 0 0 0 18px;
	height: 33px;
	background: url("../img/bg_h_01.gif") left no-repeat;
	font-size: 100%;
	font-weight: bold;
	line-height: 33px;
}
#content h3 {
	clear: both;
	margin: 50px 0 20px 0;
	padding: 15px 15px 15px 15px;
	font-size: 85%;
	font-weight: bold;
}
#content div.date {
	margin: 10px 15px 0 15px;
	font-size: 75%;
	text-align: right;
}



/* Index */

#content dl {
	width: 655px;
	margin: 30px 0 0 0;
}
#content dl dt {
	margin: 12px 0 0 0;
	font-size: 75%;
	line-height: 1.3;
}
#content dl dd {
	margin: 4px 0 0 0;
	padding: 0 0 12px 0;
	font-size: 75%;
	line-height: 1.3;
	border-bottom: 1px solid #cdcdcd;
}



/* Article */

body#article .articleBox {
	margin: 24px 0 0 0;
	border-top: 1px solid #000;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #000;
}
body#article .articleBox h3 {
	margin: 0;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #c1c1c1;
	background: #f5f5f5;
}
body#article .articleBox h3 .date {
	display: block;
	margin: 0 0 4px 0;
	font-size: 90%;
	font-weight: normal;
}
body#article .articleBox div.body {
	margin: 10px 0 0 0;
	padding: 0 15px 0 15px;
	font-size: 75%;
	line-height: 1.6 !important;
}
body#article .entry div.body p {
	font-size: 100%;
}

body#article .entry .aNav {
	width: 623px;
	margin: 20px 15px 0 15px;
}
body#article .entry .aNav .prev {
	float: left;
	margin: 0;
}
body#article .entry .aNav .next {
	float: right;
	margin: 0;
}

body#article .entry div.files {
	margin: 10px 15px 0 15px;
	padding: 4px 10px;
	background: #e6e6e6;
}
body#article .entry div.files p{
	height: 31px;
	margin: 6px 0 6px 0;
	padding: 4px 0 0 40px;
	background: url("../../img/i_pdf.gif") no-repeat;
}
body#article .entry div.files p a {
	background: url("../../img/bl_files.gif") 0 4px no-repeat;
	padding: 0 0 0 10px;
}

body#article .previous {
	width: 623px;
	margin: 20px 15px 0 15px;
	padding: 12px 0;
	background: url("../../img/line_01.gif") 0 0 repeat-x;
	font-size: 75%;
}
body#article .previous a {
	padding: 0 0 0 10px;
	background: url("../../img/bl_01.gif") 0 3px no-repeat;
}





/* clearfix */
/* -------------------------------------------- */

body#article .articleBox div.body:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}

/* (for IE7 and Mac IE5) */
body#article .articleBox div.body,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html body#article .articleBox div.body,
* html .clearfix {
	height: 1%;
}

body#article .articleBox div.body,
.clearfix {
	display: block;
}
/* End hide from IE-mac */

