@charset "UTF-8";

@import url("menu_top.css");
@import url("lightview.css");
@import url("top_nijimi.css");


* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
}
img {
	border: 0;
}
a {
	color: #D4145A;
	text-decoration: none;
}
a:hover {
	color: #D4145A;
	text-decoration: underline;
}
ul, li {
	list-style: none;
}
.cl {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/* Layout */

#container {
	width: 880px;
	margin: 0 auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-align: left;
}
#header {
	position: relative;
	width: 880px;
	height: 460px;
}
#menu {
	height: 40px;
}
#contents {
	clear: both;
}
#left {
	float: left;
	width: 350px;
	padding: 30px 0 30px 40px;
}
#topics {
	float: left;
	width: 350px;
	padding: 30px 0 30px 40px;
}
#whatsnew {
	float: right;
	width: 420px;
	padding: 30px 30px 30px 0;
}
#pagetop {
	clear: both;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}
#footer {
	clear: both;
	background-color: #666;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin-top: 10px;
}


/* Header */

#header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#external-link {
	position: absolute;
	left: 700px;
	top: 350px;
	width: auto;
	z-index: 1;
}
#external-link h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
#external-link ul {
	margin-left: 10px;
}
#external-link li {
	list-style: none;
	background: url(/img/link-external.gif) no-repeat left top;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 5px;
	padding-left: 17px;
}
#external-link li a {
	color: #ccc;
	text-decoration: none;
}
#external-link li a:hover {
	color: #fff;
	text-decoration: none;
}


/* Headline */

#headline #content {
	background: url(/img/headline_middle.gif) repeat-y;
	padding: 0 25px;
}
#headline h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}
#headline #content h4 {
	color: #005B50;
	font-size: 12px;
	padding-bottom: 3px;
}
#headline #content h3 {
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 6px;
}
#headline #content #topicsTxt p {
	padding: 0.5em 0;
}
#headline #content #topicsTxt img {
	border: 0;
}
#headline #content #jkt img {
	border: 1px solid #ccc;
}
#headline #content #link {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
}
#headline #content #link a:link,
#headline #content #link a:active,
#headline #content #link a:visited {
	color: #000;
	text-decoration: none;
}
#headline #content #link a:hover {
	color: #D4145A;
	text-decoration: none;
}

#headline #headlineFooter {
	clear: both;
}


/* leftBox */

#left h2 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif, "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #999;
}
.leftBox {
	margin-bottom: 20px;
}
.leftBox .content {
	background: url(/img/headline_middle.gif) repeat-y;
	padding: 0 25px;
}
.leftBox h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}
.leftBox .content h4 {
	color: #005B50;
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 3px;
}
.leftBox .content h3 {
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 3px;
}
.leftBox .content .topicsTxt p {
	padding: 0.5em 0;
}
.leftBox .content .topicsTxt img {
	border: 0;
}
.leftBox .content .jkt img {
	border: 1px solid #ccc;
}
.leftBox .content .link {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
}
.leftBox .content .link a:link,
.leftBox .content .link a:active,
.leftBox .content .link a:visited {
	color: #000;
	text-decoration: none;
}
.leftBox .content .link a:hover {
	color: #D4145A;
	text-decoration: none;
}

.leftBox .leftBoxFooter {
	clear: both;
}

/* Bnr */

#bnr {
	clear: both;
	padding-left: 10px;
}

#bnr ul {
	display: table;
	list-style: none;
	margin-bottom: 20px;
}

#bnr ul li {
	display: table-cell;
	width: 100px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
}

#bnr ul li.bnrRight {
	padding-right: 0px;
}


/* Whats New */

#whatsnew h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	border-bottom: 2px solid #999;
}
#whatsnew ul {
	border-bottom: 2px solid #999;
	padding: 5px 0;
}
#whatsnew ul li {
	clear: both;
	padding: 5px 0;
}
#whatsnew li:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}
#whatsnew strong {
	display: block;
	float: left;
	width: 130px;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0em;
	margin-right: 10px;
	background: url(/img/link-mini.gif) no-repeat right 2px;
}
#whatsnew strong span {
	color: #D4145A;
	padding-left: 10px;
}
#whatsnew p {
	display: block;
	float: right;
	width: 270px;
	line-height: 1.3em;
}
#whatsnew p a {
	color: #000;
	text-decoration: none;
}
#whatsnew p a:hover {
	color: #D4145A;
	text-decoration: none;
}


/* Clearfix */

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

