/* CSS Document */

/* ----------------------------------------------
common
------------------------------------------------- */

*{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #e1e1e1 url(images/bg.jpg) repeat-x left top;
	text-align: center;
	font-size: 62.5%;
}
h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 1em;
}
img {
	border-style: none;
	background: bottom;
}
#wrapper {
	text-align: left;
	height: auto;
	width: 740px;
	clear: both;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
a {
	outline: 0;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin-left: 20px;
}
.breadcrumb {
	font-size: 1.2em;
	background: #ffffff;
	padding-top: 4px;
	border-bottom: 1px solid #333333;
	height: 22px;
	padding-left: 5px;
}


/* ----------------------------------------------
#header
------------------------------------------------- */

#header {
	height: 73px;
	position: relative;
	width: 740px;
	background: url(images/headder.jpg) no-repeat right top;
}
#header h1 {
	position: absolute;
	left: 13px;
	top: 22px;
}


/* ----------------------------------------------
#menu
------------------------------------------------- */

#menu {
	height: 24px;
	position: relative;
	width: 740px;
	background: url(images/menu.gif) no-repeat left top;
	display: block;
}
#menu ul {
	list-style: url(none) none;
}
#menu #menu01 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 38px;
	position: absolute;
	left: 85px;
	top: 0px;
}
#menu #menu01 a {
	background: url(images/menuBtn.gif) no-repeat 0px 0px;
	display: block;
	height: 24px;
	width: 38px;
}
#menu #menu01 a:hover {
	background: url(images/menuBtn.gif) no-repeat 0px -24px;
}
#menu #menu01.current a {
	background: url(images/menuBtn.gif) no-repeat 0px -48px;
}
#menu #menu02 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 57px;
	position: absolute;
	left: 148px;
	top: 0px;
}
#menu #menu02 a {
	background: url(images/menuBtn.gif) no-repeat -63px 0px;
	display: block;
	height: 24px;
	width: 57px;
}
#menu #menu02 a:hover {
	background: url(images/menuBtn.gif) no-repeat -63px -24px;
}
#menu #menu02.current a {
	background: url(images/menuBtn.gif) no-repeat -63px -48px;
}
#menu #menu03 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 67px;
	position: absolute;
	left: 230px;
	top: 0px;
}
#menu #menu03 a {
	background: url(images/menuBtn.gif) no-repeat -145px 0px;
	display: block;
	height: 24px;
	width: 67px;
}
#menu #menu03 a:hover {
	background: url(images/menuBtn.gif) no-repeat -145px -24px;
}
#menu #menu03.current a {
	background: url(images/menuBtn.gif) no-repeat -145px -48px;
}
#menu #menu04 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 82px;
	position: absolute;
	left: 322px;
	top: 0px;
}
#menu #menu04 a {
	background: url(images/menuBtn.gif) no-repeat -237px 0px;
	display: block;
	height: 24px;
	width: 82px;
}
#menu #menu04 a:hover {
	background: url(images/menuBtn.gif) no-repeat -237px -24px;
}
#menu #menu04.current a {
	background: url(images/menuBtn.gif) no-repeat -237px -48px;
}
#menu #menu05 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 53px;
	position: absolute;
	left: 429px;
	top: 0px;
}
#menu #menu05 a {
	background: url(images/menuBtn.gif) no-repeat -344px 0px;
	display: block;
	height: 24px;
	width: 53px;
}
#menu #menu05 a:hover {
	background: url(images/menuBtn.gif) no-repeat -344px -24px;
}
#menu #menu05.current a {
	background: url(images/menuBtn.gif) no-repeat -344px -48px;
}
#menu #menu06 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 42px;
	position: absolute;
	left: 507px;
	top: 0px;
}
#menu #menu06 a {
	background: url(images/menuBtn.gif) no-repeat -422px 0px;
	display: block;
	height: 24px;
	width: 42px;
}
#menu #menu06 a:hover {
	background: url(images/menuBtn.gif) no-repeat -422px -24px;
}
#menu #menu06.current a {
	background: url(images/menuBtn.gif) no-repeat -422px -48px;
}
#menu #menu07 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 81px;
	position: absolute;
	left: 574px;
	top: 0px;
}
#menu #menu07 a {
	background: url(images/menuBtn.gif) no-repeat -489px 0px;
	display: block;
	height: 24px;
	width: 81px;
}
#menu #menu07 a:hover {
	background: url(images/menuBtn.gif) no-repeat -489px -24px;
}
#menu #menu07.current a {
	background: url(images/menuBtn.gif) no-repeat -489px -48px;
}


/* ----------------------------------------------
#pageBodyTop
------------------------------------------------- */

#pageBodyTop {
	background: url(images/pageBodyTop.gif) repeat-y center top;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 5px;
	position: relative;
}
#pageBodyTop:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#pageBodyTop {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #pageBodyTop {
	height:1%;
}
#pageBodyTop {
	display:block;
}
/* End hides from IE-mac */


/* ----------------------------------------------
#pageBody
------------------------------------------------- */

#pageBody {
	background: url(images/pageBody.gif) repeat-y center top;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 5px;
	position: relative;
}
#pageBody:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#pageBody {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #pageBody {
	height:1%;
}
#pageBody {
	display:block;
}
/* End hides from IE-mac */


