/* Top
--------------------------------------------------------------*/
#Top {
	margin: 0;
}

#Top #Body {
	margin: 0;
	clear: both;
	float: none;
}

#Top #Left{
	_display: inline;
	float: left;
	width: 470px;
	clear: both;
	margin: 0 0 0 16px;
	padding-top: 20px;
	padding-bottom: 0;

}

#Top #Left div.newsContent iframe{
	width: 470px;
	height: 6em;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#Top #Crt_news{
	width: 395px;
	height: 6em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#Top #Crt_news ul{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10;
}

#Top #Crt_news ul li{
	list-style-position: inside;
	list-style-image: url(../image/pdf_news.gif);
	padding-top: 8;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 8px;
	margin: 10px;
}

#Top #Right{
	float: right;
	margin: 12px 16px 0 0;
	padding-bottom: 20px;
}

#Top #Right ul{
	margin: 5px 0;
	text-align: center;
}

#Top #Right ul li{
	display: inline;
	border-right: 1px solid #666666;
	padding: 0 5px 0 8px;
}

#Top #Right ul li.last{
	border: none;
}

#comment{
	padding:5px;
	border:solid 1px #999999;
	clear: both;
	margin: 10px;
}

#WorkCase {
	overflow: hidden;
	width: 760px;
	_width: 770px;
	margin: 10px 0 0 16px;
	padding: 0 0 11px 8px;
	background: url(../image/top_case_bg.png) left top repeat-x #d4e5ec;
	border: 1px solid #8b8b8b;
}

div#WorkCase p.title {
	position: relative;
}

div#WorkCase p.title a {
	position: absolute;
	right: 60px;
	top: 20px;
}

div.caseBlock {
	float: left;
	width: 245px;
	margin: 5px 8px 0 0;
	padding: 0 0 15px;
	background: url(../image/top_case_border.png) center bottom no-repeat;
}

p.caseSubhead {
	margin: 0;
	padding: 5px 6px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
	background: url(../image/top_case_subhead_bg.png) center top no-repeat #03a144;
}

p.caseSubhead a,
p.caseSubhead a:visited {
	color: #fff;
}

div.caseBlock dl {
	overflow: hidden;
	width: 230px;
	margin: 0 0 0 12px;
	padding: 0;
}

div.caseBlock dl dt {
	float: left;
	padding: 15px 0 0;
}

div.caseBlock dl dd {
	margin-left: 90px;
	padding: 15px 0 0;
}

div.caseBlock dl dd img {
	padding: 1px;
	border: 2px solid #e1f49b;
}

p.detailLink {
	margin: 0;
	padding: 5px 0 0 12px;
	font-size: 90%;
}

div#LatestMovie {
	width: 470px;
	margin: 0 0 15px;
	overflow: hidden;
}

div#LatestMovie iframe {
	margin: 0 0 5px;
	border: 2px solid #1188e6;
}

div#LatestMovie p.title {
	color: #03a144;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 120%;
}

div#LatestMovie p.backNumber {
	margin: -1.2em 0 15px;
	text-align: right;
}

div.movie1,
div.movie2 {
}

div.movie1 { float: left; }
div.movie2 { float: right; }

