@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
img{
	border: none;
	vertical-align:bottom;
}
body {
	font-size: 0.85em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}
/* ----------------------------------------  */

#wrapper {
	text-align: left;
	margin: 1em auto 0;
	width: 950px;
}
#header {
	height:180px;
	padding: 20px 20px 10px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#globalnavi {
	width: 100%;
	position: relative;
}
#container {
	float: right;
	width: 100%;
	margin-left: -240px;
}
#contents {
	margin-left: 240px;
	padding: 4em 30px 4em 30px;
}
#sidebar {
	float: left;
	width: 220px;
	padding: 4em 10px 2em;
}
#footer {
	clear: both;
	padding: 0.5em 0 1em;
}
/* ---------------------------------------- */

h1 {
	text-align: right;
	font-size: 0.8em;
	font-weight: normal;
}
.logo {
	font-size: 1.8em;
	font-weight:bold;
	margin-bottom: 0.5em;
}
.logo a {
	text-decoration: none;
	color: #000;
}
.logo a:hover {
	text-decoration: none;
	color: #ff0000;
}
/* ---------------------------------------- */

#globalnavi ul {
	width: 100%;
	list-style-type: none;
	position: absolute;
	background-color: #0099ff;
}
#globalnavi li {
	width: auto;
	float: left;
	border-right: 2px groove #cccccc;
}
#globalnavi li a {
	text-decoration: none;
	display: block;
	width: auto;
	padding: 0.5em 1em;
	background-color: #0099ff;
	color: #000000;
}
#globalnavi li a:hover {
	background-color: #99ccff;
	color: #ff0000;
}
/* ---------------------------------------- */

#contents h2 {
	font-size: 1.2em;
	margin: auto auto 1.5em auto;
	padding: 5px 0 5px 5px;
	border-left: 10px solid #000000;
	border-bottom: 1px solid #000000;
}
#contents h3 {
	font-size: 1.2em;
	margin: auto auto 1.5em auto;
	padding: 5px 0 5px 5px;
	border-left: 8px solid #363;
	border-bottom: 1px solid #363;
}
#contents h4, h5, h6 {
	font-size: 1em;
	margin: auto auto 1.5em auto;
	padding: 5px 0 5px 5px;
	border-left: 5px solid #696;
	border-bottom: 1px solid #696;
}
#contents h3, h4, h5, h6 {
	margin: 2.5em auto auto auto;
}
#contents p {
	line-height: 1.6em;
	margin: auto auto 0.5em auto;
}
#contents .topic-path {
	line-height: 1em;
	margin: auto auto 2em auto;
}
#contents dl {
	margin: 1em 0;
}
#contents dt {
	margin: auto auto 0.5em auto;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}
#contents dd {
	margin: auto auto 2em auto;
}
#contents ul {
	margin: 1em 0 1em 20px;
}
#contents ol {
	margin: 1em 0 1em 30px;
}
#contents li {
	margin: auto auto 0.5em auto;
}
#contents .centering {
	text-align: center;
}
#contents .clearfloat {
	clear:both;
	height:0px;
}
#contents .leftimage  {
	float: left;
	margin-right:10px;
}
#contents .rightimage  {
	float: right;
	margin-left:10px;
}
#contents td {
	border-top: thin solid #666;
	border-right: medium solid #666;
	border-bottom: medium solid #666;
	border-left: thin solid #666;
}
/* ---------------------------------------- */

.sidetitle {
	padding: 0.5em 0;
	border-bottom: 1px solid #666666;
}
.localnavi {
	list-style-type: none;
	margin-bottom: 2em;
}
.localnavi li {
	display: inline;
}
.localnavi a {
	text-decoration: none;
	display: block;
	width: 210px;
	padding: 0.5em 5px;
	background-color: #eeeeee;
	color: #000000;
	border-bottom: 1px solid #cccccc;
}
.localnavi a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #000000;
	border-bottom: 1px solid #ff0000;
}
/* ----------------------------------------  */
#footer p {
	text-align: right;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: thin;
	padding:0.5em 0;
}
