@charset "utf-8";


/*----------------------------------------------------
 /index.html
 
 =maincolor：#b3dc10
------------------------------------------------------*/

/*----------------------------------------------------
  全体枠
------------------------------------------------------*/

#frame {
	width: 960px;
	margin: 0 auto;
	border-top: 6px solid #b3dc10;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/*----------------------------------------------------
  ヘッダー
------------------------------------------------------*/

/* jquery.innerfade.js画像切り替え用位置調整
------------------------------------------------------*/

#headImg {
	padding-left: 12px;
	text-align: left;
}

#headImg ul {
	padding: 0;
}

/* query.innerfade.js用の画像を重ねて隠す */
#portfolio ul {
	position: relative;
}

#portfolio ul li.sub {
	/* 2枚目以降の画像をヘッダー画像の高さ分、上へ */
	display: none;
	position: relative;
	top: -262px;
}

/* 東日本大震災
------------------------------------------------------*/
div#shinsai{
	text-align:left; border:#F03 1px solid; line-height:1.5; margin:10px 100px; font-size:14px;}

ul#taiou{
	text-align:left; margin: 0 0 10px 50px; font-size:14px; line-height:1.5;}

ul#taiou li{
	list-style:disc}

ul#taiou li a{
	color:#337bff;}

ul#taiou li a:visited {
	color: #337bff;}

ul#taiou li a:hover{
	color:#ff6600;}

/* パンくずリスト
------------------------------------------------------*/
#topicpath ul li {
	color: #b3dc10;
}


/*----------------------------------------------------
  メインボックス
------------------------------------------------------*/
div#main{
	float:left;
	width:690px;
	}



/* 事業ごとのボックス
------------------------------------------------------*/

#part {
	width: 700px;
}

#part .column {
	background: #ebecde;
	overflow: hidden;
	border: solid 1px #cccccc;
	margin: 10px auto;
	width: 680px;
	padding: 0;
	text-align: center;
}

#part ul {
	margin: 0 auto;
	padding: 0;
}

#part li {
	float: left;
}

#part img {
	padding: 7px 6px 4px 6px;
}



/*----------------------------------------------------
  サブボックス
------------------------------------------------------*/

div#sub{
	padding-top: 10px;
	}



/* ニュースリリース
------------------------------------------------------*/
#news {
	text-align: left;
}


#news dl {
	margin: 5px 0 0 14px;
	overflow: hidden;
	font-size:90%;
}

#news dl dt {
	border-top: 1px dotted #999;
	float:left;
	width:120px;
	line-height:1.5;
}

#news dl dd a{
	display:block;
	margin:0;
	padding:0;S}

#news dl dt#news-top {
	border-top: none;
}

#news dl dt p{
	padding:10px 0;
	margin:0 0 0 6px;}

#news dl dd {
	border-top: 1px dotted #999;
	line-height:1.5;
}

#news dl dd#news-top {
	border-top: none;
}

#news dl dd p{
	padding:10px 0;
	margin:0 0 0 120px;}

#news h2 img {
	margin-left: 10px;
}


/*----------------------------------------------------
  フッター
------------------------------------------------------*/

#copyright {
	border-top: 6px solid #b3dc10;
}


/*----------------------------------------------------
  お問い合わせ
------------------------------------------------------*/

#boxContact {
	width: 672px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#boxContact p {
	font-size: 90%;
	line-height: 1.4;
}

#boxContact img {
	margin: 8px 0;
	text-align: center;
}

/*----------------------------------------------------
  個人情報保護方針
------------------------------------------------------*/
#boxPrivacy {
	width: 672px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#boxPrivacy p {
	font-size: 90%;
	line-height: 1.4;
	padding: 0px 20px;
}

#boxPrivacy img {
	margin: 8px 0;
	text-align: center;
}

/* □アイコンつき箇条書き
------------------------------------------------------*/

#boxPrivacy dl {
	margin: 0px 20px 0px 20px;
}


#boxPrivacy dl dt {
	background: url(img/li-square.gif) no-repeat left center;
	border-bottom: 1px dotted #CCC;
	padding: 3px 0px 3px 20px;
	line-height: 1.4;
	color: #666;
	font-weight: bold;
	font-size: 100%;
}

#boxPrivacy dl dd {
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	line-height: 1.6;
	margin: 5px 30px 20px 15px;
	font-size: 90%;
}



/*----------------------------------------------------
  お問い合わせ support.html
------------------------------------------------------*/

#boxSupport {
	width: 672px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#boxSupport p {
	font-size: 90%;
	margin: 10px 20px;
	line-height: 1.6;
}

#boxSupport img {
	margin: 8px 0 0 0;
	text-align: center;
}


/*  メールアイコンつきリンク
------------------------------------------------------*/
#boxSupport div.mail a.naviLink {
	display: block;
	background: url(none);
	padding: 0;
	vertical-align: baseline;
	clear: left;
	margin-top: 10px;
}

