@charset "shift_jis";
/* CSS Document */






/*
01. box
-------------------------------------*/

#header {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 455px;
}

#header_in {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 175px;
	background-image: url(../images/bk02.gif);
}

#index {
	width: 100%;
	height: 78px;
	padding-top: 20px;
	background-image: url(../images/ind_bk.jpg);
}

#index_text {
	width: 950px;
	clear: both;
	margin: auto;
	text-align: left;
	font-size: large;
	margin-bottom: 5px;
}


#contens {
	width: 100%;
	background-color: #FFF;
}



#main {
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
}


#news {
	margin-top: 20px;
	margin-bottom: 20px;
}

#top_subindex {
	width: 930px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
	font-size: small;
	border: 1px dotted #CCC;
	padding: 10px;
}


#footer {
	width: 100%;
	height: 30px;
	text-align: center;
	background-color: #EEE;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#title {
	width: 920px;
	background-image: url(../images/title.jpg);
	height: 58px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-left: 30px;
	font-size: 24px;
	font-weight: bold;
}

.floatL {
	float: left;
	width: auto;
	height: auto;
	margin: 0 10px 5px 0;
	padding: 0;
}


.floatR {
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 5px 10px;
	padding: 0;
}

.banner  {
	margin-bottom: 10px;
}

.text_box {
	margin-bottom: 20px;
}



/*
02. list
-------------------------------------*/

dl.listnews dt {
	clear: left;
	float: left;
	width: 7em;
	color: #555555;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dl.listnews dd {
	margin-bottom: 0.8em;
	margin-left: 7em;
}

dl.listnews dd.archive {
  margin-bottom: 3em;
}

dl.listnews dd a { display: block; }
dl.listnews dd a:link,
dl.listnews dd a:visited { color:#333; text-decoration:none; }
dl.listnews dd a:hover,
dl.listnews dd a:active {
	text-decoration:none;
	background-color: #D7FFD7;
}


ul.index li {
	display: inline;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(../images/index_bt.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-right: 20px;
}


dl.listad {
	margin: 0;
	padding-right: inherit;
	padding-bottom: 10px;
	padding-left: 0;
}

dl.listad dt {
	float: left;
	padding: 5px 0 5px 0;
}

dl.listad dd {
	padding: 5px 0 5px 8em;
}

/*
03. table
-------------------------------------*/

.table_01{
	width: 100%;
	margin-top: 20px;
}

.table_01 th{
	padding: 6px 0;
	text-align: center;
	color: #09F;
}

.table_01 td{
	padding: 5px 0;
	text-align: center;
}



/*
04. font
-------------------------------------*/


.font_green_s{
	color: #0C6;
	font-size: small;
}

.txt_blue_bold{
	color:#00F;
	font-weight: bold;
}

/*05. table
-------------------------------------*/

table.tableStyle_a01 {
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	/*font-size: 12px;*/
}

table.tableStyle_a01 tr {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

table.tableStyle_a01 td {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    padding: 0.1em 0.5em;
}


/*06. other
-------------------------------------*/

exhibits {
	display: inline-block;
	width: 33em;
}

.clear{
	clear:both;
}

.alpha{
	margin: 0 1px;
	padding: 3px 0 3px 8px;
	background-color: #0568B1;
	color: #FFF;
	font-weight:bold;
}

.line_white{
	border-bottom: #ffffff 2px solid;
}

.exhibits_box{
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
}