/*================================================

　トップページのみ：主要項目リンク

================================================*/

.info {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #F30;
	padding: 10px;
	background-color: #FFC;
}
.info p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


#MAINIMAGE {
	height: 202px;
	width: 690px;
	margin-bottom: 5px;
}
/* 事例用 */
#FETS {
	height: 350px;
	width: 918px;
	margin-bottom: 5px;
	background-image: url(../images_site/ex_fets/fets_top_image.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#FETS a {
	position: absolute;
	z-index: 9999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 350px;
	width: 918px;
}
#catch {
	background-image: url(../images_site/ex_fets/fets_top_catch.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 480px;
}
#linkText {
	background-image: url(../images_site/ex_fets/fets_top_txt.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 918px;
	behavior: expression(IEPNGFIX.fix(this));
	position: absolute;
	left: 0px;
	top: 270px;
}

h1#TopHeading {
	font-size: 12px;
	height: 36px;
	width: 690px;
	overflow: hidden;
}

#TopLinks {
	position: relative;
	height: 309px;
	width: 688px;
	border: 1px solid #D8D5B1;
}
#TopLinks p {
	padding: 40px 10px 10px 100px;
	height: 53px;
	width: 235px;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#TopLinks p a{
	color: #000000;
	text-decoration: none;
}
h2.topLinksTitle {
	position: absolute;
	height: 103px;
	width: 345px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
h2.topLinksTitle a {
	height: 103px;
	width: 345px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 3;
}
#TopLinksSchedule {
	height: 103px;
	width: 345px;
	position: absolute;
	background-image: url(../images_site/top_links_nittei.png);
	background-repeat: no-repeat;
	z-index: 9;
}
#TopLinksSchedule:hover {
}
#TopLinksLoad {
	background-image: url(../images_site/top_links_fuka.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 345px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#TopLinksProgress {
	background-image: url(../images_site/top_links_shinchoku.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 345px;
	position: absolute;
	left: 0px;
	top: 103px;
	z-index: 9;
}
#TopLinksResults {
	background-image: url(../images_site/top_links_jisseki.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 345px;
	position: absolute;
	right: 0px;
	top: 103px;
}
#TopLinksCost {
	background-image: url(../images_site/top_links_genka.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 345px;
	position: absolute;
	left: 0px;
	top: 206px;
	z-index: 9;
}
#TopLinksMcweb {
	background-image: url(../images_site/top_links_mcWeb.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 345px;
	position: absolute;
	right: 0px;
	top: 206px;
}
/*================================================

　トップページ：最新情報

================================================*/
#NEWS {
	background-image: url(../images_site/top_news_title.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 13px 20px 20px;
	background-position: 20px 13px;
}
#NEWS h3 {
	border-bottom: 1px solid #878787;
	height: 24px;
	position: relative;
	margin-bottom: 20px;
}
#NEWS h3 span {
	text-indent: -9999px;
	display: block;
}
#NEWS h3 a {
	display: block;
	position: absolute;
	right: 0px;
	background-image: url(../images_site/top_news_rss.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 55px;
	top: 0px;
}
#RELEASE {
	background-image: url(../images_site/top_release_title.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 13px 20px 20px;
	background-position: 20px 13px;
}
#RELEASE h3 {
	border-bottom: 1px solid #878787;
	height: 24px;
	position: relative;
	margin-bottom: 20px;
}
#RELEASE h3 span {
	text-indent: -9999px;
	display: block;
}
table#Recently,
table#RecentlyRelease {
	width: 650px;
}
table#Recently th,
table#Recently td,
table#RecentlyRelease th,
table#RecentlyRelease td {
	border: 1px solid #E0E0E0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
table#Recently th,
table#RecentlyRelease th {
	background-image: url(../images_site/top_news_date.png);
	width: 87px;
	background-repeat: repeat-y;
}
table#Recently th p,
table#RecentlyRelease th p {
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFFFFF;
}
table#Recently td a,
table#Recently td p,
table#RecentlyRelease td a {
	display: block;
	width: 530px;
	padding: 5px 10px;
	border-top: 1px solid #FFFFFF;
}
table#Recently td a:hover,
table#RecentlyRelease td a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #FBFBE2;
}
table#Recently td img {
	padding: 5px 10px;
	border-top: 1px solid #FFFFFF;
}

.china {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
a#D6CHINA {
	background-image: url(../images_site/d6_cn_top_banner.png);
	background-position: 0px 0px;
	height: 55px;
	width: 680px;
	display: block;
	text-decoration: none;
}
a#D6CHINA:hover {
	background-position: 0px -55px;
	text-decoration: none;
}

