@charset "UTF-8";
/*===============================================================
	1. import 
	2. article
===============================================================*/

/*- @ import
---------------------------------------------------------------*/
@import "./common/basic.css";
@import "./common/outline.css";

.hidden {
	display:none;
}

/*- @ article
---------------------------------------------------------------*/
#article {}
#grid-content {
	position:relative;
}
#grid-content .section, #grid-content .section-large, #grid-content .section-news {
	text-align:center;
	float: left;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
#grid-content .section {
	background: url(../img/bg_grid_top.png) no-repeat left top;
	height: 290px;
	width: 230px;
}
#grid-content .section-large {
	background: url(../img/bg_grid_top.png) no-repeat left top;
	height: 590px;
	width: 230px;
}
#grid-content .section-news {
	background: url(../img/bg_grid_top_news.png) no-repeat left top;
	height: 590px;
	width: 690px;
}
#grid-content .section .inner, #grid-content .section-large .inner, #grid-content .section-news .inner {
	text-align: left;
	overflow: hidden;
	padding: 0px 5px 5px 15px;
}
#grid-content .section .inner {
	background: url(../img/bg_grid_bottom.png) no-repeat left bottom;
	height: 270px;
	margin-top: 10px;
}
#grid-content .section-large .inner {
	background: url(../img/bg_grid_bottom.png) no-repeat left bottom;
	height: 570px;
	margin-top: 10px;
}
#grid-content .section-news .inner {
	background: url(../img/bg_grid_bottom_news.png) no-repeat left bottom;
	height: 496px;
	margin-top: 84px;
}

#grid-content p {
	font-size: 8pt;
	margin: 3px 5px;
}

#grid-content .news_txt {
	font-size: 10pt;
	margin: 0px 15px;
	font-weight:bold;
}

#grid-content .detail {
	background-color: #346685;
	color: #ffffff;
	font-size: 0.9em;
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px 5px;
	white-space: nowrap;
}
#grid-content .detail:hover {
	background-color: #6699cc;
}

#grid-content .section h2, #grid-content .section-large h2 {
	margin: 8px 0px 4px 0px;
	line-height: 0;
	font-size: 0;
	position: relative;
	left: -14px;
}
#grid-content .section h2 a, #grid-content .section-large h2 a {
	display: block;
}
#grid-content .section h2 a:after, #grid-content .section-large h2 a:after {
	position: absolute;
	top: 7px;
	right: -5px;
	content: url("../img/common/icon_delta.gif");
}
#grid-content .section h3, #grid-content .section-large h3 {
	clear: both;
	display: block;
	font-size: 0.95em;
	margin: 5px 5px 0px;
}
#grid-content .section .wmv, #grid-content .section-large .wmv {
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	width: 200px;
}

#grid-content .section-news h2 {
	position: absolute;
	top: 12px;
	left: -4px;
}
#grid-content .section-news .wmv {
	background: url(../img/bg_news.png);
	border-top: 1px solid #fff;
	padding: 10px 0px;
	height: 428px;
	margin-bottom: 5px;
	text-align: center;
}

#grid-content .thm {
	cursor:pointer;
}
#grid-content .area {
	padding:4px 0;
	background-color:#000;
	text-align:center;
}
#grid-content .full {
	margin-top:4px;
	float:left;
	width:50%;
	cursor:pointer;
	text-align:center;
	display:none;
	*display:block;
}
#grid-content .fin {
	margin-top:4px;
	float:right;
	width:49%;
	cursor:pointer;
	text-align:center;
}
#grid-content .section dt {
	font-weight:bold;
	font-size:108.3%; /* 13px */
	margin-bottom: 3px;
}
#grid-content .section dt img {
	position:relative;
	top:3px;
	vertical-align:top;
}
#grid-content .section dl {
	padding-top:8px;
	margin-top:8px;
	border-top:1px #ccc solid;
}
#grid-content .intro {
	background-color: #eeeeee;
	margin-bottom: 8px;
	padding: 5px;
}

#grid-content .intro_title {
	background-color: #FDF1A9;
	margin-bottom: 3px;
	padding: 2px;
	font-size: 1em;
	font-weight:bold;
}

#grid-content .time {
	clear:both;
	width:100%;
	text-align:right;
	color:#666;
	font-size: 7pt;
	margin-top: 0px;
}
#grid-content .label {
	clear:both;
	width:100%;
	text-align:center;
}
#grid-content .exp {
	font-size:91.7%; /* 11px */
	margin-top: 0px;
}

#backbox {
	background-image: url("../img/index/bk_backbox.gif");
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
}

#lightbox {
	border: #cab8a4 2px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 3px #cab8a4;
	-webkit-box-shadow: 0px 0px 3px #cab8a4;
	-moz-box-shadow: 0px 0px 3px #cab8a4;
	behavior: url(css/pie.htc);
	background-color: #ffffff;
	display: none;
	padding: 10px;
	position: absolute;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#closebutton {
	border-width: 2px 2px 0px;
	border-style: solid;
	border-color: #fff;
	cursor: pointer;
	display: none;
	position: absolute;
	position: fixed;
}

.play {
	position: relative;
	top: -20px;
	left: 0px;
	margin-top: -70px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

