@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../images/body-bg.gif) repeat-x top; 
	margin: 0 0 10px 0;
	font-family: "Kozuka Mincho Pro B", "Kozuka Gothic Pro B", arial, sans-serif;
	font-size: .9em;
}

img { border: none; }
div { position: relative; }
hr { width: 90%; }

a { 
	color: #66669a;
	text-decoration: none; 
}
a:hover {
	color: #000066;
	text-decoration: underline;
}

h1 { 
	margin: 10px auto 30px auto;
	padding: 0;
}
h2 {
	margin: 0px 0 23px 0;
	padding: 0 0 2px 0;
	font-size: 1.3em;
	color: #000066;
	border-bottom:  1px solid #e1e1f2;
}
h3 { 
	margin: 20px 0 4px 20px;
	padding: 0;
	font-size: 1.1em;
	color: #000066;
}

p {
	margin: 0 0 16px 20px;
	line-height: 1.5em;
}

ul {

}

div.page-container {
	margin: 0 auto; 
	width: 700px; 
}

div.navigation {
	width: 200px;
	float: right;
	margin: 0 0 40px 30px;
	padding: 14px 0 0 0;
	background: #e1e1f2 url(../images/side-round-top-bg.gif) no-repeat center top;
}
div.navigation a { 
	display: block;
	margin: 8px;
	padding: 0 0 0 10px;
}
div.navigation a.here { color: #000066; }
div.navigation a:hover { color: #66669a; text-decoration: underline; }
div.navigation span { display: none; }
div.nav-bottom {
	width: 200px;
	height: 7px;
	padding: 7px 0 0 0;
	background: #e1e1f2 url(../images/side-round-bottom-bg.gif) no-repeat center bottom;
	font-size: 1px;
}



div.footer {
	clear: right;
	width: 700px;
	margin: 30px auto;
	border-top: 1px solid #e1e1f2;
	padding: 6px 0 0 0; 
	font-size: .6em; 
	font-family: arial, sans-serif; 
}
div.footer span {
	position: absolute;
	right: 20px;
	color: #fff;
}
div.footer span a {
	color: #fff;
}