body {
	font-size: 88%;
	line-height: 1.5;
/*	background-color: #FFFFFF;*/
	text-align: center;
}
#layout{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 940px;
} 
#header {
	height: 120px;
/*	width: 780px;*/
	width: 940px;
/*	border: thin solid #FF33FF;*/
	margin-right: auto;
	margin-left: auto;
}
#headleft {
	height: 120px;
	width: 160px;
	padding: 5px;
	float: left;
	background-color: #FFFF99;
	background-image: url('waikiki.gif');
	background-position:  center;
	background-repeat: no-repeat
}
#headcenter {
	height: 120px;
/*	width: 420px;*/
	width: 580px;
	float: left;
	padding: 5px;
	text-align: center;
	background-color: #FFFFCC;
	line-height: 0.5;
}
#headright {
	height: 120px;
	width: 160px;
	float: left;
	padding: 5px;
	background-color: #FFFF99;
	background-image: url('sagrada.gif');
	background-position:  center;
	background-repeat: no-repeat
}
#mainbox {
	height: auto;
/*	width: 780px;*/
	width: 940px;
/*	border: thin solid #00FF00;*/
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#leftbox {
	height: auto;
	width: 160px;
/*	border: thin solid #000099;*/
	text-align: left;
	float: left;
	padding: 5px;
	background-color: #FFFFCC;
}
#centerbox {
	text-align: left;
/*	border: thin solid #FF0000;*/
/*	width: 420px;*/
	width: 580px;
	height: auto;
	float: left;
	padding: 5px;
/*	background-color: #FFFFFF;*/
}
#rightbox {
	height: auto;
	width: 160px;
/*	border: thin solid #000099;*/
	text-align: left;
	float: left;
	padding: 5px;
	background-color: #FFFFCC;
}
#footer {
	height: auto;
/*	width: 780px;*/
	width: 940px;
/*	border: thin solid #FFFF00;*/
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding: 5px;
}
ul {
	list-style-type: none;
	margin-left: 0.5em;
	padding-left: 0;
}
ul.disc {
	list-style-type: disc;
	margin-left: 0.5em;
	padding-left: 0;
}
li.advertising {
	font-size: 88%;
	margin-left: 0.5em  padding-left: 0;
	margin-bottom: 0.5em;
}
ol li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ul li {
	margin-top: auto;
	margin-bottom: auto;
}
ul#menu {
	margin: 0px; /* ul内部の左端余白を消す(IE) */
	padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menu  li {
	list-style-type: none; /* 先頭記号を消す */
	margin: 0.3em 0.3em 0.3em 0.3em; /* 各項目周囲の余白 */
	border: 1px solid #FFFFCC; /* 項目の枠線 */
	padding: 0px; /* 枠線と内容の距離をゼロに */
	text-align: center;
}
ul#menu li a {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
/*	padding: 0.3em; /* 内部の余白 */
}
ul#menu li a:hover {
/*	background-color: #FFFF99; /* 背景色 */
/*	background-color: #D7F2F2; /* 背景色 */
/*	background-color: #948A99; /* 背景色 */
	border-bottom: 1px solid #948A99; /* 項目の枠線 */
	border-top: 1px solid #FFFFFF; /* 項目の枠線 */
	border-right: 1px solid #948A99; /* 項目の枠線 */
	border-left: 1px solid #FFFFFF; /* 項目の枠線 */
/*	color: #FFFFCC; /* 文字色 */
}
dt {
	font-weight: bold;
	margin-left: 0.5em;
	padding-left: 0;
	margin-top: 1em;
}
dd {
	margin-left: 1em;
	padding-left: 0;
}
a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: green; }
/*a:active { color: yellow; }*/
a:active { color: black; }
h1 {
	font-size: 100%;
}
h2 {
	font-size: 138%;
	text-align: center;
}
h3 {
	font-size: 125%;
	text-align: center;
}
h4 {
	font-size: 100%;
}
em, address, dfn{
  font-style:normal;
}
em.attent {
	color: red;
}
em.info {
	font-weight: bold;
}
table, td, th {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: gray gray gray gray;
}
td, th {
	padding-left: 2px;
	padding-right: 2px;
}
table {
	font-size: 100%;
	text-align: right;
}
table.srch {
	width: 520px;
}
table.cond {
	width: 520px;
}
th {
	text-align: center;
	background-color: #FFFF99;
}
td.left {
	text-align: left;
}
td.center {
	text-align: center;
}
p.center {
	text-align: center;
}
marquee {
	width: 150px;
	color: #FFFFCC;
	font-size: 88%;
	background-color: black;
	padding: 0px;
	margin: 0px;
}
label:hover {
/*   background-color: #D7F2F2; /* FireFoxでのアクセシビリティ対策 */
/*   background-color: #948A99; /* FireFoxでのアクセシビリティ対策 */
}