@charset "euc-jp";
	html, body {
	height:100%;
	margin: 0; padding: 0;
	overflow-y:auto;      
	}

	body {
	height:100%;
	width: 100%; max-width: 100%;
	background-color: #FAFAFA;
	font: 400 0.8em  'MS¥´¥·¥Ã¥¯', arial,  sans-serif;
	color: #555;
	line-height: 1.4em;
	}
	a img { border: none; }


	a {
		text-decoration: none;
		color: #F90;
		}

	a:hover {
		text-decoration: underline;
		color: #FF9900;
		}

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 35%;
		text-align: right;
		background: #FAFAFA url('fade.jpg') no-repeat right;
		}



	#outer {
		position: absolute; left: 0;
		top: 50%;
		width:100%;
		height: 240px;
		margin-top: -40px;
		}

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 20px 5% 20px 38%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		}

	h1 {
		display: inline;
		margin-right: 30px;
		font: 800 35px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #AAA;
		text-align: right;
		}

	span.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #F90;
		}

	img.lime {
		margin-bottom: -6px;
		margin-right: 8px;
		}

	span.yellow {
		color: #FF9900;
		}

	span.green {
		color: #003366;
		}

	span.comments {
		color: #003366;
		float: left; 
		width: 2.0em;
		font: 600 1.3em arial, sans-serif;
		padding-right: 5px;
		text-align: right;
		}

	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 0 30px 3px 0;
		}

	a.nav:hover {
		color: #f90;
		background: #222;
		text-decoration: none;
		}

	span.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 15px 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 10px 30px 3px 0;
		}

	.credit a, .credit a:hover {
		color: #555;
		}

	.date {
		float: left; 
		width: 2.0em;
		font: 600 1.3em arial, sans-serif;
		padding-right: 5px;
		text-align: right;
		}

	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		margin-top: 25px;
		border-left: solid 1px #AAA;
		padding: 0 30px 30px 5px;
		background: #FAFAFA url('corner.jpg') no-repeat bottom right;
		}

	img.main {
		float: right;
		margin: 10px;
		padding: 4px;
		background: #003366;
		border: solid 3px #2e2e2e;
		}

	a img.main:hover {
		background: #ff9900;
		}

	div.quote {
		margin: 8px 0 12px 10px; color: #fff;
		background: #2a2a2a url('quote.jpg') repeat-x top;
		border-bottom: solid 1px #2e2e2e; 
	 	border-right: solid 1px #2e2e2e; 
	 	border-left: solid 2px #003366;
		padding: 8px;
		line-height: 1.7em;
		margin-left: 2.9em;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.8em 'trebuchet ms', arial, sans-serif;
		}

/* FORM */

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin-right: 1em;
 margin-bottom: 0em;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }

dt {  
 float:left;  
 width:150px;  
 padding:5px 0 5px 10px;  
 clear:both;  
 font-weight:bold;
 color:#036;  
}  
dd {  
 width:400px;  
 margin-left:150px;  
 padding:5px 5px 5px 10px;  
 border-left:1px solid #999;  
}  
