@charset "UTF-8";

/* article */
#article_top{ width: 1000px; margin: 0 auto;}

.section_top{
	position:absolute;
	top:50%;
	left:50%;
	width:905px;
	height:468px;
	padding: 0px;
	/*overflow:auto;*/
	margin-top: -234px;/* heightの半分 */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -452px;/* widthの半分 */
}

/* information */
#information{ width: 328px; height: 60px; position:fixed; right:0; bottom:199px;}
#text_topics{ background: url(../img/top/bg_topics1.png); width:30px; height:60px; float: left; position: relative;}
#topics{ width:298px; max-width: 300px; height:140px; overflow:auto; background: url(../img/top/bg_topics2.png); float: left; position: relative;}

#topics p{ font-size: 11px; line-height:180%; padding:0 8px;}

/*お知らせ*/
.comment { position: fixed; right: 0; bottom: 280px; margin: 0; border: 2px solid #ffffff; }
.comment a { display: block; padding: 20px 35px 18px 30px;
    background: #fff; color: #d3343e; border: 4px solid #d3343e;
    font-size: 18px; font-weight: bold;
    text-decoration: none; letter-spacing: 1px; }
.comment a:hover { transition: .3s; opacity: .7; }
