@charset "utf-8";
/* CSS Document */
/* グローバルメニュー制御 */
.menuclass1 {
}
.menuclass2 {
}
.menuclass3 {
}
.menuclass4 {
}
.menuclass5 {
}
.menuclass6 {
}

/*　メインコンテンツ部分　*/
#maincontents {
	height: 100%;
	display: block;
	clear: both;
	width: 900px;
	min-height:600px;
	border: 1px solid #666666;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* 左サイド */
#leftside {
	float: left;
	height: 100%;
	min-height:600px;
	width: 170px;
	position: relative;
	background-color: #96CFD9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -55555px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 55555px;
	padding-left: 0px;
}
#list {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#list a:link {
	color: #666666;
	text-decoration: none;
}
#list a:visited {
	color: #666666;
	text-decoration: none;
}
#list a:hover {
	color: #666666;
	text-decoration: underline;
	background-color: #FFFFCC;
}

#list ul {
	text-align: right;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list ul li {
	background-image: url(baseimages/bar-short.png);
	height: 48px;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* 右サイド */
#rightside {
	float: left;
	height: 100%;
	min-height:600px;
	width: 170px;
	position: relative;
	background-color: #96CFD9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5555px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5555px;
	padding-left: 0px;
}
/* 中央 */
#center {
	float: left;
	height: 100%;
	min-height:600px;
	width: 730px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

