@charset "utf-8";

/* 1. layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
#container {
	background: url(none) no-repeat;
}
#container h2 {
	background: #359ACC url(../../img/common/cont_bg.png) repeat-x;
	padding-left: 20px;
}
#container-in {
	width: 100%;
	margin: 0;
	line-height: 1.6;
	background: url(none) no-repeat;
	padding: 0px 0px 20px;
}
#article {
	width: 640px;
	float: none;
	margin: 30px auto 0px;
}
#aside {
	width: 250px;
	float: none;
	line-height: 1.4;
}

#header {
	width: 100%;
	margin: 0;
	padding: 10px 20px 10px;
}

#footer {
	background: #3396C6 url(../../img/common/footer/footer_bg.png) repeat-x;

}
#footer-in {
	min-height:120px;
	height: auto !important;
	height: 120px;
	width: 100%;

}
#footer img.right {

}
#footer a.btn img {
	visibility: hidden;
}
#header div,
#footer-nav,
#aside,
#topic-path,
#nav {
	width: 100%;
	visibility: hidden;
	position: absolute;
	top: -1000px;
}

#copyright p {
	width: 100%;
	margin: 0;
	text-align: center;
}
/* 2. article
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
#article div.section h4 {
	background: url(none) no-repeat;
	font-size: 123.1%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.6em;
	border-bottom: 3px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	padding: 0px 10px;
}
#article div.section h4 span {
	background: url(none) no-repeat 0px bottom;
	display: inline;
	padding: 0px;
}
#article div#relation h4 {
	background: url(none) no-repeat;
	margin-bottom: 0em;
	border-bottom: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding: 0px;
}
#article #works-list div.section div h4 {
	background: url(none);
	font-size: 123%;
	color: #333333;
	margin-bottom: 0.2em;
	font-weight: normal;

	border-bottom: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding: 0px;
}

#article ul.pager {
	margin: 0px;
	visibility: hidden;
}
