@charset "utf-8";
/* CSS Document */

body#index{
	background:url(../images/index_bg.png) repeat-x #F9F9F7 ;
}
#index-main{
	margin-top:10px;
}
div#main-img{
	width:960px;
	text-align:center;
	clear:both;
    margin-bottom: 30px;
}
div#index-left{
	float:left;
	width:620px;
    margin-top: 1px;
}
div#infomation{
	width:620px;
    height:330px;
	text-align:left;
}

div#infomation, div#news{
    margin:30px 5px 10px 0px;
    padding-top: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-bottom: 2px solid #1C77CA;
}

div#infomation img, div#news img{
    display: block;
    margin: 0 auto;
}

.information_on{
    width: 175px;
    height: 118px;
    overflow: hidden;
}

/*information_on*/
dl {
    margin: 0;
    color: #fff;
    width: 154px;
    height: 5px;
    padding: 10px;
    background: #095AAC;
}
dl a{
    width: 174px;
    height: 117px;

}
dt{
	font-size:16px;
}
dd{
	font-size:12px;
}

.information_on {
    float: left;
    position: relative;
    width: 174px;
    height: 117px;
    margin-left: 25px;
	margin-bottom:10px;
}

.information_on dl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 154px;
    height: 97px;
    padding: 10px;
    background: #095AAC;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

/**/

div#ytplayer{
}

div#news {
	width:620px;
    height: 350px;
}

div#news table {
	padding:5px;
	margin: 10px auto 30px;
	width: 600px;
	border-bottom-color: rgb(214, 214, 214);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
    overflow: scroll;
    overflow-x: hidden;
}
div#news th {
	padding: 4px 0px 4px 5px;
	width: 8.5em;
	vertical-align:	top;
	border-bottom-color:	rgb(214, 214, 214);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	white-space: nowrap;
}
div#news td {
	padding: 4px 0px 4px 5px;
	vertical-align: top;
	border-bottom-color: rgb(214, 214, 214);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.link {
    width: 300px;
    float: right;
    margin-right: 10;
}

.link img{
    padding-bottom: 5px;
}

.link a {
    display: block;
    border: 1px solid #cccccc;
	background: #fff;
    padding-bottom:5px;
	margin-bottom: 10px;
    text-align: center;
}

.sidebar {
    width: 300px;
    float: right;
    margin-right: 10;
}

.sidebar h2{
    margin-top:12px;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}

div#news h2, div#infomation h2{
    margin-left:10px;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}


.sidebar p {
    text-align: left;
}

div#footer-area {
    margin-top: 50px;
    padding-top: 50px;
	background:#E5E5E5; 
	text-align:center;
}
div#footer-company {
    width:960px; 
    height: 220px;
    clear: left;
    margin:0 auto; 
    display: flex;
}
div#footer-company-main img {
	margin-top:10px;
    float:left;
    margin-left: 0px;
}

div#footer-company-sub {
	padding-top:70px;
    width: 70%;
}

div#footer-company-iso{
    width: 20%;
    font-size: 90%;
}

iframe {
    width: 620px;
}
