@charset "utf-8";
@import "framework.css";
/* CSS Document */

#new {
 width: 470px;
 float: left;
 margin-bottom: 50px;
}

#news {
 background-image: url(../img/index/new.png);
 width: 300px;
 height: 17px;
 background-repeat: no-repeat;
 text-indent: -10000em;
}

#new p {
 margin-left: 70px;
 width: 400px;
 font-size: 0.95em;
}

#topic {
 width: 400px;
 margin-left: -50px;
 float: left;
 margin-bottom: 50px;
}

#topics {
 background-image: url(../img/index/topic.png);
 width: 300px;
 height: 17px;
 background-repeat: no-repeat;
 text-indent: -10000em;
}

#topic img {
 margin-left: 70px;
 border: none;
}

#topic p {
 margin-left: 70px;
 font-size: 0.95em;
 margin-top: 3px;
 margin-bottom: 30px;
}

#link {
 clear: both;
 margin-bottom: 30px;
 height: 60px;
}

#link img {
 float: right;
 margin-right: 50px;
}

#link_under {
 clear: both;
 margin-bottom: 30px;
 height: 60px;
}

#link_under img {
 float: right;
 margin-right: 50px;
}