@charset "utf-8";
/* contents.css */

/*START:normal
----------------------------*/
img{
border:none;
}

a {
text-decoration:none;
}

a:link,a:visited,a:active {
color:#144290;
}

a:hover {
color:#0080ff;
text-decoration:underline;
}
p{
margin:0;
padding:0;
}
body{
margin:0px;
padding:0px;
font-size:12px;
color:#333;
background-color:#FFF;
}

ul,li,ol{
margin:0px;
padding:0px;
list-style:none;
}
dl,dt,dd{
margin:0px;
padding:0px;
font-weight:normal;
}

h1,h2,h3,h4,h5,h6{
margin:0px;
padding:0px;
font:normal 1em/1em;
}

.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
font: 1%/1%;
}
.clearfix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:.;
line-height:0;
}
.clearfix{
display:inline-table;
min-height:1%;
}
* html .clearfix{
height:1%;
}
.clearfix{
display: block;
}
/*END:normal
----------------------------*/

/*START:#header
----------------------------*/
#header{
width:836px;
height:76px;
margin:0 auto;
}
#bgheader{
width:100%;
height:76px;
background:url(../images/bg_index_header.jpg) repeat-x;
border-top:#333 2px solid;
}
#header h1{
float:left;
margin:16px 0 0 4px;
}
.headerRight1{
float:right;
margin:14px 20px 0px 0px;
}
#header .headerRight{
margin-top:14px;
margin-right:4px;
width:252px;
float:right;
}
#header .headerRight p{
font-family:"MS UI Gothic";
font-size:10px;
color:#000;
float:right;
margin-top:12px;
}
#header .headerRight p span{
margin-left:16px;
}
/*END:#header
----------------------------*/

/*START:#flash
----------------------------*/
#flash{
width:836px;
margin:0 auto;
margin-bottom:12px;
}
/*END:#flash
----------------------------*/

/*START:#wrapper
----------------------------*/
#wrapper{
width:836px;
margin:0 auto;
margin-bottom:16px;
overflow:hidden;
}
#newAdd{
width:836px;
margin-bottom:20px;
}
#newAdd h2{
margin-bottom:10px;
/*margin-left:5px;*/
padding-left:5px;
border-left:3px #F00 solid;
}
#newAdd1{
width:832px;
height:150px;
border:2px #ccc solid;
margin-bottom:20px;
background-color:#f3f3f3;
}
#newAdd1 ul{
float:right;
width:575px;
padding-right:7px;
margin-left:5px;
line-height:18px;
overflow:hidden;
}
#newAdd1 ul li span{
	margin-right:12px;
	font-size:8px;
	color:#F60;
}
#newAdd1 ul li span.right_link{
	text-align:right;
	}
#newAdd1 ul li{
margin-top:5px;
font-size:12px;
line-height:18px;
}
#newAdd1 img{
margin-top:5px;
margin-left:5px;
float:left;
}
#newAdd1 ul li a{
	font-size:12px;
	width:85px;
	height:12px;
	padding-left:5px;
}
#newAdd2{
width:833px;
height:127px;
border-left:3px #F00 solid;
}
#newAdd2 ul{
margin-top:8px;
float:left;
width:630px;
padding-left:7px;
line-height:15px;
}
#newAdd2 ul li{
margin-top:6px;
}
#newAdd2 img{
float:right;
border:1px #F60 solid;
}



#leftCulumn{
width:525px;
float:left;
}
#leftCulumn h2{
border-top:#F60 2px solid;
background-image:url(../images/bg_h2_index01.jpg);
height:30px;
width:100%;
}
#leftCulumn h2 .h2LeftImg{
float:left;
margin:7px 0 0 12px;
}
#leftCulumn h2 .h2RightImg{
float:right;
margin:9px 11px 0 0;
}
#leftCulumn ul{
height:146px;
overflow:auto;
border-bottom:1px #CCC solid;
border-left:1px #CCC solid;
border-right:1px #CCC solid;
}
#leftCulumn ul li{
clear:both;
/*border-bottom:dotted #9C7A59 1px;*/
width:485px;
margin-left:5px;
float:left;
border-bottom:1px dashed #9C7A59;
}
#leftCulumn ul li span{
  float:left;
}
#leftCulumn ul li .date{
  text-align:center;
  width:70px;
  margin-top:10px;
  background-color:#F90;
  margin-right:20px;
  margin-left:8px;
  line-height:20px;
  font-size:10px;
}
#leftCulumn ul li .conments{
  width:355px;
  margin-top:8px;
  white-space:normal;
  padding-bottom:5px;
  word-break:break-all;
 }

#rightCulumn{
width:280px;
float:right;
}
#rightCulumn h2{
border-top:#F60 2px solid;
background-image:url(../images/bg_h2_index01.jpg);
height:30px;
width:100%;
}
#rightCulumn h2 .h2LeftImg{
float:left;
margin:7px 0 0 12px;
}
#rightCulumn h2 .h2RightImg{
float:right;
margin:9px 11px 0 0;
}
#rightCulumn iframe{
width:100%;
float:left;
}
#rightCulumn img{
float:left;
}
#map{
width:836px;
margin:0 auto;
text-align:center;
}
/*END:#wrapper
----------------------------*/

/*START:#footer
----------------------------*/
#footer{
clear:both;
width:100%;
margin:0 auto;
height:30px;
background-color:#444;
}
#bgfooter{
background-color:#444;
height:30px;
width:100%;
}
#footer p{
text-align:center;
color:#FFF;
font-size:10px;
padding-top:10px;
}
/*END:#footer
----------------------------*/

.topimg{
	width:796px;
	height:38px;
	background-image:url(../images/topimg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-top:102px;
	padding-left:40px;
	margin:10px auto;
}

