@charset "UTF-8";
/* 全ページ共通のデザイン用 */
body{
		font-size: 20px;
		background-color: #FFFFE0;
}
h2{
		background-color: #ffffff;
		padding: 5px;
		border: 1px solid #0000ff;
		font-size: 150%;
		text-align: center;

}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		border-top: 1px solid #000000;
		padding-top: 10px;
}
#wrap{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
}
/*画像*/
img{
		border: none;
}
/*ナビ*/
.navi ul{
		text-align: center;
		padding: 0px;
		margin: 0px;
}
.navi li{
		list-style-type: none;
		display: block;
		float: left;
}
/*ナビ2*/
.navi2 ul{
		padding: 0px;
		margin: 0px;
}		
.navi2 li{
		list-style-type: none;
		display: block;
		margin: 0 0 10px 0;
		padding: 0px;
}
/*リンク*/
a:hover{
		font-weight: bold;
		text-decoration: none;
}
/*クラス*/
.navi{
		width: 800px;
		padding: 0px;
		margin: 0px auto;
}
.navi2{
		width: 150px;
		margin: 20px 20px 0 0;
		float: left;
}
.main{
		width: 630px;
		margin-left: 170px;
		margin-top: 116px;
}
.footer{
		margin-top: 10px;
}
.clear{
		clear: left;
}
.clear2{
		clear: right;
}
.tablestyle{
		padding-bottom: 14px;
}
.tablestyle2{
		border: 1px solid #bbbbbb;
		background-color: #ffffff;
}
.tablestyle3{
		border: 1px solid #bbbbbb;
		background-color: #ffffff;
		padding: 10px;
}
.notice{
		margin-bottom: 40px;
}
.noticeillust{
		float: left;
		margin-right: 30px;
}
.eventphoto{
		float: right;
		margin-left: 20px;
}
.point{
		font-size: 50%;
}
.yun{
		text-align: right;
}
.map{
		float: left;
}
.companyillust{
		margin-top: 80px;
}
/*カレンダー部分*/
div.cal * {
		text-align: center;
		font-size: 9pt;
		background-color: #888888;
}
/*表（カレンダー）全体の設定*/
div.cal table {
		border: solid 1px #00aacc;
		width: 140px;
}
/*月表示部分*/
div.cal caption {
		border: solid 1px #00aacc;
		border-bottom: none;
		color: #ffffff;
		background-color: #00ccff;
}
/*日にち表示部分*/
div.cal td.today {
	background-color: #00ccff;
}
