@charset "UTF-8";

/********************************************************************************/
/*	ページタイトル用							*/
/********************************************************************************/
h1{
	width:				560px;
	height:				100px;
	margin:				0 0 10px 0;
}

h1.title_index{
	background:			url(../images/h1.jpg) no-repeat;
}

h1 span{
	display:			none;
}

/********************************************************************************/
/*	アクセス用								*/
/********************************************************************************/
.map p{
	float:				right;
	width:				290px;
	text-align:			center;
	font-size:			small;
}

.map ul{
	padding-left:			1em;
	font-size:			small;
}

.map ul li{
	list-style:			none;
	line-height:			1.4em;
}

.map .label{
	display:			block;
	float:				left;
	width:				58px;
	line-height:			1.4em;
}

.map .note{
	display:			block;
	margin-left:			70px;
	width:				182px;
	line-height:			1.4em;
}

