
	body {font-size: 8pt; color: #333333; font-family:"ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif; scrollbar-arrow-color:#ff4400; scrollbar-face-color:#ffffff; scrollbar-track-color:#ffffff; }
	td {font-size: 8pt;}
	
	.topnavi {
	background-position:center;
	
	width:502;

	
	}
	.body_tabox {

	width: 395px;

	height: 200px;

	background: #DDFFFF;

	color: #000000;

	text-decoration:none;

	border-color: #99FFFF;

	border-width: 1px;

	}
	
	.hrdot {
	
	color: #333333;
	  background-color: #333333;
	  height: 1px;
	  border: 1px;
	  border-style: dashed;

	}
	
	textarea {font-size: 8pt; }
    a { 
		text-decoration: underline;
	} 
	a:hover {color: #ff2200; text-decoration: none; }
    .mo  {font-size: 8pt; text-align: left;}
	.mo2  {font-size: 8pt; text-align: right;}
	.mo3  {font-size: 8pt; text-align: center;}
	input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: black;
	
	vertical-align: bottom;
	padding-top:1px;
	margin-bottom:-1px;
	background: url(./img/button.png);
	
	border-width: 1px 1px 1px 1px;
	border-color: orange #000000 #000000 orange;
	}
	input.btn {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	
	vertical-align: bottom;
	background: url(./img/button2.png);
	border-width: 1px 1px 1px 1px;
	border-color: gray gray gray gray	;
	}
	input.btn2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	
	vertical-align: bottom;
	background: url(./img/btnback.gif);
	border-width: 1px 1px 1px 1px;
	border-color: gray gray gray gray	;
	}
	
	img {
	border: none;
	}
	.photo {
	position: relative;
	top: 0;
	left: 0;
	
	}
	.photo a .large {
		display: block;
		position: absolute;
		width: 0px;
		height: 0px;
		top: 0;
		left: 0;
	}
	.photo a .large2 {
		display: block;
		position: absolute;
		width: 0px;
		height: 0px;
		top: 0;
		left: 0;
	}
	.photo a.popup,
	.photo a.popup:visited {
		display: block;
		top: 0;
		left: 0;
	}
	.photo a.popup:hover {
		background-color: #fff;
	}
	.photo a.popup:hover .large {
		display: block;
		position: absolute;
		width: 90px;
		height: 90px;
		top: -60;
		left: -30;
	}
	.photo a.popup:hover .large2 {
		display: block;
		position: absolute;
		width: auto;
		height: auto;
		top: 0;
		left: 0;
	}
		.photo a.popup2,
	.photo a.popup2:visited {
		display: block;
		top: 100;
		left: 100;
	}
	.photo a.popup2:hover {
		background-color: #fff;
	}
	.photo a.popup2:hover .large {
		display: block;
		position: absolute;
		width: 298px;
		height: 39px;
		top: -30;
		left: 95;
	}

/* -------------------------------------------------- link box */
#linkbox {/*サイト横幅対して80%固定・センター指定*/
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0px 0px 6px 0px;
	width: 800px;/*サイト幅と統一*/
	font-size:80%
}


#linkbox ul {/*リストの段落・リストタイプなし・LINKBOX対して横幅90%指定*/
	text-align: center;
	display: block;
	width: 90%;
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
}


#linkbox li {/*リスト項目の横一行ライン指定*/
	display: inline;
	margin-right: 5px;
	padding-left: 8px;
	line-height: 140%;
}

#linkbox li+li {
	border-left:1px dotted #999;/*隣接セレクタ（+）で指定*/
}
