@charset "utf-8";
/* CSS Document */


#Header #Header-Inner {
	background: url(images/header.png) no-repeat;}

#Main .section {
	width: 630px; 
	margin: 0 auto;}

#Main .topic {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: #999 solid 1px;}

#Main .topic p.date {
	font-size: 90%;
	color: #666633;
	margin-bottom: 0px;
	text-indent: 10px;
	background: url(../common/images/list.png) left center no-repeat;
}

#Main .topic h2 {
	font-size: 110%;
	color:#000;
	margin-bottom: 15px;}

#Main .topic p {
	margin-bottom: 10px;}

#Main .topic ul {
	margin-top: -0.5em;
	margin-left: 25px;
	margin-bottom: 10px;}

#Main .topic ul li {
	margin-bottom: 5px;}

#Main .topic table {}

#Main .topic table th,
#Main .topic table td {
	padding: 5px;
	widows: 5em;}






.topic .title:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;}

.topic .title { display:inline-block;} /* IE7 */

/* Hides from IE-mac */
* html .topic .title { height: 1%;}
.topic .title { display:block;}
/* End hide from IE-mac */


