@charset  "utf-8";

.main .heading {
	width: 800px;
	height: auto;
} .heading:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.heading { display: inline-block; }
/*----\*/
 * html .heading { height: 1%; display:block; }
/*-----*/

.main .upDate {
	width: 800px;
	font-size: x-small;
	margin: 0 auto;
	text-align: right;
}
*:first-child+html .main .upDate { font-size: 0.7em; }

#pageGoukaku .main .heading h2 {
	background-image: url(../resources/h2_goukaku.png);
	width: 800px;
	margin: 0 auto;
}


#pageGoukaku .main .heading h2.imgNone {
	width: 800px;
	height: auto;
	display: block;
	line-height: 1.5;
	text-decoration: none;
	background-image: none;
	text-indent: 0;
	font-size: 130%;
	margin-left:0;
	color: #0047B8;
	padding-top: 0.5em; 
} #pageGoukaku .main .heading h2.imgNone:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#pageGoukaku .main .heading h2.imgNone { display: inline-block; }
/*----\*/
 * html #pageGoukaku .main .heading h2.imgNone { height: 1%; display:block; }
/*-----*/


.topic .main, .index .main {
	width: 801px;
}
.topic .main .heading, .index .main .heading {
	width: 801px;
}


.main h4 {
	line-height: 1.75;
	padding: 1px 0 0.3em 0;
}
.main h5 {
}

.article {
	width: 800px;
	float: none;
	margin: 0 auto;
	
}
.index .article { width: 100%; }

 .article .article {
	margin-left: 18px;
	padding: 1.75em 0 0 0;
	width: auto;
	float: none;
	clear: both;
}
.article .article .numLeft{
	width: 12.46%;
	float: left;
	margin-bottom: 2em;
}

p.annDate {
	text-align: right;
	margin: 0; padding: 0.3em 0 0 0;
}

/*------------------------------------------------------------------------------------*/

.menu { padding-top: 0; }

.index .main .menu {
	width: 559px;
	float: left;
}
.index .main .menu li {
	line-height: 1.75;
}

.index .main .extra {
	width: 200px;
	padding: 0 0 0 20px;
	min-height: 145px;
	float: right;
	background-image: url(../resources/bg_main.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	font-size: x-small;
}
*:first-child+html .index .main .extra { font-size: 83.3%; }


.index .main .extra h3 {
}
.index .main .extra h4, h5 {
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 100%;
}
.index .main .extra ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
}
.index .main .extra li {
	padding: 3px 0;
	line-height: 1;
}
.index .main .extra p {
	margin: 10px 0 5px 0;
	line-height: 150%;
}

.note {
	border: dotted 1px #C0C0C0;
	background-color: #F1F1F1;
	padding: 10px 15px;
	margin: 0 18px;
} .note p {
	margin-bottom: 0.5em;
} .note:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.note { display: inline-block; }
/*----\*/
 * html.note { height: 1%; display:block; }
/*-----*/

p.pageBack a {
	border: dotted 1px #C0C0C0;
	background-color: #F1F1F0;
	padding: 0px 10px;
	margin: 0 370px;
	display: block;
	text-align: center;
	clear: both;
}

p.pageBack a:hover {
	border: dotted 1px #D90000;
	text-decoration: none;
}

/*
table.tblBasis th {
	text-align: left;
	padding: 0.55em 1em;
} table.tblBasis td {
	text-align: left;
	padding: 0.25em 0;
}

.tblBasis td a { display: block; padding: 0.25em 1em; }
*/
table.tblBasis th {
	text-align: center;
	padding: 0.55em inherit;
} table.tblBasis td {
	text-align: left;
	padding: 0.25em inherit;
}

.tblBasis td a { display: block; padding: 0.25em inherit; text-align: center; }