@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;
}

/*QAエリア*/
#qa_area h3 {
	padding-top:1.2em;
	color:#060;
}

.question {
	padding-top:5px;
	background-color:#DEFECB;
	border-left:#999 1px dotted;
	border-right:#999 1px dotted;
	border-top:#999 1px dotted;
}

.answer {
	background-color:#D2FBFA;
	padding-top:5px;
	margin-bottom:20px;
	border-left:#999 1px dotted;
	border-right:#999 1px dotted;
	border-bottom:#999 1px dotted;
}

.sup {
	padding-top:5px;
	margin-bottom:20px;
	border:#999 1px dotted;
}

.question p,
.answer p{
	text-indent:0;
}

#table_qa68,
#table_qa_chozai01 {
	margin:0 10px 10px 10px;
	font-size:90%;
}

#table_qa_chozai01 td {
	border:#666 1px dotted;
	padding:4px;
	width:33%;
}

#table_qa_chozai01 .td40 {
	width:25%;
	text-align:center;
}


/*-フッター-*/
#footer {
	background-color:#3C3;
}