html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #444;}
a:hover {color: #DEB341;
}

body {
	background: #fff url(img/bg.gif);
	color: #333;
	font: normal 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: bold 1.8em Tahoma,sans-serif;
	padding-bottom: 5px;
	margin-bottom: 5px;
	letter-spacing:2px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #45B0DD;
	border-bottom-color: #45B0DD;
}

h3 {
		border-top: 1px #aaa solid;
		border-bottom: 1px #aaa solid;
		margin: 15px 0px 0px 0px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	border:1px #aaa solid;
	border-width:0 1px;
}

/* header */
.top {
	padding: 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	height: 150px;
	margin: 0 auto;
	width: 780px;
}

.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(img/header.jpg) no-repeat;
	height: 150px;
	width: 780px;
	display: block;
	padding: 0 0 0 0;
}

.header .left a{
	width: 780px;
	height: 150px;
	display: block;
}

/* navigation */
.navigation {
	border: 1px solid #aaa;
	border-width:1px 0;
	height: 41px;
	background-color: #45B0DD;
}
.navigation a {
	border-right: 1px solid #aaa;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 7px;
	text-decoration: none;
	color: #fff;
	background-color: #45B0DD;
}
.navigation a:hover {
	background: #1E7AAC url(img/nav.gif);
	color: #fff;}

/* main */
.main {
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 195px;
}
.sidenav h2 {
	font-size: 1em;
	line-height: 30px;
	margin-left: 10px;
	margin-top:12px;
	padding:3px 0 3px 12px;
	background:url(img/s_h2.gif) no-repeat;
	color:#FFF;
}
.sidenav ul {
	margin: 0px 0px 20px 10px;
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 2px dotted #e7e3d7;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	color: #222;
	font-weight:bold;
	background:#fafafa;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 1.1em;
	margin-bottom: 6px;
}

.content ul {
	margin-top: 5px;
}
.content ul li {
	list-style-type:circle;
	margin-left:2em;
}

.content p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
	}

/* footer */
.footer {
	background: #eee;
	border-top: 3px #ccc dotted;
	color: #000;
	font: nomal 1.1em sans-serif;
	line-height: 1.7em;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
.footer a, .footer a:hover,.footer .right a:hover {color: #333;}
.footer a:hover { color:#DEB341;}

