@import "baseOutline.css";
@import "head.css";
@import "left.css";
@import "contents.css";
@import "indivisual.css";
@import "category.css";
@import "foot.css";
@import "popup.css";

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

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

img {
	border: 0px;
}

body {
	background: #E7E3DA url(img/headLine.gif) repeat-x left top;
	text-align: left;
}

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

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