/* 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:separete;
	border-spacing:1;
}
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;
	font-weight: bold;
}
a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
p {
	margin-top: 0;
}
img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
body {
	color: #333;
	background: #FFFFFF url(none);
	font: 0.8em/1.5em Arial, Helvetica, sans-serif;
}

/* 印刷時に隠すもの */

#menu,#topnav,#rightnav,#logo,.pagestructure,#titleobj,#logo,#topicspath,.titleimg, #localnav,.printhide {
	display: none;
}
/* 印刷時に見せるもの */


/* CSSリセット */
.cleartext {
	clear: both;
}
#pagewidth,#wrapper {
	width: 99%;
	text-align: left;
	margin:0 auto;
	position: relative;
}
#header {
	margin: 0px 0px;
	height: 92px;
	padding: 0px 0 0 0;
	background-image: url(../ui/title.gif);
	background-repeat: no-repeat;
	background-position: 20px 12px;
}

/* ----------2ペイン-------- */

#menu p {
	margin: 0;
	padding: 0;
}
#main,#inportantinfo,#maincontents {
	width: 99%;
	padding: 0;
	margin: 0;
	float: none;
}


#topnav, #footnav {
	clear: both;
} 

#footlist li {
	clear: both;
		list-style-type: none;

}

#footwrap {
	padding: 1em;
	margin:1em auto;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	}

h2 {
	font-size: 1.1em;
	clear: both;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #1E51EA;
	border-left-color: #CCCCCC;
	padding: 5px;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.1em;
	clear: both;
	color: #333333;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333366;
	padding:4px 4px 4px 16px;
	background-image: url(../ui/rightarrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
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;
}
/* ---------ページ内段組レイアウト---------- */

.herfleft {
	float: left;
		width: 48%;

}
.herfright {
	float: right;
		width: 48%;

}

.trileft {
	width:32%;
	float: left;
}
.tricenter {
	width:32%;
	float: left;
	margin: 0 10px 0 10px;
}
.triright {
	width:32%;
	float: left;
}

.tri2half {
	width:64%;
	float: left;
	margin: 0 10px 0 0;
}
.rightfloat {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.leftfloat {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
