﻿@charset "UTF-8";

/*---------------------------------------------
Dertec css

for sitemap page
coded by dertec at 2009.08.20
---------------------------------------------*/
/*メインエリア(サイトマップ)*/
.main_sitemap
{
	clear : both;
	/*font-size : 12px;*/
	color : #666666;
	text-align : left;
	min-height : 600px;
	line-height : 16px;
}

/*サイトマップ小見出し*/
.sitemap_subheading
{
	width : 750px;
	margin-top : 15px;
	margin-bottom : 20px;
}

/*サイトマップ画像枠初期化*//*090910追加*/
img.sitemap_img
{
	border : 0px solid #ffffff;
	color : #ffffff;
}

/*サイトマップJavaScript無効装飾*/
.sitemap_noscript
{
	padding-top : 5px;
	padding-bottom : 5px;
	color : red;
}

/* サイトマップ 画像テキスト */
.sitemap_image_txt
{
	padding-top : 8px;
	padding-left : 10px;
	vertical-align: bottom;
}

/* サイトマップ 画像テキスト(エントリーシート(キャリア)用) */
.sitemap_image_txt_carrier
{
	padding-top : 8px;
	padding-left : 5px;
}

/* サイトマップ リンク要素 */
.sitemap_link
{
	display:block;
	width:152px;
	height:29px;
}

/* サイトマップ 接続部 */
.sitemap_image_line
{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* サイトマップセル背景：home */
.sitemap_background_home
{
	width : 152px;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url("../pg_sitemap/img/0_home_background.png");
}

/* サイトマップセル背景：profile */
.sitemap_background_profile
{
	width : 152px;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url("../pg_sitemap/img/1_profile_background.png");
}

/* サイトマップセル背景：business */
.sitemap_background_business
{
	width : 152px;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url("../pg_sitemap/img/2_business_background.png");
}

/* サイトマップセル背景：product */
.sitemap_background_product
{
	width : 152px;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url("../pg_sitemap/img/3_product_background.png");
}

/* サイトマップセル背景：recruit */
.sitemap_background_recruit
{
	width : 152px;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url("../pg_sitemap/img/4_recruit_background.png");
}

/* サイトマップセル背景：notice */
.sitemap_background_notice
{
	width : 152px;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url("../pg_sitemap/img/5_notice_background.png");
}

/* サイトマップセル背景：other */
.sitemap_background_other
{
	width : 152px;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url("../pg_sitemap/img/6_other_background.png");
}















