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

#container{
width:100%;
height:auto;
background-image:url(../img/back.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:55px;
}

#contents{
width:auto;
height:auto;
}

.newstxt{
font-size:9px;
color:#333333;
}
.newstxt a{
	color:#D820E3;
	text-decoration: underline;
}
.newsttl{
color:#666666;
font-size:10px;
font-weight:bold;
border-bottom:#666666 dotted 1px;
margin:10px 0 5px 0;
}
