@charset "utf-8";

body{
	background-image: url(img/back.gif);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	bottom: 10px;

}


#header {
	width: 800px;
	margin: 0px;
}

#contents {
/*	height: 30px; */
	width: 800px;
}

#footer {
	width: 800px;
}

/* パンくず　ここから */
#rootList {
	font-size: 10px;
	line-height: 12px;
	list-style-type: none;
	left: 20px;
	top: 100px;
	font-weight: normal;
	margin-left: 0px;
	text-align: left;
	vertical-align: text-botom;
	background-color: #FFFFFF;
/*	margin-top: 10px; */
/*	background-position: bottom; */

}

#rootList a {
	margin-right: 4px;
}

#rootList a:link {
	color: #000000;
	text-decoration: none;
}

#rootList a:visited {
	color: #663300;
	text-decoration: none;
}

#rootList a:hover {
	color: #FF6600;
	text-decoration: none;
}

#rootList a:active {
	color: #165829;
	text-decoration: none;
}
/* パンくず　ここまで */

