
@charset "utf-8";

/* 
-------------------------------------------------------------------------*/
.top_photo {
	width:860p;
	height:513px;
	background:url("/agtc/images/img_top.jpg") no-repeat 10px 0;
	background-color: #ffffff;
}
.top_photo object#movie{
	margin-top:303px;
	margin-left:600px;
}

.top_photo2 {
	width:620p;
	height:363px;
	background:url("/agtc/images/img_top2.jpg") no-repeat 0 0;
	background-color: #ffffff;
}
.top_photo2 object#movie{
	margin-top:219px;
	margin-left:433px;
}

.top_photo3 {
	width:620p;
	padding-bottom:10px;
}


/* top_jisseki
-------------------------------------------------------------------------*/
.top_jisseki {
	clear:both;
	width:620px;
	margin-bottom:20px;
	font-size:12px;
}
.top_jisseki table {
	margin-top:10px;
}
.top_jisseki td {
	width:150px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	vertical-align:top;
	word-break:break-all;
}
.top_jisseki td img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
}
.top_jisseki a {
	color: #333333;
	text-decoration: none;
}
.top_jisseki a:hover {
	color: #cc6600;
	text-decoration: underline;
}
.top_jisseki a img {
	border: 1px solid #333333;
}
.top_jisseki a:hover img {
	border: 1px solid #cc6600;
	opacity: 0.7;
	filter: Alpha(opacity=70); /* IE */
}


/* top_update 
-------------------------------------------------------------------------*/
.top_update {
	clear:both;
	width:618px;
	height:158px;
	border-left: 1px solid #039ED4;
	border-right: 1px solid #039ED4;
	border-bottom: 1px solid #039ED4;
	overflow:auto;
}
.top_update ul {
	padding:5px 10px 10px 10px;
}
.top_update li{
	clear: both;
	padding:7px 10px 3px 10px;
	background:url("/agtc/images/arr_blue.gif") no-repeat left 11px;
	border-bottom: 1px dotted #039ED4;
}
.top_update li .date {
	float:left;
	width:100px;
	font-size:12px;
}
.top_update li .txt {
	margin-left:105px;
}
.top_update li a {
	color: #333333;
	text-decoration: underline;
}
.top_update li a:hover {
	color: #cc6600;
	text-decoration: underline;
}




