@charset "utf-8";
/**** tags
********************/
html,body {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 14px;
}
body {
	font: 100%/1.2 sans-serif;
	background: #F0FFFF;
	color: #000000;
}
body,td,th {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;*/
}
html,body,p,img {
	border-width: 0px;
	border-style: none;
}
h1 { font-size: 180%; font-weight: bold; }
h2 { font-size: 160%; font-weight: bold; }
h3 { font-size: 140%; font-weight: bold; }
h4 { font-size: 120%; font-weight: bold; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 100%; font-weight: bold; }

a {
	color: #0066ff;
}
a:link {
	text-decoration: underline;
	color: #3333ff;
}
a:visited {
	text-decoration: none;
	color: #6666ff;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #000000;
	text-decoration: none;
}

/**** topic-path
********************/
.topic-path h1, .topic-path h2, .topic-path h3, .topic-path h4, .topic-path h5, .topic-path h6 {
	display: none;
}
.topic-path li {
	float: left;
	margin-left: 1ex;
	margin-right: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: url(topic-path.gif);
	vertical-align: top;
	height: 1em;
}
* html .topic-path li {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 15px;
	background: url(topic-path.gif) left center no-repeat;
}
*+html .topic-path li {
	margin-left: 0;
	padding-left: 15px;
	background: url(topic-path.gif) left center no-repeat;
}
.topic-path ol:after{
	content: "url(spacer.gif)";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.topic-path ol {
	display: inline-table;
}
/* \*/
* html .topic-path ol {height:1%;}
.topic-path ol {
	display: block;
}
/* */


/**** header
********************/
#header {
	margin-bottom: 15px;

}

/**** footer
********************/
#footer {
	margin-left: 50px;
	width: auto;
	float: none;
	text-align: center;
	margin-top: 20px;
	border-top: 2px dotted #ccffcc;
	margin-right: 50px;
	clear: both;
}
#footer h2 {
	display: none;
}

#footer address {
	font-size: smaller;
	font-style: italic;
	line-height: 130%;
	color: #3366FF;
	margin: 0 0 15px;
	background-color: #F0FFF0;
}
#footer address+address {
	margin-top: -15px;
}
#footer ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer li {
	display: inline;
	margin-right: 3px;
	margin-left: 2px;
}
