@charset "UTF-8";

/*ごあいさつ　ここから*/
#main_title{
	float: left;
	width: 560px;
	height: 200px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#main_title h2{
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;

}


/*ごあいさつ　ここまで*/

/*おしらせ　ここから*/
#information{
	float: left;
	width: 250px; /*枠の幅はパディングを加えた280pxと解釈するブラウザを配慮*/
	height: 340px;
	border: 1px solid #dddddd;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	background-image: url(../images/cont_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
	overflow: auto;
}
#i_menu ul{
	background-color: #ffffff;
	font-size: 13px;
	line-height: 18px;
}
#i_menu li{
	list-style: url("../images/triangle10x10.png");
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#i_menu li a{/*リンクされた文字*/
	font-style:normal;
	text-decoration:none;
	font-size: 13px;
}
#i_menu li a:link {/*未訪問のリンク*/
	font-style:normal;
	text-decoration:none;
	font-size: 13px;
}
#i_menu li a:visited {/*訪問後のリンク*/
	font-style:normal;
	text-decoration:none;
	font-size: 13px;
}
#i_menu li a:hover {/*マウスをのせたとき*/
    font-style:normal;
    text-decoration:underline;
	font-size: 13px;
}

#information h3{
	margin-top: 5px;
	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;
}

/*おしらせ　ここまで*/

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

#shop h3{
	font-size: 14px;
	font-weight: normal;
	padding-left: 7px;
	margin-top: 5px;
	color:#ffffff;
	background-color: #3068aa;
	border-left-color:#63ade7;
	border-left-width: 5px;	
	border-left-style: solid;
}

#shop p{
	font-size: 13px;
}
/*店舗情報　ここまで*/

/*カレンダー　ここから*/
#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;
}
/*カレンダー　ここまで*/
