@import url(menu.css);
/* CSSリセット */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
/* CSSリセット */

a:link {
	color: #003366;
	text-decoration: none;
		outline-style:none;

}
a:visited {
	color: #003366;
	text-decoration: none;
		outline-style:none;

}
a:hover {
	color: #003366;
	text-decoration: underline;
		outline-style:none;

}
a:active {
	color: #003366;
	text-decoration: underline;
	outline-style:none;

}
p {
	margin-top: 0;
	font-size: x-large;
	line-height: 1.5em;
}
img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* bodyに100.01%を指定するのはブラウザ統一のため */

body {
	color: #333;
	background: url(../ui/header.jpg) repeat-x top;
	font: 100.01%/150% Arial, Helvetica, sans-serif;
}
.cleartext {
	clear: both;
}
#pagewidth {
	width: 760px;
	text-align: left;
	margin:0 auto;
	position: relative;
	font-size:0.9em;
}
#header {
	margin: 0;
	height: 134px;
	padding: 0px 0 0;
	
}
#logo {
	width: 760px;
	padding-top: 16px;
	padding-left: 0px;
	margin: 0;
	text-indent: -9999px;
}
#logo a {
	display:block;
	height: 52px;
}
/* ----------2ペイン-------- */
#wrapper {
	width: 760px;
	margin: 6px 0 0 0;
	padding: 0;
}
#menu {
	width: 180px;
	margin: 0;
	padding: 0;
}
#menu p {
	margin: 0;
	padding: 0;
}
#submenu {
	width: 180px;
	margin: 0;
	padding: 0;
}
#main {
	width: 580px;
	padding: 0;
	margin: 0;
	float: right;
}
#maincontents {
	width: 570px;
	padding: 0;
	margin: 0 0 1em 10px;
}

#topnav, #footnav {
	clear: both;
}

#footer {
	clear:both;
	padding: 1em 0;
	font-size: 1em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 1em;
	color: #000000;
}

/* ---------テキスト装飾---------- */

.pagestructure {
	display: none;
}
h1 {
	font-size: 0.74em;
	clear: both;
	color: #333333;
	text-align: center;
	height:24px;
	font-weight: normal;
}
#header h2 a{
	height: 44px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 36px;
	text-indent: -9999px;
	background-image: url(../ui/logo.gif);
	background-repeat: no-repeat;
}


h3 {
	margin: 0em 0 1em;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #006666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
p.titleimg {
	margin: 0em 0 1em;
}

h4 {
	font-size: 1.1em;
	margin: .5em 0 .3em;
	padding: 0;
	color: #003399;
	font-weight: normal;
}
h5 {
	font-size: 1.1em;
	margin: 0em 0 .3em 0;
	padding: 0;
	color: #663333;
}
em {
	font-size: 1em;
	margin: 0em 0 .3em 0;
	padding: 0;
	color: #990000;
	font-style: normal;
}
.center {
	clear: both;
	text-align: center;
}
.right {
	clear: both;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 4px;
}
#maincontents  ul{
	margin:0;
	padding:0 0 0 1.5em;
	list-style-type: square;
}
#submenu p {
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
}

#pagewidth #wrapper #main #maincontents .bder table,.bder td,.bder th {
	border: 1px solid #999999;
	padding: 4px;
	font-size: .9em;
}
#pagewidth #wrapper #main #maincontents .bder th {
	border: 1px solid #999999;
	padding: 4px;
	background-color: #CCFFCC;
	font-weight: bold;
}
#pagewidth #wrapper #main #maincontents .bder th a {
	color: #009999;
}
