
/* IEでのリスト表示で、不要なインデントが付くのを回避するのに必要 */
* {
	padding: 0;
	margin: 0;
}
body {
	font: 10pt georgia; 
	text-align: left;
	color: #000000; /* モスグリーン */
	line-height: 21px;
	background: #ffffff; /* 白 */
}
#f1 {
	font-size: 80%;
}
a, a:link, a:visited {
	color: #47503a; /* モスグリーン */
	text-decoration: none;
}
a:hover {
	color: #558701; /* ライトグリーン */
	text-decoration: none;
}
a:active, a:focus {
	color: #47503a; /* モスグリーン */
}  
.p5 a {
	font-weight: bold;
}
p {
	margin-bottom: 5px;
}
acronym {
	font-weight: bold;
	border-bottom: none;
}

#page {
	position: relative;
	margin: auto; /* ページをセンタリングするのに必要 */
	text-align: left;
	width: 740px;
	background: #fefee8 url(image/page_bg_r.gif) center top repeat-y;
}

#header {
	height: 154px;
	background: url(image/header_bg_r.jpg) center top no-repeat;
}
#header .p1 {
	position: absolute;
	top: 148px;
	left: 34px;
	color: #a0522d; /* 茶 */
	font-size: 90%;
	font-weight: bold;
}

#summary {
	color: #191970; /* 濃紺 */
	line-height: 17px;
	margin-right: 75px;
	margin-bottom: 6px;
}
#summary .p1 {
	font-size: 110%;
	font-weight: bold;
	margin-right: 75px;
	margin-bottom: 4px;
}

#details {
	width: 750px;
	font-size: 90%;
	margin: 10px 0px 5px 25px;  /* 上 右 下 左 */
	padding: 10px 5px 10px 12px;  /* 上 右 下 左 */
	background: url(wallppr070.gif) left top repeat-xy;  /* クリーム2 */
}
h1 {
	color: #ffffff; /* 白 */
	font-size: 80%;
	margin: 10px 0px 10px 5px; /* 上 右 下 左 */
}
h2 {
	color: #47503a; /* モスグリーン */
	font-size: 120%;
	margin: 10px 0px 3px 0px;
}
h3 {
	color: #47503a; /* モスグリーン */
	font-size: 200%;
	margin: 0px 0px 3px 0px;
}
h4 {
	color: #47503a; /* モスグリーン */
	font-size: 95%;
	margin: 0px 0px 0px 0px;
}
#dimg {
	position: absolute;
	top: 170px;
	left: 418px;
	width: 89px;
	height: 120px;
	background: url(image/mascot.gif) right top no-repeat;
}

#lpadding {
	line-height: 18px;
    margin: 0 0 5px 10px;
}
#hankai {
	line-height: 7px;
}
#waku {
	width: 446px;
	line-height: 18px;
	margin: 5px 0px 5px 0px;
	padding: 8px 8px 8px 8px;
	border: 1px solid #999999;
}
#fsize {
	font-size: 100%;
	line-height: 16px;
}

#menu {
	position: absolute;
	width: 151px;
	top: 130px;
	right: 44px;
	font-size: 75%;
	line-height: 17px;
	margin-top: 10px;
}
#menu h1 {
	color: #496840; /* グリーン */
	font-size: 120%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom: 1px solid #7D8965; 
}
#mselect ul li {
	list-style: none;
	color: #566047; /* モスグリーン２ */
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #8C9777;
	background: url(image/mselect.gif) left center no-repeat;
}
#mselect ul li a, #mselect ul li a:link, #mselect ul li a:active, #mselect ul li a:focus{
	display: block;
	clear: both;
	text-decoration: none;
	margin: 0 0 3px 20px;
}
#mselect ul li a:hover {
	color: #ffffff;
	display: block; /* 白 */
	clear: both;
	text-decoration: none;
	margin: 0 0 3px 20px;
	background: #a7c29e;
}
#mselect ul li a:visited {
	color: #85916f; /* 薄いグリーン */
	display: block;
	clear: both;
	text-decoration: none;
	margin: 0 0 3px 20px;
}

/* 表作成用 */
#block {
/*	float: right;*/ /* この行が入るとFirefoxで段落が乱れる */
	overflow: auto;
	width: 450px;
	height: 150px;
	line-height: 17px;
	margin: 5px 0px 5px 0px;  /* 上 右 下 左 */
	padding: 5px 8px 5px 8px;
	border: 1px solid #999999;
}
.pickup_l {
	float: left;
	width: 94px;
	text-align: center;
}
.pickup_r {
	float: right;
	width: 326px;
	padding: 0px 10px 0px 0px;
}

#red {
	color: #ff0000; /* 赤 */
	text-decoration: none;
}

#footer {
	color: #47503a; /* モスグリーン */
	height: 72px;
	background: url(image/footer_bg_r.jpg) center top no-repeat;
}
#footer .p1 {
	color: #a0522d; /* 茶 */
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	padding-left: 34px; /* margin-topだとfirefoxで高さが違う */
}
#footer .p2 {
	font-size: 80%;
	text-align: center;
}
