@charset "utf-8";
@import url(../../item/index.css);

*{
	line-height:150%;
}
.detailTitle {
	background-image: url(../../item/images/detailTitle.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	font-size: 110%;
	margin: 9px 0px 0.2em 0px;
	border-bottom:solid 1px #cccccc;	
	
}
#mapBt{
	clear:both;
}

	#mapBt a{
		font-size:9px;
		display:block;
		float:right;
		background-image:url(../../item/images/forMapArea.jpg);
		background-repeat:no-repeat;
		height:18px;
		width:75px;
		text-indent:-9999px;
	}
		#mapBt a:hover{
			background-position:0px -18px;
			
		}

.imageBox,.textBox{
	margin-top:10px;
	min-height: 350px; 
	width:350px;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	
}
	.imageBox{
		/*height:350px;*/
		width:350px;
		
	
	}
	
	.textBox{
		padding:10px;
		height:330px;
		width:330px;
		
	}
	* html .textBox{
		height:330px;
		width:350px;	
	}

.leftBox{
	float:left;
	margin-left:10px;

}
* html .leftBox{
	margin-left:5px;
}

.mapTitle{
	
	padding: 0px 0px 0px 10px;
	font-size: 120%;
	margin: 15px 10px 0.2em 10px;
	border-bottom:solid 1px #cccccc;
	border-left:solid 2px #cccccc;	
}
.rightBox{
	float:right;
	margin-right:10px;
	
}
* html .rightBox{
	margin-right:5px;
	width:330px;
}

.mainBox{
	margin-top:20px;
}
.subBox{
	/*clear:both;*/
	
}
.mapBox{
	 margin:10px;
	 padding:10px;
	 width:690px;
	 height:280px;
	 border:solid 1px #CCCCCC;
}

.flowBox{
	overflow-y:auto;
	overflow-x:auto;
	/*scrollbar-face-color:#C2F0A4;
	scrollbar-arrow-color:#C2F0A4;*/
	height:275px;
	width:330px;
	margin-bottom:10px;	
	
}
	.text1st .itemTitle{
		font-size:140%;
		font-weight:bold;
		border:none;
		color:#2F650E;
	}
	.text1st .itemTitle p{
		display:inline;
	}
	.text2nd{
				
	}
	
	.forInq{
	
		text-align:center;
		}
		.forInq a{
			display:block;
			background-image:url(../../item/images/forInq.jpg);
			background-repeat:no-repeat;
			width:254px;
			height:44px;
			text-indent:-9999px;
			margin:0 auto;
		}
		.forInq a:hover{
			background-position:0px -44px;

