@charset "utf-8";
*{
	padding:0px;
	margin:0px;
	}

body{
	background-color: #000;
}
input[type="text"],input[type="tel"],input[type="email"],select {
    height: 25px;
}
#nav {
    width: 1371px;
    height:47px;
    background-image:url(../img/common/nav_bg.gif);
    color:#ccc;
}
#nav ul{
    width: 980px;
    margin: auto;
    overflow: hidden;
}
#nav ul{
    margin: 0px auto;
    background-image:url(../img/common/nav_bg.gif);
    background-repeat:no-repeat;
}
#nav li{
    float: left;
    list-style-type:none;
    width:195px;
    height:39px;
    margin-top: 4px;
    margin-right: 1px;
    background-image:url(../img/common/nav_btn1.gif);
}
#nav li:last-child{
    margin-right: 0px;
}

#nav li a{
    display:table-cell;
    width:195px;
    height:39px;
    text-decoration: none;
    color:white;
    text-align: center;
    vertical-align: middle;
}
#nav li:hover{
    background-image:url(../img/common/nav_btn2.gif);
}
img{
	vertical-align:bottom;
	border:none;
	}
#wapper {
	background-image: url(../img/top/topcontents_bg.jpg);
	background-repeat: repeat-y;
	margin:0 auto;
	width:1370px;
}
#wapper .topHeader{
    background-image: url(../img/top/top_header.png);
    background-repeat: no-repeat;
    margin:0 auto;
    width:1370px;
    height: 700px;
}
#wapper .commonHeader {
    background-image: url(../img/common/common-header-b.png);
    background-repeat: no-repeat;
    margin:0 auto;
    width:1370px;
    height: 130px;
    padding-top: 40px;
    padding-left: 175px;
}
#wapper .commonHeader h1{
    text-align: center;
    font-size: 18px;
    color: white;
    padding-top: 0px;
    padding-left: 14px;
    width: 1370px;
}

#wapper .topHeader .photo {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.news {
    margin:0 auto;
    margin-top:10px;
    width:980px;
}
.newsList{
    background-image:url(../img/top/news_head.png);
    background-repeat:no-repeat;
    vertical-align: top;
    padding-top:38px;
    width:627px;
}
.newsList .newsListArea{
    overflow-y: scroll;
    width: 100%;
    height: 211px;
    background-image:url(../img/common/line_img.png);
    background-repeat: repeat;
}
.newsList p{
    color:white;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: solid 1px white;
}
.contentTitle{
    margin-top:10px;
    margin-bottom:10px;
}

#footer{
    background-image: url(../img/common/footer_gazou.gif);
    background-repeat: repeat-y;
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
    width:1370px;
    height:101px;
}
#footer .footerStr{
    width:980px;
    color:white;
    letter-spacing: 0.1em;
    margin-left:350px;
    padding-top:50px;
    margin-bottom:auto;
    font-size:12px;
}
.imgRight {
    text-align: right;
}
.recommendList{
    width:400px;
    margin-left: 30px;
    background-image:url(../img/common/line_img.png);
    background-repeat: repeat;
    color:white;
}
.recommendList th{
    font-size: 16px;
    text-align: left;
    padding:2px 0px 2px 20px;
    font-weight: normal;

}
.recommendList td{
    font-size: 14px;
    padding:1px 0px 1px 30px;
}
.recommendList td .button{
    padding:1px 0px 1px 20px;
}
.recommendListImg{
    display: block;
}
.recommendList span{
    color:red;
}
.recommendList .list{
    width:356px;
    height: 26px;
    color: white;
    font-size: 16px;
    background-image:url(../img/common/nav_btn2.gif);
    text-decoration: none;
}

