@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
ボタンのカレント
-------------------------------------------------------*/
#contents #fontsize td.fsize#fsmall a{
	background: url(../../images/common/btn_fontS_on.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
#contents #fontsize td.fsize#fmiddle a{
	background: url(../../images/common/btn_fontM.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
#contents #fontsize td.fsize#flarge a{
	background: url(../../images/common/btn_fontL.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
#contents #fontsize td.fsize#flarge a:hover{
	background: url(../../images/common/btn_fontL_on.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
#contents #fontsize td.fsize#fmiddle a:hover{
	background: url(../../images/common/btn_fontM_on.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
/*-----------------------------------------------------
ボタンのカレント　トップページ
-------------------------------------------------------*/
#contents #right #fontsize td.fsize#fsmall a{
	background: url(../../images/top/btn_fontS_on.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
#contents #right #fontsize td.fsize#fmiddle a{
	background: url(../../images/top/btn_fontM.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
#contents #right #fontsize td.fsize#flarge a{
	background: url(../../images/top/btn_fontL.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
#contents #right #fontsize td.fsize#flarge a:hover{
	background: url(../../images/top/btn_fontL_on.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
#contents #right #fontsize td.fsize#fmiddle a:hover{
	background: url(../../images/top/btn_fontM_on.jpg) left center no-repeat;
	display: block;
	width: 23px;
	height: 23px;
}
/*-----------------------------------------------------
全体
-------------------------------------------------------*/
#contents #main h2{
	padding: 10px 20px 12px;
	font-size: 12px;
}
#contents #main h3{
	font-size: 12px;
}
#contents #main h4,
#contents #main p,
#contents #main table,
#contents #main ul,
#contents #main ol,
#contents #main dl{
	font-size: 10px;
}
#contents #main #path p{
	font-size: 9px;
}
/*-----------------------------------------------------
全体　IE用
-------------------------------------------------------*/
*html #contents #main h4,
*html #contents #main p,
*html #contents #main table,
*html #contents #main ul,
*html #contents #main ol,
*html #contents #main dl{
	font-size: 9px;
}
*:first-child+html #contents #main h4,
*:first-child+html #contents #main p,
*:first-child+html #contents #main table,
*:first-child+html #contents #main ul,
*:first-child+html #contents #main ol,
*:first-child+html #contents #main dl{
	font-size: 9px;
}
html:first-child #contents #main h4,
html:first-child #contents #main p,
html:first-child #contents #main table,
html:first-child #contents #main ul,
html:first-child #contents #main ol,
html:first-child #contents #main dl{
	font-size: 9px;
}

/*-----------------------------------------------------
会社概要　ページ内リスト
-------------------------------------------------------*/
/*#main h5.listCompany{
	background: url(../../images/company/bg_listCompany_head.gif) top left no-repeat;
	padding: 3px 40px 2px;
}
#main #listCompany ul.listDomestic li a{
	height: 18px;
	background:url(../../images/company/btn_listDomestic.gif) left top no-repeat;
	padding: 3px 10px 5px 40px;
}
*/
#main #list3-tier li a{
	margin-bottom: 5px;
}
/*-----------------------------------------------------
サイトマップ 
-------------------------------------------------------*/
#sitemap #contents #main h4{
	font-size: 12px;
	background: url(../../images/common/ico_link.gif) 10px 2px no-repeat; 
}
#sitemap #contents #main dd li a{
	background: url(../../images/common/ico_link.gif) left 2px no-repeat; 
}
/*-----------------------------------------------------
トップページ
-------------------------------------------------------*/
#contents #left{
	font-size: 10px;
}
#contents #boxProduct{
	height: 441px;
}
#contents #center dd span{
	font-weight: bold;
	font-size: 10px;
}
#contents #center dd{
	font-size: 8px;
}
#contents #center dl{
	padding: 0px 0 6px;
}
/*-----------------------------------------------------
トップページ IE用
-------------------------------------------------------*/

*html #contents #left{
	font-size: 9px;
}
*:first-child+html #contents #left{
	font-size: 9px;
}
html:first-child #contents #left{
	font-size: 9px;
}
*html #contents #boxProduct{
	padding-bottom: 8px;
}
/*-----------------------------------------------------
ごあいさつ
-------------------------------------------------------*/
#greeting #main p.catch_greeting{
	font-size: 12px;
}
/*-----------------------------------------------------
トップページ safariハック
-------------------------------------------------------*/
body:first-of-type #contents #center dd{
	font-size: 8px;
} 