@charset "utf-8";
/* ===================================================================
	top page
=================================================================== */


/*----------------------------------------------------------------------
	1.import
----------------------------------------------------------------------*/
/* 共通 */
@import "base.css";


/*----------------------------------------------------------------------
	2.layput
----------------------------------------------------------------------*/

body #container { text-align:center; }
body #header { margin-bottom: 0px; }
h2 { margin-top: 20px; margin-bottom: 10px; position: relative; text-align: center; }
h2 a.right {
	position: absolute;
	top: 0;
	right: 0;
}

#footer {
	padding: 23px 0 60px 5px;
}

#twitter {
	text-align: right;
	margin-bottom: 15px;
	padding-right: 6px;
}
#topics{
	width:737px;
	margin:0 auto;
	margin-bottom:50px;}

#topics li{
	text-align:left;
	float:left;
}
#topics li.mr_20{margin-right:20px;}