@charset "UTF-8";

div#main-noside h2 {
	height:35px;
	text-indent:-9999em;
	margin-bottom:15px;
}

div#main-noside h2#title01 { background:url(../images/h2title01.gif) 0 0 no-repeat; }

div#main-noside h2#title02 { background:url(../images/h2title02.gif) 0 0 no-repeat; }

div#main-noside h2#title03 { background:url(../images/h2title03.gif) 0 0 no-repeat; }

div#main-noside h2#title04 { background:url(../images/h2title04.gif) 0 0 no-repeat; }


div#main-noside table {
	border-collapse:collapse;
	margin-bottom:10px;
	width:100%;
	_width:96%;
}

div#main-noside table th,
div#main-noside table td {
	border:1px solid #CCCCCC;
	padding:4px 10px;
}

div#main-noside table th {
	background-color:#EEEEEE;
	text-align:center;
}

div#main-noside ul {
	margin-bottom:30px;
	padding-left:25px;
}

div#main-noside ul li { margin-bottom:5px; }

div#main-noside p { margin-bottom:5px; }


