@import url("/img/css/header.css");/*header.css*/
@import url("/img/css/side.css");/*side.css*/
@import url("/img/css/main.css");/*main.css*/
@import url("/img/css/footer.css");/*footer.css*/

#indexbanner{
	width:645px;
	float:left;
	display:inline;
}

#indexbanner img{
	margin:0px 0px 10px;
}

.mr{
	margin-right:12px !important;
}

.news{
	width:640px;
	margin:0px 0px 20px;
	background:url(../img/bg_news2.jpg) repeat-y;
}

.news th{
	width:65px;
	padding:0px 20px 0px 10px;

}

td{
	width:545px;
	padding:0px 0px 0px 20px;
	border-left:#00B9EF 1px dashed;

}

th.bg_news1{
	line-height:7px;
	font-size:7px;
	background:url(../img/bg_news1.jpg) no-repeat left top;
	padding-top:0px;
	padding-bottom:0px;
}

th.bg_news3{
	line-height:7px;
	font-size:7px;
	background:url(../img/bg_news3.jpg) no-repeat left bottom;
	padding-top:0px;
	padding-bottom:0px;
}

td.bg_news{
	line-height:7px;
	font-size:7px;
	padding-top:0px;
	padding-bottom:0px;
}


.news td span{
	font-size:14px;
	font-weight:bold !important;
	color:#00B9EF;
}

#lookentirely a{
	width:75px;
	float:left;
	display:inline;
	margin:0px 553px 0px 0px;
	padding:0px 0px 0px 20px;
	text-align:left;
	background:url(../img/icon_blueright.jpg) no-repeat left 3px;
}

#qrcode {
	border: 1px dashed #00B9EF;
	width: 200px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#qrcode_th  {
	background-color: #00B9EF;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#qrcode_td    {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
}

#texttable
{
	width:645px;
	display:inline;
}
.text{
　　　　padding:0px 0px 0px 0px;
	border:0;
}

.title{
	color: #67b00b;;
        padding:0px 0px 0px 0px;
	border:0;
}

.img{
	border:0;
        text-align:center;
        float:none;
}
/* ページトップ
------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
