/* HTML */
body {
	margin: 0px auto;
	top: 0px;
	font: 12px "ＭＳ Ｐゴシック", Osaka;

}

a:link, a:visited {
	color: #3300FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3366FF;
}

/* DIV LAYER */
#container {
	width: 750px;
	margin: 0px auto;
	height: auto;
	display: block;
}
#header {
	width: 750px;
	height: 220px;
	margin: 0px;
	position: absolute;
	top: 0px;
	background: #FFFFFF;
}
	#logo{
	width: 360px;
	height: 35px;
	top: 0px;
	float: left;
	}
	#address {
	width: 360px;
	height: 35px;
	font-size: xx-small;
	float: left;
	top: 0px;
	}
	#top-menu {
	width: 750px;
	display: block;
		}
		#top_wire a{
		background: url("../img/head.jpg") 0px 0px;
		width: 125px;
		height: 181px;
		float: left;
		}
		#top_wire a:hover{	background:  url("../img/head.jpg") 0px 181px;}
		
		#top_edm a{
		background:  url("../img/head.jpg") -125px 0px;
		width: 125px;
		height: 181px;
		float: left;
		}
		#top_edm a:hover{	background:  url("../img/head.jpg") -125px 181px;}
		
		#top_laser a{
		background:  url("../img/head.jpg") -250px 0px;
		width: 125px;
		height: 181px;
		float: left;
		}
		#top_laser a:hover{	background:  url("../img/head.jpg") -250px 181px;}
		#top_edmd a{
		background:  url("../img/head.jpg") -375px 0px;
		width: 125px;
		height: 181px;
		float: left;
		}
		#top_edmd a:hover{	background:  url("../img/head.jpg") -375px 181px;}
		#top_pc a{
		background:  url("../img/head.jpg") -500px 0px;
		width: 125px;
		height: 181px;
		float: left;
		}
		#top_pc a:hover{	background:  url("../img/head.jpg") -500px 181px;}

		#top_search a{
		background:  url("../img/head.jpg") -625px 0px;
		width: 125px;
		height: 181px;
		float: left;
		}
		#top_search a:hover{	background:  url("../img/head.jpg") -625px 181px;}
#center {
	width: 750px;
	margin-top: 220px;
	height: auto;
	float: left;
	background: #FFFFFF;
}
	#contents {
	width: 585px;
	height: auto;
	float: right;
	text-indent: 10px;
	}
	#left {
	top: 0px;
	width: 165px;
	height: auto;
	float: left;
	}
	#left h2, #left h3{
	font-size:12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	}
	.side-menu{
	margin: 0px;
	}
	.side-menu h3 a:link {
	display: block;
	}
	.side-menu ul a:link {
	display: block;
	}
	.side-menu ul a:hover {
	display: block;
	}
	.side-menu ul a:visited {
	display: block;
	}
	.side-menu ul a[target="_blank"]{
	background: url(../img/arrow.gif) no-repeat left center;
	text-indent: 15px;
	}
	.side-menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	.side-menu li {
	font-size: 12px;
	}

	#calender{
	width: 165px;
	}

#footer {
	width: 750px;
	text-align: center;
	float: right;
	background: #FFFFFF;
	margin-top: 10px;
}

