@charset "UTF-8"; 
html {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
}
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
img {
	border: 0;
}
ul,ol,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
noscript {
	visibility: hidden;
}
body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited {
	text-decoration: none;
}
.red {
	color: #FF0000;
}
.yell {
	color: #FFCC33;
}
.blue {
	color: #0000FF;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.hidden {
	visibility: hidden;
}
.font10 {
	font-size: 10px;
}
.font14 {
	font-size: 14px;
}
.font18 {
	font-size: 18px;
}
/* 概観 */
#wrapper {
	width: 980px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 970px;
	height: 115px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	z-index:5;
}
#contents {
	width: 980px;
	margin:auto;
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	height: 50px;
	line-height: 50px;
	bottom: 0;
	clear: both;
	margin-top: 50px;
}
#footer address a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFF;
}
/* IE6 */ 
* html div#footer{ 
    z-index: 20;
}
/*詳細*/
.siteName a {
	font-size: 10px;
	color: #333;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
	margin-left: 325px;
	width: 360px;
}
#logo {
	background-image: url(logo.png?date=20180329);
	position: absolute;
	z-index: 10;
	height: 145px;
	width: 315px;
	left: 0px;
	top: -5px;
	text-align: center;
}
.header-description,.header-description a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 30px;
	margin-top: 80px;
}
#menu {
	width: 275px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 695px;
	top: 0px;
	height: 115px;
}
#menu ul {
	width: 275px;
}
#menu li {
	float: left;
	height: 115px;
	width: 91px;
}
#menu li a {
	text-decoration: none;
	display: block;
	height: 115px;
	width: 91px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#menu .home a {
	background: url(menu.jpg) 0px 0px;	
}
#menu .comp a {
	background-image: url(menu.jpg);
	background-position: -91px 0px;
	}
#menu .contact a {
	background-image: url(menu.jpg);
	background-position: -183px 0px;
}
#menu .home a:hover {
	background-image: url(menu.jpg);
	background-position: 0px -115px;
}
#menu .comp a:hover {
	background-image: url(menu.jpg);
	background-position: -91px -115px;
}
#menu .contact a:hover {
	background-image: url(menu.jpg);
	background-position: -183px -115px;
}
