body { color: #333; font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif; margin: 0; padding: 5px 0; }

/* Structure Divs */
#content {
	background: #fff;
	border: solid 1px #9c9c9c;
	margin: 0 auto;
	padding: 5px;
	width: 844px;
	}

#header {
	background: #b8d4ff url(image2007/hder_logo.gif) no-repeat;
	height: 100px;
	margin: 0;
	padding: 0;
	}

#pages { background: #b8d4ff; font-size: 12px; line-height: 1em; margin: 0; padding: 15px 0 6px 20px; }
		
#credits { background: #d5e5fe; font-family: Arial, Helvetica; font-size: 10px; font-style: italic; margin: 0; padding: 7px 20px; text-align: center; text-transform: uppercase; }
.sideline { border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
.copyright { font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: italic; }
.subtxt { font-size: 10px; }
.subtextline { font-size: 12px; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; border-left: 12px solid #b8d4ff; }
/* Header */
	#header h1 { font-size: 10px; font-weight: normal; letter-spacing: 0.1em; margin: 0; padding: 20px 0 20px 30px; width: 300px; }
		
	#header a, #header a:hover {
		background: transparent;
		color: #fff;
		text-decoration: none;
		}
	
	/* Pages */
	#pages li {
		display: inline;
		list-style-type: none;
		}
#pages ul, ol { margin: 0; padding: 0; }
		
	#pages a {
		background: #fff;
		color: #1e4c62;
		font-weight: bold;
		margin: 0 3px 0 0;
		padding: 6px 10px 7px;
		}
#pages a:hover {
		background: #8EBAFD;
		color: #fff;
		}
		
	.current_page_item a, .current_page_item a:hover {
		background: #8EBAFD !important;
		color: #fff !important;
		}
		
	/*	Credits */
	#credits a {
		color: #3E708A;
		}
		
	#credits a:hover {
		background: transparent;
		color: #0090DA;
		}
		
	#credits p {
		margin: 0;
		padding: 0;
		}

/* General */
a {
	color: #0B76AE;
	text-decoration: none;
	}

a:hover {
	background: #0090DA;
	color: #fff;
	}
font { font-size: 12px; }
table { font-size: 12px; }
ul { margin: 5px 0; padding: 0; }
ul li { list-style-type: none; list-style-position: inside; }
ul ul { margin: 0 0 0 20px; padding: 0; }
ul li ul li { list-style-type: disc; list-style-position: inside; }
acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
	}
	
blockquote {
	background: #E3F5FE url(images/blockquote.png) no-repeat bottom left;
	padding: 5px 20px 30px 20px;
	margin: 1em;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}
h2 { color: #006; font-size: 18px; font-weight: bold; padding: 5px; }
h3 { color: #333; font-size: 14px; padding: 1px 1px 1px 5px; border-bottom: 1px solid #6495ed; border-left: 12px solid #6495ed; }
h4 { color: #006; font-size: 14px; font-weight: bold; }
h5 { color: #fff; font-size: 13px; text-align: center; margin: 1em 0; }
/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}

