@charset "UTF-8";
/* CSS Document */
#container {
width:1500px;
margin:0 auto;
padding:0 0 0 0;
background:url(../img/base/bg.png) no-repeat 0 250px;
overflow: hidden;
}
.main-w {
width:1000px;
height:1000px;
margin:20px 20px;
overflow: hidden;
}
.main-w:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .main-w {
    height: 1em;
    overflow: visible;
}
/**/

.news {
width:800px;
margin:100px 0 0px 0;
padding:10px 30px;
border:#999999 solid 1px;
background:#FFFFFF;
  border-radius:4px;
}

.news h2 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }
.news p {
	font-size:1.0rem;
	margin:20px 1.0rem;
}
.news .date {
	margin:1rem;
	font-size:0.8rem;
}
.news hr {
	border: none;
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
.ringring {
clear:both;
position:relative;
width:200px;
height:200px;
margin:20px auto;
overflow: hidden;
}
.ringring:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .ringring {
    height: 1em;
    overflow: visible;
}
/**/
.ringring img {
width:101px;
height:120px;
border:#FFFFFF 10px solid;
}