@import "baseOutline.css";
@import "head.css";
@import "left.css";
@import "center.css";
@import "foot.css";

/* -- --------------default-------------- --*/

* {
	font-family: "Osaka", Verdana, "£Í£Ó £Ð¥´¥·¥Ã¥¯";
	margin: 0px;
/*	padding: 0px;*/
	list-style: none;
}

img {
	border: 0px;
}

body {
	background: #ebebe9;
	text-align: left;
}

/*-----text Link------*/
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #97944f;
}
a:hover {
	text-decoration: underline;
	color: #97944f;
}

/*-------------------*/
li {
	line-height: 1.7em;
	font-weight: normal;
}