@charset "utf-8";

body {
	padding: 0px;
	margin: 0px;
	color: #330000;
	font-family: "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

li {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}

hr {
	visibility: hidden;
	height: 1px;
	clear: both;
}
 
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0%;
}

/* ヘッダー */
div#headerArea {
	width: 900px;
	height: 53px;
	margin-bottom: 5px;
}

h1#logo {
	width: 221px;
	margin: 10px 0 0 10px;
}

div#contact {
	float: right;
	width: 115px;
	margin: 20px 10px 0 0;
}

/* フッター */
div#footerArea {
	height: 60px;
	padding: 30px 0 0 0;
	color: #FFFFFF;
	background: url(../images/bg_footer.gif) no-repeat;
}

p#topicPath {
	margin-bottom: 15px;
}

span.current {
	color: #006600;
	font-weight: bold;
}

span.strong {
	color: #FF6600;
	font-weight: bold;
}

p.copyright {
	margin: 0 5px 0 0;
	text-align: right;
}

p.links {
	margin: 0 5px 0 0;
	text-align: center;
}
