* {margin: 0; padding: 0; }
html {100% 100% repeat-y fixed;}

a	{text-decoration: none;}
a:link {color: #009; font-weight: bold; }
a:visited {color: #009; font-weight: bold; }
a:hover {color: #669; }

body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family: sans-serif;
	background-color: #fff;
	_overflow:hidden;
	}

img {
	border-style: none;
	}

#title {margin: 4 0 10 12;
	font-family: Century, Times New Roman, Serif;
	font-size: 28px;
	font-style: italic;
	letter-spacing: 3px;
	color: #fff; }

h1	{
	margin:100px 0 0 15px; 
	font-size:100%;
	border-bottom:1px dotted #aaa;
	padding:0 0 0 8px;
	width:12em;
	}
h2	{padding-top:5px;
	margin-top:0;
	font-family: serif;
	color: #2d5434;
	border-bottom: 3px solid #bd982c;
	}
h3	{font-size: 88%; 
	margin:36px 0 4 0; 
	padding: 0px 0 4 0;
	font-size:100%;
	line-height: 1.2em;
	color: #2d5434;
	border-bottom: 2px solid #bd982c;
	}

div.partition{ height: 55px; }

em { 
	font-style: normal;
	font-size: 112%;
	font-weight: 600;
	line-height: 1.2em;
	color: #000;
	}

p.back {text-align:right;
    font-size:86%;
    margin-top:0px;
    padding-top:0;
	color: #00c;
    position:relative;
    }

p.date {
	margin: 0;
	padding: 0;
	text-align: right;
	color: #009;
	font-size: 98%; }

p.news{
	padding: 12 0 0 24px;
	font-size: 94%;
	text-indent: -1em;
	color: #339;
	width: 94%; }

p.note {
	margin: 2px 0 6 0;
	font-size: 90%;
	color: #333; }

span.alert {color: red; }

span.date {color: green; font-size: 90%; }


*.float
      {
         float: left;
         margin-right: 1em;
      }
      *.floatclear
      {
         clear: both;
      }

.list_index {
	list-style-image:url(../img/arrow.gif); 
	margin-left:5px; 
	padding:3px 0px 3px 17px;
	line-height: 100%; 
	list-style-position: outside;
	border:0px solid #333;
	}
.list_index li {
	font-size:96%;
	margin: 24px 0 0 0;
	padding-bottom: 7px;
	line-height: 1.2em;
	border-bottom: 1px dotted #9bf;
	}

.list_diary {
	list-style-type:none; 
	margin-left:5px; 
	padding:3px 0px 3px 17px;
	line-height: 100%; 
	list-style-position: outside;
	border:0px solid #333;
	}
.list_diary li {
	font-size: 96%;
	margin: 12px 0 0 0;
	padding-bottom: 7px;
	line-height: 1.4em;
	border-bottom: 1px dotted #9bf;
	}

.list_news {
	list-style-image:url(../img/arrow_b.gif); 
	margin-left:5px; 
	padding:3px 0px 3px 15px;
	line-height: 150%; 
	list-style-position: outside;
	border:0px solid #333;
	}
.list_news li {
	font-size: 96%;
	margin: 20px 0 0 0;
	padding-bottom: 7px;
	line-height: 1.2em;
	border-bottom: 1px dotted #9bf;
	}

li.done {
	list-style-image:url(../img/done.gif); }

.list_title {
	list-style-image:url(../img/title.gif); 
	margin-left:5px; 
	padding:3px 0px 3px 17px;
	line-height: 100%; 
	list-style-position: outside;
	border:0px solid #333;
	}
.list_title li {
	font-size:90%;
	margin: 12px 0 0 0;
	padding-bottom: 2px;
	line-height: 1em;
	border-bottom: 1px dotted #9bf;
	}

.list_link {
	list-style-image:url(../img/mark-r.gif); 
	margin-left:5px; 
	padding:3px 0px 3px 16px;
	line-height: 100%; 
	list-style-position: outside;
	border:0px solid #333;
	}
.list_link li {
	font-size:90%;
	margin: 10px 0 0 0;
	padding-bottom: 2px;
	line-height: 1em;
	border-bottom: 1px dotted #9bf;
	}

.main_text {
	font-size: 92%;
	margin-bottom:20px;
	padding-bottom:15px;
	line-height: 140%; 
	}

.photo_text {
	height: 240px;
	border-bottom:1px solid #9bf; 
	font-size: 80%;
	margin-bottom:20px;
	padding-bottom:15px;
	line-height: 160%; 
	}

#copy {
	border-top: 6px solid #9bf;
	margin-top: 30px; 
	margin-bottom:30px;
	padding-top: 3px;
	font-size: 80%; 
	height: 5em; 
	text-align: right;
	}

#copy a {font-size:x-small; color:#f9f; line-height:200%;}


#left-menu {
	}

#left-menu {
	position:fixed;
	_position:absolute; 
	background-color: #bd982c;
	left:0px; 
	top: 0px; 
	width: 126px;
	height: 100%;
	margin: 0; 
	padding: 0;
	}

#left-menu ul{margin: 130px 0 5 0; padding: 0 0 0 0; list-style-type: none; }
#left-menu li{margin: 14px 0 0 0; padding:0;}
#left-menu a{font-size: 80%; 
	font-weight: 400;
	font-family: sans-serif;
	display: block;
	width: 9em; 
	height: 1.2em;
	color: #2d5434;
	margin-left: 6px;
	padding-left: 6px;
	border-bottom: dotted 1px #cf9;
    }
#left-menu a:hover {color: #fff; }

#left-menu img {border-style: none; }

#main-box {
	margin:0 60px 0 126px;
	height:100%;
	width: 960px;
	padding-top:0;
	padding-bottom:0;
	z-index: 1;
     _overflow:auto;  }
    
#mainin {
	width:80%;
	margin:36 0 0 20px;
	padding-left: 20px;
	padding-top: 60px;
	}
#mainin p{margin:10px 0 10px 0; }

#lastup{text-align:right;
    font-size:80%;
    margin-top:0px;
    padding-top:0;
	color: #2d5434;
    position:relative;
    top:-5px;
    padding-bottom:2px;
    }

#top-box { 
	position:fixed;
	_position:absolute;
	left: 0px;
	top: 0px;
	width: 1120px; 
	height: 68px;
	margin: 0;
	padding: 0;
	z-index:5;
	background-color: #2d5434;
	}

#top-box img{margin:  12px 8 6 24;
	padding: 0;
	width: 600px; 
	height: 30px;
	z-index: 5;
	}

#top-box ul {margin: 0; padding:0 0 0 60px; height: 22px; list-style-type: none; }
#top-box li {
	font-family: Century;
	margin: 0; padding: 0; display: inline; float: left; }
#top-box a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100px; 
	color: #bd982c;
	font-size:15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center; line-height:1.3em;
	border-right: dotted 1px #cf9;
	}
#top-box a:hover {color: #fff; }

.list_indent{
    list-style-type: none; 
    margin-left:5px; 
    padding: 8px 1 0 42px;
    list-style-position: outside;
    margin-top:0px;
    }
.list_indent li{
    font-size: 98%;
	padding: 0em 1 0 42px;
	text-indent: -5.5em;
    margin:9px 0;
    }
