#contents{
	margin-top: 0.5em;
	font-size: 95%;
}
#contents p{
	margin-left: 60px;
}
h1 {
	margin: 0px;
}

h2 {
	margin-left: 2em;
	padding-left: 1em;
	font-size: 18px;
	line-height: 1.6em;
	color: #FFFFFF;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h3{
	font-size: 16px;
	margin-left: 50px;
	margin-bottom: 0px;
}
#news {
	font-size: 110%;

}
.year {
	width: 50px;
}
.date {
	width: 50px;
}
.class {
	width: 50px;
}
.list {
	width: 530px;
}
#news td {
	padding: 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.event {
	margin-left: 50px;
	width: 90%;
}
.event td {
	padding: 5px 5px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.event th{
	background-color: #EFEFEF;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.boder{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#comp {
	background-color: #00CC00;
}
#machine {
	background-color: #333399;
}
.tosite a{
	color: #FFFFFF;
}
.tosite a:hover{
	background-color: #CCFF99;
	text-decoration: none;
	color: #0066CC;
}

.machine {
	color: #333399;
}
.comp {
	color: #00CC00;
}
h2#common{
	background-color: #0066CC;
}
.common{
	color: #0066CC;
}
a.external {
	background-image: url(../img/newwindow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}


/* 更新履歴 */

#container #contents #update {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
}

#container #contents #update li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
#container #contents #update a {
	display: block;
	height: 50px;
	width: 200px;
}

#container #contents #update span {
	display: none;
}
#container #contents #update #campany {
	background-image: url(../company/img/btn_campany.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #contents #update #machine {
	background-image: url(../company/img/btn_machine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #contents #update #comp {
	background-image: url(../company/img/btn_comp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
