/* ---------------------------------------- */
/* ore2_main.css */
/* version.2 (2006-12-02) */
/* designed by Yu Akikaze 2006. */
/* ---------------------------------------- */

@import url(./copyright.css);

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	font-size: 85%;
	color: #333;
	border-top: 5px solid #5f6aa3;
}

a:link,a:visited,a:active {
    color: #528092;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #2b314c;
    text-decoration: underline;
}

div#page { width: 760px; }

div#header {
	margin: 0px;
	background-image: url(images/header_bg.png);
	background-position: right;
	background-repeat: repeat-y;
}
h1 { margin-left: 20px; }

div#menu {
	margin-left: 10px;
	width: 130px;
	float: left;
}
div#menu h2 {
	margin-top: 20px;
}
ul.menulist {
	margin-left: 18px;
	border-left: 4px solid #a9abd2;
	padding-left: 6px;
	list-style: none;
}

div#main {
	margin: 15px 10px 15px 150px ;
}
div#main h2 {
	font-family: 'Century Gothic';
	font-size: 250%;
	color: #a9abd2;
	padding-bottom: 3px;
	border-bottom: 2px dotted #a9abd2;
	margin-bottom: 15px;
}
div#main h3 {
	margin-top: 20px;
}

div.date {
	margin-left: 18px;
	border-left: 4px solid #a9abd2;
	padding-left: 6px;
	padding-bottom: 0.5em;
}
div.date h4 { background: url(images/date_bg.png) bottom no-repeat; float:left; font-weight: bold; padding-top: 0.5em; font-size:100%; }
div.date p { margin-left: 95px; padding-top: 0.5em; font-size: 100%; }
div.date ul { margin-left: 95px; padding-top: 0.5em; padding-left: 20px; font-size: 100%; }

div.item {
	margin-left: 18px;
	border-left: 4px solid #a9abd2;
	padding-left: 6px;
	padding-bottom: 0.5em;
}
div.item h4 { background: url(images/item_bg.png) bottom no-repeat; font-weight: bold; padding-top: 0.6em; padding-left: 1px; margin-right:10px; font-size: 100%; }
div.item p { margin: 3px 0px 0px 16px; font-size: 100%; }
div.item h5 { margin: 0.6em 0px 0px 8px; font-weight: bold; font-size: 100%; }
div.item ul { margin: 3px 0px 0px 2em; font-size: 100%; }
div.item ol { margin: 3px 0px 0px 2em; font-size: 100%; }

div.item dl {
	margin: 0.5em 0px 0.5em 3.5em;
}
div.item dt {
	border-bottom: 1px dashed #999;
	font-weight: bold;
}
div.item dd {
	margin-left: 1.5em;
}

.mdinfo {
	text-align: right;
	margin: 0.3em 0px 0.5em 0px;
	padding-right: 15px;
	font-size: 90%;
}

img { border: 0px; }

img.staffimage { clear: both; float: left; margin: 3px 0.5em 0px 0px; }
/*div.staffframe { margin-left: 108px; line-height: 145%; }*/
div.staffintro { clear: both; margin-top: -110px; margin-left: 108px; line-height: 145%; }
/*div.staffcommentfromother {*/
/*	clear: both;*/
/*	margin-left: 108px;*/
/*	margin-bottom: 3px;
	line-height: 145%;
}*/
div.staffintro dl { margin-left: 16px; }
div.staffintro dl dt { clear:both; float: left; border: 0px; }
div.staffintro dl dd { margin-left: 30px; font-size: 95%; height: 24px; vertical-align: middle; }

em { font-style: normal; font-weight: bold; }
strong { font-weight: bold; color:#cc3300; }

div.lastnavi { text-align:right; font-size:85%; margin-right:20px; }
div#footer {
	clear: both;
	background: url(images/footer_bg.png) no-repeat;
}
address { font-style: normal; color: #666; font-size: 80%; margin-left: 5px;}