@charset "UTF-8";

/*============================================================
// 共通スタイルシート
// 
// * 基本セット
// ** タイトルロゴ
// ** フラッシュ
// ** カテゴリ背景ループ
// ** リンク
// ** イメージ
// 
// * フッター
// 
// * メインコンテンツ表示エリア 
// 
// * メニューまとめ 
// ** 共通
// ** MAP
// ** 会社概要
// ** 採用情報
// ** 個人情報保護方針情報
// ** セキュリティ基本方針
// 
// * ナビゲーション 
// 
//==========================================================*/

/*============================================================
// * 基本セット
//==========================================================*/
*{
	margin: 0;
	padding: 0;
}
.clr{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.left{
	float:left;
}

.right{
	float:right;
}

body{
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Osaka","ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	text-align: left;
	background: #ffffff url(../image/main_bg.gif) repeat-y 0 0;
}

/* タイトルロゴ */
#ttl_area{
	width: 940px;
	height: 50px;
	background: url(../image/ttl.gif) no-repeat;
}

#ttl_area .logo{
	width: 180px;
	text-indent: -9999px;
	padding: 0 10px;
	float: left;
}

#ttl_area .logo a{
	width: 180px;
	height: 50px;
	display:block;
}

#ttl_area .cap{
	width: 740px;
	text-indent: -9999px;
	float: right;
}

/* フラッシュ */
#flash_area{
	width: 940px;
}

#flash_area .menu{
	width: 770px;
	margin:5px 0 0 20px;
}

#flash_area .menu ul{
	width: 770px;
	height: 50px;
	background: url(../image/btn.jpg) no-repeat;
}

#flash_area .menu li{
	height: 50px;
	list-style:none;
	float:left;
}

#flash_area .menu li a{
	height: 50px;
	display: block;
	text-decoration: none;
	text-indent:-9999px;
}

#flash_area .menu li.press a{
	width: 154px;
	background: url(../image/btn_press.jpg) no-repeat;
}

#flash_area .menu li.company a{
	width: 144px;
	background: url(../image/btn_company.jpg) no-repeat;
}

#flash_area .menu li.employment a{
	width: 152px;
	background: url(../image/btn_employment.jpg) no-repeat;
}

#flash_area .menu li.lnquiry a{
	width: 183px;
	background: url(../image/btn_lnquiry.jpg) no-repeat;
}

#flash_area .menu li.map a{
	width: 137px;
	background: url(../image/btn_map.jpg) no-repeat;
}

#flash_area .menu li a:hover{
	background: none;
}

/* カテゴリ背景ループ */
#main_area{
	width: 940px;
}

/* リンク */
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}

/* イメージ */
img{
	border: none:
	text-decoration: none;
}


/*============================================================
// * フッター
//==========================================================*/
#footer_area{
	width: 770px;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#footer_area .box_left{
	width: 310px;
	float:left;
	font-size: 10px;
}

#footer_area .box_right{
	width: 310px;
	text-align:right;
	float:right;
	font-size: 10px;
}

#footer_area .intro{
	width: 250px;
	float: left;
}
#footer_area .intro p{
	text-indent: -9999px;
	height: 34px;
	background: url(../image/foot_intro.gif) no-repeat;
}



/*============================================================
// * フッター
//==========================================================*/


#digix-ad-link{
	width: 100%;
	text-align:center;
	margin-top:15px;
}
#digix-ad-link ul.navi{
	list-style:none;
	margin-bottom:6px;
}
#digix-ad-link ul.navi li{
	font-size:0.8em;
	border-right:1px solid #CCC;
	padding-right:6px;
	margin-right:6px;
	float:left;
}
#digix-ad-link ul.navi li.left{
	font-size:0.8em;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-left:6px;
	padding-right:6px;
	margin-right:6px;
	float:left;
}
#digix-ad-link ul.navi a{
	color:#666;
	text-decoration: none;
}
#digix-ad-link ul.navi a:hover{
	color:#4EB2CA;
	text-decoration: underline;
}


/* 左メニュー */
#left_area{
	width: 190px;
	float: left;
}
#left_area .title{
	margin-top: 30px;
	margin-left: 20px;
}
#left_area ul{
	list-style: none;
	padding-top: 10px;
	margin-left: 20px;
}

/*============================================================
// * メインコンテンツ表示エリア 
//==========================================================*/
#innermain_area{
	width: 600px;
	padding-top: 15px;
	float: left;
}

/* タイトル */
#innermain_area .title,
.asset-header{
	width: 600px;
	height: 60px;
	background: url(../image/inmain_title_bg.gif) repeat-x;
}
#innermain_area .title p,
.asset-header h1.asset-name{
	padding-top: 20px;
	padding-left: 10px;
	font-size: 18px;
	color: #666666;
	font-family: sun-serif;
	font-weight: normal;
}


/*============================================================
// * メニューまとめ 
//==========================================================*/

/* 共通 */
#left_area .title{
	width: 140px;
	font-size: 5px;
	text-indent: -9999px;
}
#left_area ul li{
	height: 25px;
	margin-bottom: 5px;
}
#left_area ul li a{
	display: block;
	width: 140px;
	height: 15px;
	font-size: 5px;
	text-indent: -9999px;
}

/* MAP */
#left_area .map .title{
	height: 65px;
	background: url(../image/map_title.gif) no-repeat;
}

#left_area .map ul li.mn01 a{
	background: url(../image/map_menu01.gif) no-repeat;
}


/* 会社概要 */
#left_area .cmp .title{
	height: 65px;
	background: url(../image/cmp_title.gif) no-repeat;
}
#left_area .cmp ul li.mn01 a{
	background: url(../image/cmp_menu01.gif) no-repeat;
}
#left_area .cmp ul li.mn02 a{
	background: url(../image/cmp_menu02.gif) no-repeat;
}
#left_area .cmp ul li.mn03 a{
	background: url(../image/cmp_menu03.gif) no-repeat;
}
#left_area .cmp ul li a:hover,
#left_area .cmp ul li a.active{
	background-position: 0 -20px;
}

/* 採用情報 */
#left_area .rec .title{
	height: 65px;
	background: url(../image/rec_title.gif) no-repeat;
}
#left_area .rec ul li.mn01 a{
	background: url(../image/rec_menu01.gif) no-repeat;
}
#left_area .rec ul li.mn02 a{
	background: url(../image/rec_menu02.gif) no-repeat;
}
#left_area .rec ul li.mn03 a{
	background: url(../image/rec_menu03.gif) no-repeat;
}
#left_area .rec ul li.mn04 a{
	background: url(../image/rec_menu04.gif) no-repeat;
}
#left_area .rec ul li a:hover{
	background-position: 0 -20px;
}
#left_area .rec ul li a.active{
	background-position: 0 -20px;
}

/* 個人情報保護方針 */
#left_area .pri .title{
	height: 90px;
	background: url(../image/pri_title.gif) no-repeat;
}
#left_area .pri ul li.mn01 a{
	background: url(../image/pri_menu01.gif) no-repeat;
}
#left_area .pri ul li.mn01 a:hover{
	background-position: 0 -20px;
}

/* 情報セキュリティ基本方針 */
#left_area .sec .title{
	height: 120px;
	background: url(../image/sec_title.gif) no-repeat;
}
#left_area .sec ul li.mn01 a{
	height: 30px;
	background: url(../image/sec_menu01.gif) no-repeat;
}
#left_area .sec ul li.mn01 a:hover{
	background-position: 0 -30px;
}


/*============================================================
// * ナビゲーション 
//==========================================================*/
#navi_area{
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: right;
}

.test{
	border: 1px solid #ff0;
}