/* ----------------------------------------------
#pageBodyTop #main
------------------------------------------------- */

#pageBodyTop #main {
	width: 485px;
	clear: both;
	float: right;
	padding-right: 20px;
	padding-left: 18px;
	padding-top: 11px;
}
#pageBodyTop #main #h2Top {
	font-size: 0px;
	line-height: 0px;
	background: url(images/h2Top.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 485px;
	margin-bottom: 7px;
}
#pageBodyTop #main .topBanner {
	display: block;
	padding-bottom: 10px;
}
#pageBodyTop #main .topBanner table {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#pageBodyTop #main .cap {
	font-size: 0.8em;
	text-align: right;
}


/* ----------------------------------------------
#pageBody #main
------------------------------------------------- */

#pageBody #main {
	width: 555px;
	clear: both;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#pageBody #main #h2New {
	font-size: 0px;
	line-height: 0px;
	background: url(images/tit_new.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 555px;
	margin-bottom: 10px;
}
#pageBody #main #h2Arc {
	font-size: 0px;
	line-height: 0px;
	background: url(images/tit_archive.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 555px;
	margin-bottom: 10px;
}
#pageBody #main #h2Report {
	font-size: 0px;
	line-height: 0px;
	background: url(images/tit.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 555px;
	margin-bottom: 10px;
}
#pageBody #main #h2Newinfo {
	font-size: 0px;
	line-height: 0px;
	background: url(images/tit_new_info.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 555px;
	margin-bottom: 10px;
}


#pageBody #main .newCtsBox {
	border: 1px solid #333333;
	padding: 10px 9px 5px;
	margin-bottom: 20px;
}
#pageBody #main .newCtsBox p {
	margin-bottom: 10px;
}
#pageBody #main .newCtsBox h3 {
	text-align: center;
	margin-bottom: 10px;
}
#pageBody #main .pageTop {
	text-align: right;
	margin-bottom: 20px;
}

#pageBody #main .newCtsBoxSingle {
    margin-top: 10px;
    border: 1px solid #333333;
	  padding: 10px 9px 5px;
	  margin-bottom: 20px;
}
#pageBody .navigation {
text-align: center;
margin-bottom: 15px;
}

/* ------------- アーカイブ用 ------------------- */

#pageBody #main ul.post li.archive {
	background: #f1f1f1 ;
	color: #00102a;
	font-size: small;
	_font-size: x-small;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
    display: block;
	text-decoration: none;
	height: auto;
	list-style: url(none) none;
}
#pageBody #main ul.post li.archive a {
	background: #f1f1f1 url(none);
	color: #00102a;
	font-size: small;
	_font-size: x-small;
	text-decoration: none;
    display: block;
}
#pageBody #main ul.post li.archive a:hover {
	color: #193cb0;
	text-decoration: none;
    display: block;
}
#pageBody #main ul.post {
    padding-left:15px;
    padding-right:15px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
    display: block;
	list-style: url(none) none;
}
/* ----------------------------------------------
#pageBodyTop #side
------------------------------------------------- */

#pageBodyTop #side {
	width: 200px;
	float: left;
	padding-right: 12px;
	padding-left: 5px;
	padding-top: 2px;
}
#pageBodyTop #side #news {
	margin-bottom: 25px;
}
#pageBodyTop #side #news h3 {
	font-size: 0px;
	line-height: 0px;
	background: url(images/h3Side01.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 200px;
	margin-bottom: 5px;
}
#pageBodyTop #side #news h3 a {
	background: url(images/h3Side01.gif) no-repeat left top;
	display: block;
	height: 27px;
	width: 200px;
}
#pageBodyTop #side #news dl {
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 12px;
}
#pageBodyTop #side #news dd {
	margin-bottom: 8px;
	line-height: 1.2em;
}
#pageBodyTop #side #news #newsList {
	font-size: 0px;
	line-height: 0px;
	background: url(images/newsList.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 200px;
}
#pageBodyTop #side #news #newsList a {
	background: url(images/newsList.gif) no-repeat left top;
	display: block;
	height: 26px;
	width: 200px;
}
#pageBodyTop #side .cap {
	font-size: 0.8em;
	line-height: 1.4em;
	padding-right: 1px;
	padding-left: 1px;
}


/* ----------------------------------------------
#pageBody #side
------------------------------------------------- */

#pageBody #side {
	width: 150px;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
#pageBody #side .sideBox {
	font-size: 0.8em;
}
#pageBody #side dl.sideBox {
	background: url(images/lineSide01.gif) repeat-x left bottom;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#pageBody #side dl.sideBox dt {
	color: #ff0000;
	margin-bottom: 2px;
}
#pageBody #side dl.sideBox dd {
	margin-bottom: 4px;
	line-height: 1.3em;
}

/* ----------------------------------------------
#footer
------------------------------------------------- */

#footer {
	height: 26px;
	position: relative;
	display: block;
	width: 740px;
	background: url(images/copy_back.gif) repeat-x left bottom;
	clear: both;
}
#footer address {
	background: url(images/copyright.gif);
	display: block;
	height: 26px;
	width: 301px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	position: absolute;
	left: 220px;
	top: 0px;
}
