* {
	margin: 0;
	padding: 0;
	}
body {
	background: url(images/bk1.gif) #001D5E;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","Osaka", arial, helvetica, "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	color: #FFF;
	text-align: center;
	}
a { text-decoration:none; }
a:link { color: #F00 }
a:visited { color: #00F }
a:hover, a:active {  color: #F60 }

p, li, code, em {
	line-height: 1.5;
	font-size: 15px;
}
p { padding-bottom: 1em }
li { margin-left: 1em }
table { border-collapse: collapse; }
td { vertical-align: top;  }
img { border: 0 }
pre { font-family: "courier new", courier, monotype }

/** reusable class */
.floatleft {
	float: left;
	margin: 0 5px 5px 0;
	}
.alignright {
	text-align: right;	
	}
.centered {
	text-align: center;	
	}
.verticalmiddle {
	vertical-align: middle;
	}
.bottommargin {
	margin-bottom: 1.5em
	}
/** layout divs **/
#page,
.archive #content {
	margin: 0 auto;
	text-align: center;
	width: 785px;
	}
#toppage #top {
	margin: 40px auto 0 auto;
	}
#main {
	width: 524px;
	float: left;
	}
#menu {
	width: 250px;
	float: right;
	text-align: left;
	}
#menu ul {
	margin-bottom: 1em;
	}
#menu ul li {
	font-weight: bold;
	color: #FF6;
	line-height: 1.8;
	list-style: none;
	margin-left: 0;
	}
#menu ul li li {
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
	margin-left: 14px;
	padding-left: 20px;
	list-style: none;
	background: url(images/star_bullet.gif) 0 5px no-repeat;
	}
#menu ul li ul.smaller li {
	font-size: 13px;
	}
#menu ul li li a:link {
	color: #FFF;
	}
#menu ul li li a:visited {
	color: #FFFFD8;
	}
#menu ul li li a:hover,
#menu ul li li a:active {
	color: #F60;
	text-decoration: underline;
	}
#menu li li.smalltx {
	font-size:  10px;
	padding: 4px 0 4px 20px;
	}
#menu li li.smalltx img {
	vertical-align: middle;
	}
#menu li li.banner {
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	font-size:  9.5px;
	}
li.banner img {
	margin-bottom: 2px;
	}

.textbox_head {
	width: 524px;
	height: 51px;
	background: url(images/textbox_head.gif) no-repeat;
	}
.textbox,
#container {
	background: url(images/textbox_body.gif) repeat-y #84C6EF;
	text-align: left;
	padding: 15px 45px;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing:1px;
	color:#000;
	}
#container {
	background: #C0DDEF;
	border: 6px double #FFF;
	text-align: left;
	padding: 15px 25px;
	margin: 15px 75px;
	color:#000;
	}
#container p,
#container blockquote {
	font-size: 12px;
	margin: 0 1em 0 0;
	padding: 0;
	}
#container blockquote {
	border: 1px solid #B4D8EF;
	border-left: 6px solid #001D5E;
	background: #E0F1FB;
	margin: 1em 20px 1em 45px;
	padding: 8px 20px;
	width: 80%;
	}
.textbox_bottom {
	width: 524px;
	height: 35px;
	background: url(images/textbox_bottom.gif) no-repeat;
	margin-bottom: 15px;
	}
.noticebox {
	background: #FFF;
	padding: 10px;
	margin: 1.5em 0;
	color: #006;
	text-align: center;
	border: 5px double #EFEFEF;
	}
#footer {
	text-align: center;
	clear: both;
	background: url(images/oisilgs.gif) center bottom no-repeat;
	}
#footer div {
	background: url(images/m_kira3.gif) center top no-repeat;
	padding: 95px 0 95px 0;
	}
#credit {
	text-align: right;
	font-size: 11px;
	font-family: verdana, sans-serif;
	padding: 0 10px 5px 0;
	clear: both;
	}

#container h1 { font-size: 18px; padding: 0 0 10px 0; text-align: center}
#container h1 a:link, #container h1 a:visited  { color: #001D5E; }
#container h1 a:hover, #container h1 a:active { color: #FFF; }

#container h2 {
	font-size: 14px;
	padding: 10px 0 4px 0;
	color: #001D5E;
	}
#container h2#banner-description {
	display: none;
	}
#container h3 {
	font-size: 14px;
	padding: 10px 0 4px 0;
	color: #001D5E;
	}
h3.entrytitle {
	height: 51px;
	color: #000;
	text-align: center;
	font-size: 16px;
	letter-spacing:1px;
	}
h3.entrytitle a:link,
h3.entrytitle a:visited {
	color: #000;
	}
h3.entrytitle a:hover,
h3.entrytitle a:active {
	color: #FFF;
	}
p.updated {
	text-align: center;
	padding: 1em 0 2em 0;
	}
p.metadata {
	text-align: right;
	padding: 2em 0 0 0
	}
