@charset "utf-8";


/* **************************************
*Since: 2008-11-05
*Modified: 2008-11-00
************************************** */


/* Reset & Restyle
----------------------------------------------- */
#contents{
	padding-bottom:100px;
}

#contents .table{
	width:440px;
	float:left;
}

#contents table{
	width:420px;
	font-size:100%;
}


#contents table th,
#contents table td
{
	padding:10px;
}

#contents table th{
	background:#e7e7e7 url(../images/bg_th.gif) center;
	vertical-align:top;
	text-align:left;
	width:72px;
}

#contents table th.top{
	background:#e7e7e7 url(../images/bg_th.gif) top;
}

#contents table th.bottom{
	background:#e7e7e7 url(../images/bg_th.gif) bottom;
}

#contents table td{
	background:#fff;
	vertical-align:top;
}

#contents table ul{
	list-style-type:disc;
	margin-left:15px;
}

#contents .right{
	width:300px;
	float:left;
}

