@charset "shift_jis";

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

01 Main

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


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

div#table {
width: 700px;
margin: 0 10px;
}

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


/* =========================================================
	02 Main Background
========================================================= */
div#tableb {
	width: 720px;
	margin: 0 auto;
	background-image: url(../images/back1.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}


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


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



a.under {
	text-decoration:underline; color:#00F;
}




/* =========================================================
	03 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;
}


