/* 基本 */

.maintable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.mainleft {
	background-image: url(img/menu_img.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #5E92DB;
}

.mainright {
	background-image: url(img/menu_img2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.maintitle {
	background-color: #000033;
}



/* トップページ */

.topleft {
	background-image: url(img/top_img01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #5E92DB;
}

.topright {
	background-image: url(img/top_img02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #5E92DB;
}


/* 部品 */

.list01 LI {
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.top {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.topmoji {
	line-height: 1.5em;
}
