@charset "utf-8";

/* ===========================================
 * グラッシーズ
 * -------------------------------------------
 * Home
 * -------------------------------------------
 * 
=========================================== */


body {
	background: url(/img/bd_bg.png) no-repeat center 319px;
}

/* ---------------------------------------- */

#flash_gate {
	margin: 0 auto;
	padding: 140px 0 160px;
	width: 423px;
}

/* ---------------------------------------- */

#content table {
	margin: 0 auto 5px;
}
#content table h2 {
	padding: 4px 20px 0 0;
	font-size: 0;
	line-height: 0;
}
#content table th.date {
	padding-left: 15px;
	background: url(/common/img/icn_arw_01.gif) no-repeat left 0.4em;
	color: #666;
}
#content table th, #content table td {
	line-height: 1.5;
}

#content table td {
	padding-left: 10px;
}

#content td a { color: #333; text-decoration: none; }
#content td a:active { text-decoration: underline; }
#content td a:hover { text-decoration: underline; }

