#rotationBnr {
	width: 400px;
	height: 188px;
	text-align: right;
	margin-bottom: 13px;
}
#rotationBnr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#rotationBnr ul#bnrArea {
	height: 169px;
}
#rotationBnr ul#bnrArea li {
	display: none;
	width: 390px;
	height: 169px;
	position: absolute;
	top: 5px;
	left: 5px;
}
#rotationBnr ul#bnrArea li.nojs {
	display: block;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #666;
}
#rotationBnr ul#bnrBtn {
	float: right;
	padding-right: 5px;
}
#rotationBnr ul#bnrBtn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#rotationBnr ul#bnrBtn li {
	float: left;
	padding: 0 0 0 3px;
	height: 16px;
	line-height: 0;
	cursor: pointer;
}
/* information
---------------------------------------------------------------------- */
#information {
	position: relative;
	width: 400px;
}
#information h2 {
	margin-bottom: 7px;
	color: #eee;
	height: 20px;
}
#information #infoTabs {
	position: relative;
	height: 134px;
}
#information #infoTabs .category {
	width: 400px;
}
#information #infoTabs .category .tab {
}
/* heading
------------------------------ */
#information .category h3 {
	display: inline;
	position: relative;
	z-index: 999;
	cursor: pointer;
	zoom: 1;
}
#information .category#hotNewsTab h3 {
}
#information .category h3 img {
	vertical-align: bottom;
}
/* contents
------------------------------ */
#information .contents {
}
#information .contents ul {
	padding: 5px 0 0 7px;
}
#information .contents li {
	position: relative;
	margin-bottom: 7px;
	padding: 3px 60px 3px 0px;
	line-height: 15px;
	border-bottom: solid 1px #393939;
}
#information .contents li img {
	margin-right: 5px;
}
#information .contents li a.subject {
}
#information .contents li a.subject:hover {
}
#information .contents li span.date {
	position: absolute;
	right: 0;
	color: #888;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}
/* more
-------------------------------------------------- */
#information .more {
	position: absolute;
	right: 0;
	top: 245px;
	padding-left: 10px;
	font-size: 10px;
	background: url(../img/information/icon_more.gif) no-repeat left;
}
#information .more a img {
	vertical-align: top;
}
.information_main {
	color: #aaa;
	font-family: "Meiryo UI";
	font-size: 12px;
	line-height: 1.3;
	width: 400px;
	margin: 0;
	padding: 0;
	background: #202020
}
.information_main input, textarea, select {
	font-family: "Meiryo UI";
	font-size: 1em;
}
/* Link style
------------------------- */
.information_main a:link {
	color: #ababab;
	text-decoration: none;
}
.information_main a:visited {
	color: #ababab;
	text-decoration: none;
}
.information_main a:hover, a:active, a:focus {
	color: #d9b982;
}
/* Browser style reset
------------------------- */
.information_main h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 1em;
}
.information_main p, form, dl, dd {
	margin: 0;
}
.information_main ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Extra style
------------------------- */
.information_main img {
	border: 0;
	vertical-align: middle;
}
.information_main label {
	cursor: pointer;
}
.information_main hr.separate {
	display: none;
}
