/*-- 配置設定 --*/
.index {
	text-transform: none;
	color: #333333;
	background: #FFFFFF url(index-image/topback.jpg) no-repeat scroll left top;
	position: absolute;
	visibility: visible;
	height: 520px;
	width: 800px;
	left: 0px;
	top: 0px;
	padding-left: 30px;
	font-size: x-small;
	text-align: center;
	font-style: normal;
}
.contents {
	text-transform: none;
	position: absolute;
	visibility: visible;
	height: 390px;
	width: 260px;
	left: 210px;
	top: 110px;
	text-align: left;
	font-size: x-small;
	font-style: normal;
}
.navigation {
	text-transform: none;
	color: #333333;
	background: #FFFFFF;
	position: absolute;
	visibility: visible;
	height: 80px;
	width: 800px;
	left: 0px;
	top: 520px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: x-small;
	font-style: normal;
}
.sidebar {
	text-transform: none;
	background: #FFFFFF;
	position: absolute;
	visibility: visible;
	height: 500px;
	width: 180px;
	left: 0px;
	top: 40px;
	font-size: x-small;
	font-style: normal;
}
.header {
	text-transform: none;
	color: #333333;
	background: #FFFFFF url(index-image/title.gif) no-repeat center center;
	position: absolute;
	visibility: visible;
	height: 40px;
	width: 800px;
	left: 0px;
	top: 0px;
	vertical-align: bottom;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
.maincontent {
	text-transform: none;
	color: #333333;
	background: #FFFFFF;
	padding: 20px;
	height: auto;
	width: 620px;
	position: absolute;
	left: 180px;
	top: 40px;
	font-size: x-small;
	font-style: normal;
}

/*-- リンク色設定 --*/
a {
    color: #333399;
}
a:link {
    color: #333399;
}
a:visited {
    color: #663399;
}
a:active {
    color: #557F2D;
}
a:hover {
    color: #397B7E;
    text-decoration: underline;
}
