@charset "UTF-8";

/* /////////// トップページ ////////// */

#topPageMain {
	margin: 0 auto;
	padding: 0 0 0px;
	width: 950px;
	min-height: 400px;
	height: auto !important;/* IE6 min-height */
	height: 400px;
	background: #FFFFFF;
	text-align: left;
}

/* flash Area */
#topPageMain #flashArea {
	margin: 0 auto 10px;
	width: 938px;
	height: 250px;
	background-color: #ddddCC;
	text-align: center;
}

/* Top Page Navi */
#topPageMain #topPageNavi {
	width: 950px;
	height: 385px;
	position: relative;
}
#topPageMain #topPageNavi li a {
	display: block;
}
#topPageMain #topPageNavi li a:hover {
	background: #FFFFFF;
}
#topPageMain #topPageNavi li img {
	vertical-align: bottom;
}
#topPageMain #topPageNavi li a:hover img{
	visibility: hidden;
}
#topPageMain #topPageNavi #tpNavi_sp a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 154px;
	background: url(../img/top/btn_top_navi01_o.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_media a {
	position: absolute;
	top: 154px;
	bottom: 0px;
	left: 0px;
	width: 235px;
	height: 154px;
	background: url(../img/top/btn_top_navi02_o.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_csr a {
	position: absolute;
	top: 0px;
	left: 238px;
	width: 235px;
	height: 154px;
	background: url(../img/top/btn_top_navi03_o.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_human a {
	position: absolute;
	top: 154px;
	bottom: 0px;
	left: 238px;
	width: 235px;
	height: 154px;
	background: url(../img/top/btn_top_navi04_o.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_crm a {
	position: absolute;
	top: 0px;
	right: 238px;
	width: 235px;
	height: 154px;
	background: url(../img/top/btn_top_navi05_o.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_out a {
	position: absolute;
	top: 154px;
	right: 238px;
	bottom: 0px;
	width: 235px;
	height: 154px;
	background: url(../img/top/btn_out02.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_seo a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 235px;
	height: 154px;
	background: url(../img/top/btn_top_navi07_o.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_company a {
	position: absolute;
	top: 154px;
	right: 0px;
	bottom: 0px;
	width: 235px;
	height: 154px;
	background: url(../img/top/btn_top_navi06_o.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_pururi a {
	position: absolute;
	top: 308px;
	left: 0px;
	bottom: 0px;
	width: 235px;
	height: 77px;
	background: url(../img/top/btn_top_navi08_o.jpg) no-repeat center center;
}
#topPageMain #topPageNavi #tpNavi_lavoce a {
	position: absolute;
	top: 308px;
	left: 238px;
	bottom: 0px;
	width: 235px;
	height: 77px;
	background: url(../img/top/btn_top_navi09_o.jpg) no-repeat center center;
}

/* Top goPageTop */
.topgoPageTop {
	padding: 0px 10px 15px;
	clear: both;
	height: 5px;
	text-align: right;
	background-color: #F5BA6E;
	background-image: url(../img/common/top_bg_gpt.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
