/* CSS Document */

body{
	margin: 0;
	padding: 0;
}

/* 以下はロールオーバーのテキストを隠すためのhack */
.hidetxt {
	text-indent: -9999px;
	display: block;
}




.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}
a:link { color: #0066CC;; text-decoration: none;}
a:visited { color: #0066CC; text-decoration: none;} 
a:hover{ color: #0099FF; text-decoration: underline;}

#page{
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "MS UI Gothic", "Osaka";
	font-size: 90%;
	line-height: 140%;
}
#topimg{
	background-image: url(images/topimg.jpg);
	background-repeat: no-repeat;
	padding: 8px 0px 0px;
	height: 316px;
	width: 612px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}

.red{
	color: #CC0000;
}
.bold_s{
	font-weight: bold;
	font-size: 13px;
}

hr{
	size: 2px;
	color: #006699;
	style: border-style;
	height: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	padding: 0px;
	margin: 0px;
}
/* menu */
#menu_top{
	background-image: url(images/back_menu.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 220px;
	width: 610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top;
}
#menu_top ul{
	margin: 5px;
	padding: 5px;
	float: left;
	list-style-type: none;
}
#menu_top li{
	float: left;
	margin: 3px;
	padding: 0px;
}

#nani_top a{
	background-image: url(images/zei_nani.gif);
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0px;
	height: 102px;
	width: 87px;
	display: block;
}
#if_top a{
	background-image: url(images/zei_if.gif);
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0px;
	height: 102px;
	width: 87px;
	display: block;
}
#syurui_top a{
	background-image: url(images/zei_syurui.gif);
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0px;
	height: 102px;
	width: 94px;
	display: block;
}
#qa_top a{
	background-image: url(images/zei_qa.gif);
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0px;
	height: 102px;
	width: 87px;
	display: block;
}
#quiz_top a{
	background-image: url(images/zei_quiz.gif);
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0px;
	height: 103px;
	width: 87px;
	display: block;
}
#jyouhou_top a{
	background-image: url(images/zei_jyouhou.gif);
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0px;
	height: 102px;
	width: 87px;
	display: block;
}

#btn{
	width: 390px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
#pdf a{
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 159px;
	display: block;
}
#btn li{
	margin: 0px 10px;
}
#sakuhin a{
	background-image: url(images/sakuhin.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 159px;
	display: block;
}

/* /menu */
#pagetop{
	text-align: right;
	margin: 15px 0px;
}
#topfoot{
	background-image: url(images/topfoot.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 398px;
	width: 631px;
	background-position: bottom;
}

.center{
	margin: 10px auto;
	text-align: center;
}