@charset "utf-8";
/* CSS Document */

/*トップページ*/
#header {
	background-image:url(../img/head_bg_home.gif);
	background-repeat:repeat-x;
}

#logo_area {
	position:absolute;
	top:0;
	width:300px;
	height:68px;
	background-image:url(../img/logo_home.gif);
	background-repeat:no-repeat;
}

#global_navi li {
	float:left;
}

#navi0 a {
	position:absolute;
	top:70px;
	left:10px;
	display:block;
	text-indent:-9999px;
	width:140px;
	height:40px;
	background-image:url(../img/navi0.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#navi0 a:hover {
	background-position:0 -40px;
}

#navi1 a {
	position:absolute;
	top:70px;
	left:150px;
	display:block;
	text-indent:-9999px;
	width:140px;
	height:40px;
	background-image:url(../img/navi1.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#navi1 a:hover {
	background-position:0 -40px;
}

#navi2 a {
	position:absolute;
	top:70px;
	left:290px;
	display:block;
	text-indent:-9999px;
	width:140px;
	height:40px;
	background-image:url(../img/navi2.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#navi2 a:hover {
	background-position:0 -40px;
}

#navi3 a {
	position:absolute;
	top:70px;
	left:430px;
	display:block;
	text-indent:-9999px;
	width:140px;
	height:40px;
	background-image:url(../img/navi3.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#navi3 a:hover {
	background-position:0 -40px;
}

#navi4 a {
	position:absolute;
	top:70px;
	left:570px;
	display:block;
	text-indent:-9999px;
	width:140px;
	height:40px;
	background-image:url(../img/navi4.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#navi4 a:hover {
	background-position:0 -40px;
}

#navi5 a {
	position:absolute;
	top:70px;
	left:710px;
	display:block;
	text-indent:-9999px;
	width:140px;
	height:40px;
	background-image:url(../img/navi5.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#navi5 a:hover {
	background-position:0 -40px;
}

#navi6 a {
	position:absolute;
	top:70px;
	left:850px;
	display:block;
	text-indent:-9999px;
	width:140px;
	height:40px;
	background-image:url(../img/navi6.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#navi6 a:hover {
	background-position:0 -40px;
}


.kokuji,
.tsuchi {
	border:#CCC 1px solid;
	padding:10px;
	margin-bottom:10px;
}

#main_contents h2 {
	border-left:4px #3c3 solid;
	text-indent:0.5em;
	margin-bottom:4px;
	font-weight:600;
	color:#333;
}

/*--告示タイトル--*/
.kokuji h3,
.kokuji h4,
.headline {
	font-weight:bold;
}

#kokujititle {
	color:#060;
	font-weight:normal;
}

#big_headline,
#big_headline2 {
	font-size:110%;
	color:#444;
}

#tocolysisindex {
	width:400px;
	font-size:90%;
}

#tocolysisindex th,
#tocolysisindex td {
	border:1px #000 solid;
	text-align:center;
}

.chiiki td,
.chiiki th {
	border:1px #000 solid;
	padding-left:5px;
}

.chiiki th {
	background-color:#030;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.th_1,
.th_2{
	width:5.5em;
}

.th_4 {
	width:9em;
}

/*-フッター-*/
#footer {
	background-color:#3C3;
}