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

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

body {
	background: #EDEAE4;
}

img {
	border: 0px;
}

* {
	font-family: "Osaka", Verdana, "ＭＳ Ｐゴシック";
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style: none;
}

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

#catList a:link,
#catList a:visited,
#catList a:active {
	display: block;
	background-image:   url("img/subMenuBg.gif");
	padding: 15px 0px 15px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #abd05e;
	text-decoration: none;
}
#catList a:hover {
	background-image:   url("img/subMenuBg_f2.gif");
	font-size: 14px;
	font-weight: bold;
	color: #abd05e;
	text-decoration: none;
}

#entryFooter a:link,
#entryFooter a:visited,
#entryFooter a:active {
	text-decoration: none;
	color: #f97799;
}
#entryFooter a:hover {
	text-decoration: underline;
	color: #f97799;
}

.f_attention A:link    { font-size:12px; color:#333333; text-decoration:none; }
.f_attention A:visited { font-size:12px; color:#333333; text-decoration:none; }
.f_attention A:hover   { font-size:12px; color:#9D6f00; text-decoration:underline; }
.f_attention A:active  { font-size:12px; color:#333333; text-decoration:none; }


/*-------------------*/

h1, h2, h3, h4, p, li {
/*	line-height: 1.7em;*/
	font-weight: normal;
}