/*コンテナクラス*/
.container_area{
	width : 990px;
	height : 900px;
	background-color : #FFFFFF;
	position : absolute; top:0px; left: 0px;
}
.containt_area{
	width : 780px;
	height : 600px;
	background-color : #FFFFFF; 
	position : absolute; top:110px; left:10px;
/*
	border-right : 1px dashed #000000;
*/
}

.areapath{
	width : 780px;
	height : 30px;
/*	background: url(../img/column_bg3.gif); 
	border : 1px solid #000000; */
	background-color : #00FF69;
	position : absolute; top:0px; left:0px;

	color : #000000;
	font-size : 12px;

}

.area_summary{
	width : 780px;
	height : 30px;
/*	background: url(../img/column_bg3.gif); 
	border : 1px solid #000000; 
	background-color : #FFFF00;*/
	position : absolute; top:35px; left:0px;

	color : #000000;
	font-size : 12px;

}

p.path{
	margin : 10px;
}

.areacont{
	width : 780px;
	height : 530px;
/*	background: url(../img/column_bg3.gif); */
/**/
	position : absolute; top:65px; left:0px;
/*	font-weight : bold;
	border : 1px solid #000000; */
/*
	border-bottom : 1px dotted #0000DD;
	border-bottom : 1px dashed #0000DD;
	background-color : #000000;*/
}

img.area_linkicon{
/*
	width : 83px;
	height : 26px;
*/
	margin : 0px 10px 5px 165px;
}

p.area_title{
	margin : 10px 10px 5px 10px;
	font-weight : bold;
	font-size : 16px;
	line-height : 1.5;
}

p.area_location{
	margin : 5px 10px;
	font-weight : bold;
	line-height : 1.5;
}

.area_link{
	width : 190px;
	height : 370px;
/*	background: url(../img/column_bg5.gif); 
	background-color : #000000;*/
	position : relative; top:0px; left:0px;
	border : 1px solid #000000;
	margin-top : 10px;
}

.containt_titlelink{
	height : 25px;
	position : relative; top:0px; left:0px;
	font-weight : bold;
	font-size : 14px;
	color : #FFFFFF;
	background-color : #000000; 
/*
	padding : 3px; */
}

p.side_formtitlelink{
	margin : 0px;
	padding : 3px;
	font-weight : bold;
	font-size : 14px;
	text-align : center;
	line-height : 1.3;
}


.area_link_ex{
	width : 170px;
	height : 300px;
	background-color : #FFFFFF; 
	position : absolute; top:35px; left:10px;
	font-size : 12px;
	color : #000000;
/*	border : 1px solid #AACCDD; */
}

p.link_cont{
	margin : 5px 20px;
}

p.link_cont_title{
	margin : 5px 10px;
	font-weight : bold;
}

.area_title a:visited {
	color:#303030;
	text-decoration : none;
}

.area_title a:link {
	color:#303030;
	text-decoration : none;
}

.area_title a:hover {
	color:#303030;
	text-decoration : underline;
}

.area_title a:active {
	color:#303030;
	text-decoration : underline;
}