﻿a{	text-decoration:none;
	color:#005500;
	}
a:hover{color:#dd8800;
}
body{
	background-image:url('../images/item_background_03.jpg');
	background-repeat:no-repeat;
	background-color:#fff;
	background-attachment:fixed;
	margin:0;
	}

div#info_anchor{
	position:fixed;
	z-index:99;
	top:50px;
	left:-250px;
}

div#info_anchor  div{
	width:250px;
	background:#fff;
	text-align:left;
	padding:0px;
	font-size:14px;
	line-height:16px;
	}
	
div#info_anchor a{
	color:#003300;
	text-decoration:underline;
	}

/*枠のスタイル*/
table.tableBox{border-collapse:collapse;}
td.box{
	/*border:1px solid blue;*/
	padding:0px;
	margin:0px;
	width:20px;
	height:20px;
}
td.tl{background-image:url('../images/item_box-tl.png');background-repeat:no-repeat;}
td.tm{background-image:url('../images/item_box-tm.png');background-repeat:repeat-x;}
td.tr{background-image:url('../images/item_box-tr.png');background-repeat:no-repeat;}
td.ml{background-image:url('../images/item_box-ml.png');background-repeat:repeat-y;}
td.mm{background:#eeffcc;}
td.mr{background-image:url('../images/item_box-mr.png');background-repeat:repeat-y;}
td.bl{background-image:url('../images/item_box-bl.png');background-repeat:no-repeat;}
td.bm{background-image:url('../images/item_box-bm.png');background-repeat:repeat-x;}
td.br{background-image:url('../images/item_box-br.png');background-repeat:no-repeat;}
/**/

div.info_box{
	width:1000px;
	padding:0px;
	margin:0px;
	text-align:left;
	background-color:#eeffcc;
	}
	
div.info_box p{
	margin:10px 0px;
	font-size:16px;
	font-weight:bold;
	}

div.info_box span{
	border-bottom:1px dotted #999;
	background:#eeffcc;
	font-size:14px;
	line-height:24px;
	}
	
div.info_box img{
	border:1px solid #000;
	}

div.info_box div{text-align:center}

table#info_map td{
	width:300px;
	text-align:left;
	vertical-align:top;
	padding:0px;
	border:none;
	}

table#info_map p{
	font-size:14px;
	font-weight:normal;
	margin:10px;
}

table.info_post{
	border-collapse:collapse;
	}

table.info_post td{
	padding-left:5px;
	width:150px;
	border:1px solid #666;
	font-size:14px;
	text-align:left;
	line-height:20px;
	}

td.hi{
	background:#CCC;
	font-weight:bold;
	}