@charset "utf-8";
/* CSS Document */

/* 共通部分 */
.layout {
	padding:0;
	margin:0;
	background-image:url(../images/bgindex.jpg);
	background-repeat:repeat-x;
}
.headerlayout {
	margin:0 auto;
	background-image:url(../images/headersitemap.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:300px;
}
.headtopmenu {
	width:600px;
	float:right;
	height:80px;
	padding:10px 0 0 0;
}
.mainleft {
	width:190px;
	padding:10px 0 0 0;
	float:left;
	height:180px;
}
.footterright {
	background-image:url(../images/lineindex.jpg);
	background-repeat:repeat-x;
	height:50px;
	margin:0 0 0 190px;
	padding:0;
}
/* 共通部分ここまで*/
.middle {
	padding:0px auto;
	clear:both;
	margin:0;
}
.right {
	margin:20px auto;
	float:right;
	width:608px;
	border-left:solid 1px #CCCCCC;
	height:180px;
}
.decoration {
	width:200px;
	padding:0 30px;
}
.sitemapleft {
	line-height:20px;
	font-size:10px;
	text-decoration:none;
	padding:0 0 0 30px;
}
a:link, a:visited, a:active {
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
