@charset "UTF-8";
/* CSS Document */
/* 再定義 */
body {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 140%;
}
img {
	border: 0px;
}
/* LINK */
A {
	color: #2FABB8;
	text-decoration: none;
}
A:link {
	color: #2FABB8;
	text-decoration: none;
}
A:visited {
	color: #885790;
	text-decoration: none;
}
A:active {
	color: #9A66A3;
}
A:hover {
	color: #9A66A3;
}
/* 共通部 */
.contents {
	width: 800px;
	margin-left: 50px;
}
.clear {
	clear: both;
	line-height: 0px;
}
.footer {
	height: 30px;
	position: relative;
	margin-top: 30px;
	border-top: 1px dotted #CCCCCC;
}
.artgallery {
	position: absolute;
	bottom: 0px;
	float: left;
}
.copyright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: left;
}
