
@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #dbf5f5;
	color: #180c14;
	font-size: 10pt;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


a:link { color: #182785; }
a:visited { color: #185985; }
a:hover { color: #c37704; }
a:active { color: #fb6204; }


#container {
width: 880px; 
margin: 0 auto; 
background-color: #ffffff;
border-left: 1px #c0c0c0 solid;
border-right: 1px #c0c0c0 solid;
}


#page {
width: 840px;
margin: 0 auto;
}

p{
	line-height: 150%;
	padding-bottom: 5px;
	}

#header {
position: relative; 
width: 100%; 
margin: 0 0 20px;
padding: 10px 0 0; 
}


#header h1{
margin: 10px 5px 3px; 
font-size: 20pt;
}
#header h1 a{
text-decoration: none; 
color: #000000; 
}


#header p.guide {
position: absolute;
top: 45px;
right: 20px; 
margin: 0;
padding: 0;
}



#content {
width: 100%;
margin-bottom: 10px;
}


#main {
float: right;
width: 570px;
}
h2{
	font-size: 14pt;
	}
dl{
	}
dt{
	font-size: 13pt;
	font-weight: bold;
	color: #690;
	margin-top: 20px;
	margin-bottom: 10px;
	}
dd{
	font-size: 10pt;
	line-height: 150%;
	margin-left: 20px;
	padding-bottom: 5px;
	}
dd.bold{
	font-weight: bold;
	}
	
ul{

	}
ol{
	font-weight: bold;
	}
li{
	font-size: 10pt;
	line-height: 150%;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	}	

#side {
float: right;
width: 270px;
}


#side .box {
	margin-bottom: 20px;
	margin-right: 15px;
}

#side .box h2 {
	margin: 0 0 0;
	padding: 9px 8px 9px;
	font-size: 13pt;
	background-color: #9C3;
}

#side .box p {
	line-height: 200%;
	font-size: 10pt;
	margin: 1px 0px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
#side .box p a{
padding: 0.5em 10px 0.5em; 	
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#side .box p a:hover{

	background-color: #f4f4f4;
}




#content hr.clear {
clear: right; 
width: 100%;
margin: 0;
visibility: hidden;
}


#footer {
padding: 15px 0 20px; 
border-top: 1px #c0c0c0 solid;
}


#footer p {
	padding: 0 4px 0 8px;
	text-align: center;
	font-size: 10pt;
}

#footer p a{
background-image: none;
}


#footer address {
text-align: center;
line-height: 150%;
	font-size: 9pt;
}