#boxSupport div.mail {
	background: url(img/img-support-mail-icon.gif) no-repeat 0 bottom;
	padding: 0 0 0 34px;
	height: 30px;
	width: 40%;
}

/* □アイコン＆破線下線付きの見出し
------------------------------------------------------*/
#boxSupport dl {
	margin: 10px 20px 0px 20px;
/*
border-bottom: 1px dotted #CCC;
*/
}


#boxSupport dl dt {
	background: url(img/li-square.gif) no-repeat left center;
	padding: 3px 0px 3px 20px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 100%;
}

#boxSupport dl dd {
/*
	margin: 5px 0 20px 0;
*/
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	line-height: 1.6;
	font-size: 95%;
}

/* TELバナーにメールを載せる
------------------------------------------------------*/
#boxSupport div.supportMail a.naviLink {
	padding: 0 0 0 34px;
	height: 3em;
	width: 14em;
	position: relative;
	top: -65px;
	left: 390px;
	display: block;
	clear: left;
	background: url(img/img-support-mail-icon.gif) no-repeat 0in 1em;
/* IE用*/
	_top: -70px;
}

/*
#boxSupport div.supportMail {
}
*/

/* バックアップ
#boxSupport div.supportMail a.naviLink {
	display: block;
	background: url(none);
	padding: 0;
	vertical-align: baseline;
	clear: left;
}

#boxSupport div.supportMail {
	background: url(img/img-support-mail-icon.gif) no-repeat 0 middre;
	padding: 0 0 0 34px;
	height: 50px;
	width: 180px;
	position: relative;
	top: -70px;
	left: 420px;
}
*/


#boxSupport dl dd.telno img {
	float: left;
}

#boxSupport dl dd.telno span {
	font-size: 180%;
	color: #FF6633;
	line-height: 50px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	padding: 0 1em 0 0;
}

#boxSupport dl dd div.mail {
	margin-top: 0px;
}
#boxSupport p img {
	margin: 5px auto 0 15px;
	position: relative;
}
#boxSupport dl dd span {
	font-size: 110%;
	font-weight: bold;
}





/*----------------------------------------------------
  サイトマップ
------------------------------------------------------*/

#boxSitemap {
	width: 672px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#boxSitemap p {
	font-size: 90%;
	line-height: 1.4;
}

#boxSitemap img {
	margin: 8px 0;
	text-align: center;
}

/* 
------------------------------------------------------*/

#boxSitemap .box {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0 0 20px 0;
}

#boxSitemap .box h2 {
	font-size: 95%;
	border-left: 8px double #B5DF10;
	margin: 10px 0 5px 8px;
	padding: 5px 0 5px 12px;
}

#boxSitemap .box ul {
	border-top: 1px dotted #CCC;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

#boxSitemap .box ul li {
	padding: 5px 0 0 0;
}

#boxSitemap ul li a {
	display: inline-block;
	font-weight: bold;
	color: #337bff;
	padding: 0px 0px 0px 18px;
	font-size: 90%;
	line-height: 1.6;
}

#boxSitemap ul li a:visited {
	color: #337bff;
}

#boxSitemap ul li a:hover {
	color: #ff6600;
}
	
#boxSitemap #business h2 { border-left: 8px double #73be1e;}
#boxSitemap #business ul li a {	background: url(business/img/sidetitle-business-li.gif) no-repeat 0em 0.3em;}

#boxSitemap #company h2 { border-left: 8px double #8c85bb;}
#boxSitemap #company ul li a { background: url(company/img/sidetitle-company-li.gif) no-repeat 0em 0.3em;}
#boxSitemap #company ul ul {
	border-top: none;
/* IE6で不要な余白があくのを防ぐ */
	_height: 0px;
}

#boxSitemap #company ul ul li {
	padding: 0;
	line-height: 1.4;
}

#boxSitemap #company ul li ul li a {
	background: url(company/img/sitemap-li.gif) no-repeat 0.5em 0.5em;
}

#boxSitemap #quality h2 { border-left: 8px double #9cdabc;}
#boxSitemap #quality ul li a { background: url(quality/img/sidetitle-quality-li.gif) no-repeat 0em 0.3em;}

#boxSitemap #products h2 { border-left: 8px double #fa4a5f;}
#boxSitemap #products ul li a {	background: url(products/img/sidetitle-products-li.gif) no-repeat 0em 0.3em;}

#boxSitemap #sitemapRecruit h2 { border-left: 8px double #ff6633;}
#boxSitemap #sitemapRecruit ul li a { background: url(recruit/img/sidetitle-recruit-li.gif) no-repeat 0em 0.3em;}

#boxSitemap #info h2 { border-left: 8px double #ff495a;}
#boxSitemap #info ul li a { background: url(information/img/sidetitle-information-li.gif) no-repeat 0em 0.3em;}


div#news dl dd a{
	color:#337bff;}
	
div#news dl dd a:hover{
	color:#ff6600;}	

/*----------------------------------------------------
  
------------------------------------------------------*/

