@charset "UTF-8";

@import "/common/css/default.css";
@import "/common/css/common.css";

/*ディフォルトのスタイルシート

■目次：

・全体レイアウト
・配置
・サービス／製品検索
・コンテンツ
・導入事例 PICKUP
・サイドバナー

*/





/*---------------全体レイアウト---------------*/

#top_content {
	padding-top: 12px;
}

#top_flash {
	padding-bottom: 6px;
	background: url(/common/css/top_css/bg_topflash_bottom.gif) repeat-x left bottom;
}

#top_image {
	padding-top: 6px;
	padding-bottom: 6px;
}

#top_image_text {
	padding-top: 6px;
	padding-bottom: 6px;

}

#top_left {
	width: 531px;
	float: left;
	padding-bottom: 55px;
}

#top_right {
	width: 235px;
	float: right;
	padding-bottom: 55px;
}



/*---------------サービス／製品検索---------------*/

#top_search {
	width: 531px;
	background: url(/common_resource/bg_top_search.gif) repeat-x;
}

#top_search dl {
	width: 531px;
	float: left;
}

#top_search dt {
	width: 110px;
	height: 50px;
	background: url(/common/css/top_css/ba_top_search.gif) no-repeat;
	float: left;
}

#top_search dd {
	padding: 7px 0 7px 9px;
	float: left;
}

#top_search dd span {
	display: none;
}

#top_search dd#top_search_business a {
	background: url(/common/css/top_css/bt_top_search_business_off.gif) no-repeat;
	display: block;
	width: 127px;
	height: 36px;
}
#top_search dd#top_search_business a:hover {
	background: url(/common/css/top_css/bt_top_search_business_on.gif) no-repeat;
}

#top_search dd#top_search_name a {
	background: url(/common/css/top_css/bt_top_search_name_off.gif) no-repeat;
	display: block;
	width: 127px;
	height: 36px;
}
#top_search dd#top_search_name a:hover {
	background: url(/common/css/top_css/bt_top_search_name_on.gif) no-repeat;
}

#top_search dd#top_search_keyword a {
	background: url(/common/css/top_css/bt_top_search_keyword_off.gif) no-repeat;
	display: block;
	width: 127px;
	height: 36px;
}
#top_search dd#top_search_keyword a:hover {
	background: url(/common/css/top_css/bt_top_search_keyword_on.gif) no-repeat;
}

#top_search dd img {
	vertical-align: bottom;
}



/*---------------コンテンツ---------------*/

.top_content_box {
	margin-top: 16px;
	padding-bottom: 14px;
	border: 1px solid #CCCCCC;
	width: 529px;
}

.top_content_babox {
	padding: 1px;
	border-bottom: 1px solid #CCCCCC;
	width: 527px;
}

.top_content_babox h2#babox_event {
	width: 477px;
	height: 21px;
	background: url(/common/css/top_css/ba_top_event.gif) no-repeat;
	float: left;
	display: block;
	font-size: 100%;
}

.top_content_babox h2#babox_news {
	width: 477px;
	height: 21px;
	background: url(/common/css/top_css/ba_top_news.gif) no-repeat;
	float: left;
	display: block;
	font-size: 100%;
}

.top_content_babox h2 span,
.top_content_babox p span {
	display: none;
}

.top_content_babox p.babox_list {
	float: left;
	width: 50px;
	height: 21px;
	display: block;
}

.top_content_babox p.babox_list a {
	width: 50px;
	height: 21px;
	display: block;
	background: url(/common/css/top_css/bt_top_list.gif) no-repeat;
}

.top_content_babox p.babox_list a:hover {
	background: url(/common/css/top_css/bt_top_list_on.gif) no-repeat;
}

.top_content_box dl {
	margin-top: 12px;
	width: 529px;
	float: left;
	background: url(/common_resource/bg_dotted.gif) repeat-x;
}

.top_content_box dt {
	padding: 10px 0 0 10px;
	width: 90px;
	float: left;
}

.top_content_box dt img {
	vertical-align: bottom;
}

.top_content_box dd {
	padding: 10px 10px 0 0;
	width: 419px;
	float: left;
	color: #666666;
}

.top_content_box dd img {
	vertical-align: middle;
}

.top_content_box dl.first_dl {
	margin-top: 0;
	background: none;
}



/*---------------導入事例 PICKUP---------------*/

#top_pickup {
	padding-bottom: 10px;
	background: #DCDCDC;
	width: 235px;
	text-align: center;
}

#top_pickup h3 {
	background: url(/common/css/top_css/ba_top_pickup.gif) no-repeat;
	font-size: 100%;
	height: 25px;
}

#top_pickup h3 span {
	display: none;
}

#top_pickup ul {
	list-style: none;
}

#top_pickup li {
	margin: 0 auto;
	padding-top: 10px;
	width: 215px;
}

#top_pickup li img {
	vertical-align: bottom;
}



/*---------------サイドバナー---------------*/

#top_bannerbox ul {
	padding-top: 5px;
	list-style: none;
}

#top_bannerbox ul li {
	padding-top: 10px;
}

#top_bannerbox ul li img {
	vertical-align: bottom;
}

table.top_bannerbox_table {
	margin-top: 10px;
	width: 235px;
	border-collapse: collapse;
}

table.top_bannerbox_table td {
	vertical-align: top;
}


