@charset "UTF-8";

/*店舗案内　ここから*/

/*店舗案内　全体ここから*/
.shop_guide{
	width: 540px;
	height: 795px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	
}

.shop_title { /*店舗案内　タイトル*/
	float: left;
	width: 540px;
	height: 30px;
}

.shop_cont { /*店舗案内　概要*/
	float: left;
	width: 540px;
	height: 765px;
}

.shop_photo {
	float: left;
	width: 540px;
	height: 200px;
}

.shop_cont p{
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
}

.shop_cont table{
	width: 500px;
	height: 200px;
	margin-left: 15px;
	background-color: #ffffff;
}

.shop_cont td {
	text-align: center;
}

.shop_cont a{/*リンクされた文字*/
	color:#0000ff;
	font-style:normal;
	font-size: 13px;
	text-decoration:none;
}
.shop_cont a:link {/*未訪問のリンク*/
	color:#0000ff;
	font-style:normal;
	font-size: 13px;
	text-decoration:none;
}
.shop_cont a:visited {/*訪問後のリンク*/
	color:#0000ff;
	font-size: 13px;
	text-decoration:none;
}
.shop_cont a:hover {/*マウスをのせたとき*/
    color:#0000ff;
    font-style:normal;
	font-size: 13px;
    text-decoration:underline;
}
/*店舗案内　全体ここまで*/


/*店舗案内おしらせ　ここから*/
.shop_info{
	float: left;
	height: 560px;
	width: 540px;
	border: 1px;
	border-style: solid;
	border-color: #63ade7;
}

.shop_info h3{
	font-size: 13px;
	padding-left: 25px;
	color: #222222;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	color:#ffffff;
	background-color: #3068aa;
	border-left-color:#63ade7;
	border-left-width: 5px;
	border-style: solid;
}

.shop_info_title {
	float: left;
	width: 540px;
	height: 30px;
}

.shop_info_cont {
	float: left;
	width: 540px;
	height: 530px;
	overflow: auto;
}

.shop_info_cont table{
	width: 500px;
	margin-left: 15px;
}

.shop_info_cont td {
	text-align: center;
}

.shop_info_cont h4{
	font-size: 14px;
	font-weight: bold;
}

.shop_info_cont p{
	font-size: 13px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.shop_info_cont ul{
	font-size: 13px;
}

.shop_info_cont li{
	font-size: 13px;
	list-style: url("../images/circle9x9.png");
	margin-bottom: 5px;
	margin-left: 20px;
}
/*店舗案内おしらせ　ここまで*/


.map_cont {/*地図案内*/
	float: left;
	width: 540px;
	height: 350px;
}
.map_cont p{
	font-size: 13px;
	padding-top: 0px;
}


/*道順　ここから*/
.road_navi{
	float: left;
	height: 395px; /*エリアの高さは415pxだが、フッターとの余裕を20pxとる*/
	width: 540px;
}

.road_navi_title{
	float: left;
	width: 540px;
	height: 30px;
}

.road_navi_photos{
	float: left;
	width: 540px;
	height:365px;
	overflow: auto;
}
.road_navi_photos table{
	width: 500px;
	margin-left: 15px;
	background-color: #ffffff;
}

.road_navi_photos td{
	text-align: center;
}

.road_navi_photos p{
	text-align:left;
	padding-left: 10px;
}

/*道順　ここまで*/

/*店舗案内　ここまで*/
#calendar{
	float: left; 
	width: 530px; /*枠の幅はパディングを加えた280pxと解釈するブラウザを配慮*/
	height: 240px;
	border: 1px solid #dddddd;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(../images/cont_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	font-size: 13px;
	line-height: 18px;
}

.monthly{
	float: left;
	width: 170px;
	padding-right: 60px;
}

.monthly table{
	width: 170px;
	background-color: #888888;
	border: 0px;
}

.monthly caption{
	color: #000000;
	font-size: 12px;
	background-color: #a4cff2;
}

.monthly th{
	width: 22px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	border: 0px solid #efefe9;
}

.monthly td{
	width: 22px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	background-color: #ffffff;
	border: 0px solid #efefe9;
}
/*
#calendar h3{
	font-size: 14px;
	font-weight: normal;
	padding-left: 7px;
	color:#ffffff;
	background-color: #3068aa;
	border-left-color:#63ade7;
	border-left-width: 5px;
	border-style: solid;
}

#calendar p{
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
*/
/*カレンダー　ここまで*/

