@charset "Shift_JIS";



/* インフォメーション
------------------------------------------------------------------------------------- */
#info{}


#info dl{
	width: 585px;
	clear: both;
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#info dt{
	float: left;
	width: 100px;
}
#info dd{
	float: right;
	width: 485px;
	line-height: 1.8em;
}
#info dd a{
	font-weight: bold;
} 


/* イベント
------------------------------------------------------------------------------------- */
#info h4{
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	line-height: 1.8em;
}

#info table td{
	line-height: 1.2em;
	padding-right: 10px;
}


/* 各種お問合わせ
------------------------------------------------------------------------------------- */
#inquiry{}
#inquiry table{
	width:570px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

#inquiry table td {
	padding: 10px 10px 20px 20px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	color: #999999;
}



/* サイドナビ
------------------------------------------------------------------------------------- */
#side_navi {width:250px;float: right;margin-left: 50px;margin-top:50px;}
#side_navi ul{
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#side_navi li{
	list-style: none;
}
#side_navi li a{
	border-bottom: 1px solid #CCCCCC;
	height: 40px;
	display: block;
	padding-left: 30px;
	line-height: 3.0;
	background-image: url(../img/bk_05.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#side_navi li a:hover{
	background-image: url(../img/bk_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

