/***************  BODY  *****************/
body {
	margin:0px;
	background:#f5f5dc url("../images/bg01.gif") repeat-y center;
	text-align: center;
	color:#333300;
	font-size: x-small;
	line-height: 1.4;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}

/* ‰æ‘œ */
img {
	border: none;
}

/* ƒŠƒ“ƒN */
a{
	color: #660000;
	font-weight: bold;
}

a:hover {
	color: #cc9999;
}

/***************  HEADER  *****************/
#headerArea {
	width: 780px;
	margin: 0 auto;
	height: 40px;
/*	background-color: #ffcc66;
*/	background-color: #ffcc99;
	border-style: solid;
	border-width: 1px 0px;
	border-color: #333300;
	text-align: left;
}

#headerArea div.topLead{
	height: 20px;
	margin-right:10px;
}

#headerArea div.navi{
	margin-right:10px;
	text-align: right;
}
/***************  PageBody  *****************/
#pagebodyArea {
	width: 780px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
}

#pagebodyArea .topicPath {
	margin: 0px 0px 0px 0px;
	padding-left: 160px;
	background-color: #99CC99;
	text-align:left;
	font-size: x-small;
}

/***************  CONTENTS  *****************/
#contentsArea {
	width: 620px;
	margin-top: 5px;
	float: right;
	text-align: left;
}

#contentsArea h1.ttl {
	margin: 0px 0px 5px 0px;
	text-align:center;
	color: #990000;
	font-size: small;
	font-weight: bold;
}

#contentsArea h2.ttl {
	margin: 0px 0px 5px 0px;
	text-align:center;
	color: #990000;
	font-size: small;
	font-weight: bold;
}

#contentsArea h3.ttl {
	margin: 0px 0px 3px 0px;
	color: #990000;
	font-size: x-small;
	font-weight: bold;
}

/***************  NAVIGATION  *****************/
#navigationArea {
	display: block;
	width: 150px;
	margin: 5px 0px 5px 0px;
	float: left;
/*	background-color: #ffcc66;
*/	background-color: #ffcc99;
	text-align: left;
	border-style: solid;
	border-width: 0px 1px;
	border-color: #333300;
}

#navigationArea ul{
	margin: 5px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}

#navigationArea li{
	font-size: x-small;
	line-height: 1.2;
}

#navigationArea div.navi {
	margin: 50px 0px;
	font-size: xx-small;
	text-align: center;
}
/***************  FOOTER  *****************/
#footerArea {
	clear: both;
	width: 780px;
	margin: 5px auto 0px auto;
	height: 20px;
/*	background-color: #ffcc66;
*/	background-color: #ffcc99;
	border-style: solid;
	border-width: 1px 0px;
	border-color: #333300;
	text-align: right;
}


