/***************************/
/*各ページのcssはコチラ*/
/***************************/
@import "page.css";

/***************************/
/*全ページ共通項目*/
/***************************/

/*-----------------------------------------------------------------------------Hタグ*/
/* H3 */
h3{
	font-weight:				normal;
	color:					#ccc;
	font-size: 				small;
	color: 					#000000;

}


/*-----------------------------------------------------------------------------LEFT*/
div#left{
	width:					530px;
	float:					left;
	text-align:				left;
	margin-bottom:				40px;
}
/*-----------------------------------------------------------------------------RIGHT*/
div#right{
	width:					430px;
	float:					right;
}

/*-----------------------------------------------------------------------------table*/
.table01{
	font-size: 				small;
	width: 					510px;
	border-collapse: 			collapse;	
	border-spacing: 			0;
	margin-bottom: 				30px;
	line-height: 				150%;
}
.table01 .line01{
	width: 					95px;
	font-weight: 				bold;

}
.table01 td{
	border-bottom: 				1px dotted #DDD;
	padding:				10px 0px 10px 0px; /*上右下左*/
}

/*-----------------------------------------------------------------------------map*/

div#googlemap-link{
	margin-top:				10px;
	font-size: 				small;
	width:					430px;
	text-align:				right;
}


/*-----------------------------------------------------------------------------空白揃え*/

span.name {
display: inline-block;
width: 8em;
}