@charset "UTF-8";

/*********/
/* index */
/*********/

#news {
color: #595959;
}

#news h2#page_title {
display: block;
width: 660px;
height: 30px;
text-indent: -9999px;
background:  url(../img/subt_news.jpg) no-repeat 0 0;
}

/* -- // main_box // -- */
#news #main_box {
width: 660px;
padding: 0;
margin: 0 0 10px 0;
}

/* -- // main_box end // -- */
/* -- // container // -- */
#news .container {
clear: both;
width: 600px;
margin: 25px 0 0 30px;
}

#news .container .comment {
width: 560px;
margin: 0 0 30px 0;
}

#news .container .comment p {
font-size: 83%;
}

#news .container .photo {
width: 600px;
background: url(../img/gb_photobox_c.gif) repeat-y left top;
}

#news .container .photo_t {
width: 600px;
padding: 30px 0 0 0;
background: url(../img/gb_photobox_t.gif) no-repeat left top;
}

#news .container .photo_b {
width: 600px;
padding: 0 0 30px 0;
background: url(../img/gb_photobox_b.gif) no-repeat left bottom;
}

#news .container .photo p {
width: 600px;
text-align: center;
}


/* -- // container end // -- */

