@charset "UTF-8";

/*ページ全体*/
*{
	padding: 0;
	margin: 0;
}


#wrap{
		width: 550px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		border:2px solid #0000cc;
}
body{
		color: #535353;
		font-size: 13px;
		line-height: 1.5;
		font-family: sans-serif;
		background-position: left;

}
h2{
		font-size: 185%;
		border-left: 20px solid #00ccff;
		padding-left: 10px;
}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		clear: left;
		float: left;
		width: 490px;
		padding-top: 15px;
}

h4{
		font-size: 124%;
}

/*テーブル関係*/
table{
		border: 2px solid #666666;
		border-collapse: collapse;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
}
th{
		border: 1px solid #999999;
		padding: 10px;
		background-color: #cccccc;
}
td{
		border: 1px solid #666666;
		padding: 5px;
		background-color: #999999;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}
.cell{
		border-top: none;
}

/*画像ロールオーバー*/

.window1 a{
		background-image: url(images/furuvege2.jpg);
		display: block;
		overflow: hidden;
		width: 200px;
		height: 0px;
		padding-top: 128px;
}
.window1 a:hover{
		background-image: url(images/furuvege.jpg);
}

.window2 a{
		background-image: url(images/wapple2.jpg);
		display: block;
		overflow: hidden;
		width: 200px;
		height: 0px;
		padding-top: 128px;
}
.window2 a:hover{
		background-image: url(images/wapple.jpg);
}


.window3 a{
		background-image: url(images/bar2.jpg);
		display: block;
		overflow: hidden;
		width: 200px;
		height: 0px;
		padding-top: 128px;
}
.window3 a:hover{
		background-image: url(images/bar.jpg);
}


.window4 a{
		background-image: url(images/iphouse2.jpg);
		display: block;
		overflow: hidden;
		width: 200px;
		height: 0px;
		padding-top: 128px;
}
.window4 a:hover{
		background-image: url(images/iphouse.jpg);
}
/*リスト部分*/

ul{
		padding: 10px;
		margin-top: 10px;
}

li{
		list-style-type: none;
		display:block;
		border-left: 10px solid #00ccff;
		padding-left: 5px;
		padding-bottom: 5px;
		margin-top: 0;
		margin-bottom: 5px;
		font-weight: bold;
		line-height: 1.0em;
}


ul.navigation {
	list-style:none; 
	margin-top:0px; 
	width:525px;
	font-size: 120%;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
}

ul.navigation li {
	position:relative;
	border-bottom:2px solid #00ccff; 
	display:block; 
	height:30px; 
	overflow:hidden;
	}
	
ul.navigation li a {
	position:relative; 
	color:#333; 
	text-decoration:none; 
	display:block; 
	height:20px; 
	padding:10px 0 0 10px; 
	z-index:100; 
	text-transform:uppercase;
}


a img{
		border: none;
}


/*ヘッダ部分*/
.header{
		height: 50px;
		line-height: 1.0;
		background-color: #0000cc;
		width: 550px;
}

.logo{
		padding: 4px 0 4px 3px;
		margin: 0;
		float: left;
		width: 175px;
}
h1{
		margin-left: 195px;
		margin-right: 0px;
		margin-top: 0;
		padding-top: 0;
		width: 329px;
		color: #ffffff;
		text-align:center;
		font-size: 200%;
		font-weight: bold;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 5px;
		background-color: #00ccff;
		border-bottom: 5px solid #ffcc66;
		border-left: 5px solid #ffcc66;


}

/*ナビ*/
.navi{
		width: 220px;
		float: right;
		margin-top: 0;

}

/*メイン部分*/
.main{

		width: 550px;
		margin-left: auto;
		margin-right: auto;

}

/*フッタ部分*/
.footer{
		border-top: 1px solid #666666;
		background-color: #ffffff;
		margin-top: 5px;
		height: 50px;

}

/*画像挿入*/
.itemphoto{
		float: left;
		margin-right: 20px;
		margin-bottom: 50px;
}

/*配置関係*/

.right{
		float: right;
}
.clear1{
		clear:left;
}


/*プルダウンメニュー(326行目まで)*/
.menu{
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: #00ccff;
	height: 2.1em;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
	width: 220px;
}

/*各プルダウンメニューの配置*/

/*午前コース*/
#menu1{
	position: absolute;
	left: 0;
	top: 0;

}

/*午後コース*/
#menu2{
	position: absolute;
	left: 110px;
	top: 0;

}






.menu a{
	color: #ffffff;
	line-height: 2em;
	text-align: center;
	width: 109px;
	border: 1px solid #0000cc;
	text-decoration: none;
	display: block;
}
.menu a:hover{
	background-color: #00ccff;
}
.menu span{
	color: #ffffff;
	display: none;
}
.menuhead{
	border-right: solid 1px #ffffff;
}

.submenu{
/*
	visibility:hidden;
*/
}

.submenu a{
	background-color: #00aacc;
	border-top: solid 1px #ffffff;
}


/*カレンダー部分*/


div.cal {
	float: left;
	margin-left: 60px;/*左端からの余白*/
	margin-top: 255px;

}
div.cal * {
	text-align: center;
	font-size: 9pt;/*文字の大きさ*/
	background-color: #888888;/*背景色*/
	padding: 0;
}

/*表（カレンダー）全体の設定*/
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;
}


/*メインの表*/

.main td{
	background-color: #ffffff;
	width: 105px;
}

.main th{
	background-color: #666666;
	color: #ffffff;
	width: 105px;
}


.main table{
		width: 525px;
}

.main table li a{
		text-decoration: none;

}
		
.main table li a:hover{
		background-color: #dddddd;
}

.main table li a:visited{
		color: #535353;
}

.testlogo{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}