@charset "shift_jis";

/* CSS INDEX -----------------------------------------------

01 Main
02 Lside

--------------------------------------------------------- */


/* =========================================================
	01 Main
========================================================= */
div#main p {
font-size: 100%;
text-align: center;
}

div#tablec {
	width: 720px;
	margin: 0 auto;
	background-image: url(../images/comback.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}


div#select {
	font-size: 100%;
	padding-right: 10px;
	text-align: right;
	color: #990000;
}


/* =========================================================
	02 Lside
========================================================= */
div#lside ul {
font-size: 85%;
color:#000000;
padding-left: 15px;
margin: 0px;
list-style-type: none;
}

div#lside li {
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-top: 3px;
}


