/*スワップイメージ用のCSS*/
#siteimg{
	margin-top: 5px;
	margin-left: 20px;
	text-align: center;
/*	background-repeat: no-repeat;
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;*/
	clear: both;
	}	
	
* html #siteimg{
	margin-left: 20px;
	display: inline;
}
	h2 {
	font-family:"メイリオ", Meiryo, "ＭＳ　Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size:10px;
	}
h2 a	{
	text-decoration:none;
	background-image: url(images/menubg.jpg);
	padding-top: 8px;
	color: white;
	display: block;
	width: 80px;
	height: 26px;
	text-align: center;
	background-position: left top;
	}
h2 a:hover{
	background-position: left bottom;
}

h3 a	{
	text-decoration:none;
	
	background-image: url(images/facelogo.jpg);
	color: #000033;
	display: block;
	width:121px;
	height: 34px;
	background-position: left top;
	}
h3 a:hover{
	background-position: left bottom;
}

#navbar h2 {
	width:80px;
	float:left;
	margin:0px;
	}
#navbar h3 {
	margin:0px;
	margin-left: 20px;
	width:121px;
	height: 34px;
	float:left;
}

* html #navbar h3 {
	margin-left: 20px;
	display: inline;
}

#navbar	{
	height:36px;
	}
	
