/* スタイルファイル */

body	{
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: rgb(245, 245, 240);
/*	background-color: transparent; */
	color: rgb(0, 0, 128);
}

#company-name{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 415px;
	height: 54px;
	margin: 0px;
	padding: 70px 0px 0px 10px;
	background-image: url("sirius.jpg");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	z-index: 1;
}

#line{
	position: absolute;
	width: 900px;
	height: 20px;
	top: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url("line.jpg");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 0;
}

#menu	{
	position: absolute;
	top: 72px;
	left: 0px;
	width: 100%;
	height: 32px;
	margin: 0px;
	background-color: rgb(110, 110, 130);
	z-index: 2;
}

#menu table{
	position: absolute;
	top: 2px;
	left: 8px;
}

#menu td{
	width: 110px;
	text-align: left;
}

#menubox a{
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgb(90, 240, 120);
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: rgb(0, 128, 0); 
	text-decoration: none;
	display: block;
	border-top: 1px solid rgb(245, 245, 240);
	border-bottom: 1px solid rgb(245, 245, 240);
	border-left: 3px solid rgb(245, 245, 240);
	border-right: 3px solid rgb(245, 245, 240);
}

#menubox a:link, #menubox a:visited{
	background-color: rgb(150, 150, 210);
	color: rgb(0, 0, 140); 
	text-decoration: none;
}

#menubox a:hover{
	background-color: rgb(173, 173, 255);
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#welcome{
	margin-left: 0px;
	padding-top: 80px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

#content{
	width: 100%px;
	height: 250px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-left: 80px;
/*	background-color: transparent; */
	background-color: rgb(245, 245, 240);
/*	border-top: 2px solid rgb(90, 240, 120); */
	border-bottom: 2px solid rgb(110, 110, 130);
	font-size: 11pt; 
}

.top{
	background-image: url("welcome.jpg");
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.profile{
	background-image: url("company.jpg");
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.business{
	background-image: url("service.jpg");
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content th{
	text-align: right;	
}


#content td{
	padding-left: 20px;
	text-align: left;	
}

#business{
	text-align: left;	
}

h2{
	font-size: 14pt;
	font-weight: bold;
}

#copy{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: "MS Arial", sans-serif;
	text-align: center;
}


