html {
　　filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
	
a {
	color: #4C4C4C;
	text-decoration: none;
}
a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}

#container {
	width: 846px;
	margin: 0px auto;
	text-align: left;
}

h2 {
	margin: 0px 0px 30px 0px;
}
h3 {
	margin: 30px 0px;
}


/*ヘッダー*/
#header {
	width: 100%;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header h1 {
	font-size:12px;
	line-height: 12px;
	margin: 7px 0px;
	padding: 0px;
	font-weight: normal;
}
#header p {
	margin: 16px 0px 21px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 12px;
}

#header #gmenu {
	float: left;
	width: 680px;
	margin: 0px;
	padding: 0px;
}
#header #gmenu ul {
	margin: 0px;
	padding: 0px;
}
#header #gmenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1px;
	line-height: 1px;
	float: left;
}

#header #gmenu a#home {
	width: 88px;
	height: 28px;
	background: url(../images/btn_home.png) no-repeat top left;
	display: block;	
}
#header #gmenu a#home:hover,#header #gmenu a#home-selected {
	width: 88px;
	height: 28px;
	background: url(../images/btn_home_over.png) no-repeat top left;
	display: block;	
}

#header #gmenu a#about {
	width: 180px;
	height: 28px;
	background: url(../images/btn_onsen.png) no-repeat top left;
	display: block;	
}
#header #gmenu a#about:hover,#header #gmenu a#about-selected {
	width: 180px;
	height: 28px;
	background: url(../images/btn_onsen_over.png) no-repeat top left;
	display: block;	
}

#header #gmenu a#office {
	width: 200px;
	height: 28px;
	background: url(../images/btn_outline.png) no-repeat top left;
	display: block;	
}
#header #gmenu a#office:hover,#header #gmenu a#office-selected {
	width: 200px;
	height: 28px;
	background: url(../images/btn_outline_over.png) no-repeat top left;
	display: block;	
}

#header #chgfont {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 163px;
	height: 28px;
	background-image: url(../images/bg_chg_fontsize.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #chgfont ul {
	margin: 0px 0px 0px 80px;
	padding: 0px;
}
#header #chgfont li {
	margin: 4px 2px 3px 2px;
	padding: 0px;
	list-style: none;
	float: left;
	font-size: 1px;
	line-height: 1px;
	height: 21px;
}

#header #clumbs {
	float: right;
	height: 24px;
}
#header #clumbs p {
	width: 100%;
	text-align: right;
	margin: 6px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.25em;
}


/*メイン表示部分全体*/
#main {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*コンテンツ表示部分*/
#mainbody {
	width: 575px;
	margin: 15px 0px 0px 0px;
	float: left;
}

/*サイド*/
#side {
	width: 246px;
	margin: 15px 25px 0px 0px;
	float: left;
}
#side p {
	margin: 0px 0px 10px 0px;
}


#side #knowledge {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	border: 1px solid #A8A8A8;
	background-image: url(../images/bg_other.gif);
}
#side #knowledge h2 {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}
#side #knowledge ul {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#side #knowledge li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	list-style: none;
}
#side #knowledge li a {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	height: 20px;
	border-left: 4px solid #2B4744;
	background-image: url(../images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: 220px 16px;
	display: block;	
}
#side #knowledge li a:hover,#side #knowledge li a#selected {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2B4744;
	background-image: url(../images/ico_arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 220px 16px;
	display: block;	
}

#main p#pscroll {
	clear: both;
	text-align: right;
	font-size: 80%;
	margin: 50px 0px 0px 0px;
}



/*フッター*/
#footer {
	clear: both;
	text-align: center;
	border-top: 3px solid #4C5D46;
	margin: 15px 0px 0px 0px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 7px 0px;
	padding: 0px 7px;
	font-size: 75%;
	line-height: 1.2em;
	list-style: none;
	float: left;
	border-left: 1px solid #4C4C4C;
}
#footer address {
	clear:both;
	padding: 0px;
	margin: 19px 0px 0px 0px;
	font-style: normal;
	font-size: 70%;
	color: #999999;
	border-top: 1px solid #F6F6F6;
}
#footer p {
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-style: normal;
	font-size: 85%;
	color: #999999;
}
#footer span#link a {
	color: #999999;
}
