@charset "UTF-8";
/* formatting style
------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #684531;
	background-color: #CDCFBC;
	background-image: url(../img/bkimage.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 760px;
	background-color: #FFFCDB;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
hr {
	display: none;
}
ul {
	list-style: none;
}

/* link style
------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #993366;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	top: +1px;
	left: +1px;
}

/* pankuzu style
------------------------*/
#pankuzu a:link {
	color: #333333;
	text-decoration: underline;
}
#pankuzu a:visited {
	color: #993366;
	text-decoration: underline;
}
#pankuzu a:hover {
	color: #FF6600;
}
#pankuzu a:active {
	position: relative;
	top: +1px;
	left: +1px;
} 

/* footer link style
------------------------*/
#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:active {
	text-decoration: none;
	position: relative;
	top: +1px;
	left: +1px;
}


