@charset "UTF-8";

/********** 初期化 **********/
* {
	margin: 0;
	padding: 0;
	/*** テキスト関連 ***/
	font: normal normal normal 98%/120% "ＭＳ Ｐゴシック", "Osaka"; /* スタイル Variant 太さ サイズ／行間 フォント種別 */
	color: #000000;
	text-align: left;
}



/*** リンク Start ***/
a:link { color: #0000ff; }
a:hover { color: #ff0000; }
a:visited { color: #800080; }
/*** リンク End ***/





/********** レイアウト **********/
html, body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	/*background: url("/asct/imgs/bg.gif") repeat fixed 0 0;*/
	text-align: center; /* IEセンタリング */
}

#base {
	width: 948px; /* 762px */
	height: auto;
	margin: 0 auto; /* Firefoxセンタリング */
	/*background-color: #ffffff;
	border-right: 1px solid #006666;
	border-left: 1px solid #006666;*/
}


/* border関連 */
.brdr_btm_dt { border-bottom: 1px dotted #000000; }
.brdr_right_dt { border-right: 1px dotted #000000; }
/*.brdr_right_sld { border-right: 1px solid #000000; }*/
/*.brdr0; { border: 0; }*/

/* margin関連 */
.mrgn_lft10 { margin-left: 10px; }
.mrgn_btm30 { margin-bottom: 20px; }

/* テキスト関連 */
.txt_algn_right { text-align: right; }
.txt_bold { font-weight: bold; }

/* flort関連 */
.flort_lft { float: left; }
.flort_rght { float: right; }

.hdn { visibility: hidden; } /* 非表示 */
.no_lststyle { list-style-type: none; } /* リストスタイル解除 */



/*** ヘッダ Start ***/
#header {
	width: 948px;
	height: 63px;
	/*background: url("/asct/imgs/bg.gif") repeat fixed 0 0;*/
}
#hd_logo {
	display: block;
	width: 130px;
	height: 58px;
	padding-top: 3px;
	float: left;
}
#hd_navi {
	width: 556px;
	height: 63px;
	float: left;
	position: relative;
}
#hd_navi ul {
	margin-left: 40px;
	/*padding-left: 40px;*/
	position: absolute;
	top: 40%;
	list-style-type: none;
}
#hd_navi ul li {
	float: left;
	padding-left: 16px;
	padding-right: 10px;
	background: url("/asct/imgs/arrow_m.gif") no-repeat left center;
}
/*#hd_navi a { font-weight: bold; }
#hd_navi a:link { color: #FFFFFF; }
#hd_navi a:hover { color: #FF0000; }
#hd_navi a:visited { color: #800080; }*/
#hd_right {
	width: 262px;
	height: 63px;
	float: right;
	position: relative;
}
#hd_search {
	/*width: 262px;*/
	/*color: #ffffff;
	font-weight: bold;*/
	/*padding-bottom: 10px;
	position: absolute;
	bottom: 0;*/
	/* 取りあえず、非表示 */
	visibility: hidden;
}
h1 {
	width: 944px;
	background: #ffffff;
	padding: 0 3px;
	font-size: 76%;
	font-weight: bold;
	color: #757575;
	/*visibility: hidden;*/
}
/*** ヘッダ End ***/



/*** 訴求エリア Start ***/
#slictarea {
	width: 948px;
	height: 360px;
}
/*** 訴求エリア End ***/



/*** グローバルナビ Start ***/
#g_navi {
	width: 948px;
	height: 42px;
	list-style-type: none;
	overflow: hidden;
}
#g_navi li {
	width: 158px;
	height: 42px;
	float: left;
}
#g_navi a {
	display: block;
	width: 158px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#g_navi a:hover {
	background-position: 0 100%;
}
#g_navi li#g_navi01_cpg { background: url("/asct/imgs/g_navi_top.gif") no-repeat 0 100%; }
#g_navi li#g_navi02 a { background-image: url("/asct/imgs/g_navi_artisan.gif"); }
#g_navi li#g_navi03 a { background-image: url("/asct/imgs/g_navi_service.gif"); }
#g_navi li#g_navi04 a { background-image: url("/asct/imgs/g_navi_achvmnt.gif"); }
#g_navi li#g_navi05 a { background-image: url("/asct/imgs/g_navi_csr.gif"); }
#g_navi li#g_navi06 a { background-image: url("/asct/imgs/g_navi_news.gif"); }
/*** グローバルナビ End ***/



/*** トピックス・ニュース Start ***/
#tpcs_news {
	width: 948px;
	margin: 20px 0;
	background: url('/asct/imgs/btm_line01.gif') 0 100% no-repeat;
}
#tpcs_news ul {
	list-style-type: none;
	overflow: hidden;
	/*zoom: 1;*/ /* IE対策 */
}
#tpcs_news ul li {
	float: left;
	width: 447px;
	border: 1px solid #000000;
	/*margin-left: 10px;*/
	margin-bottom: -32768px;
	padding: 10px 10px 32768px 10px;
}
#tpcs_img {
	width: 125px;
	height: 125px;
	margin: 0 10px 10px 0;
	float: left;
}
#tpcs_txt {
	width: 312px;
	height: 100%;
	float: left;
	margin-bottom: 1em;
}
.tpcs_old {
	width: 312px;
	height: 100%;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
#news_txt {
	width: 447px;
	height: 100%;
	position: relative;
}
#news_txt span {
	margin-bottom: 0.5em;
}
.news_ymd {
	width: 80px;
	height: 100%;
	margin-left: 10px;
	float: left;
}
.news_mk {
	width: 30px;
	height: 100%;
	float: left;
}
.news_tl {
	width: 327px;
	height: 100%;
	float: left;
}
.news_old {
	width: 447px;
	height: 100%;
	text-align: right;
	/*position: inherit;
	top: 1em;*/
	margin-bottom: 10px;
}
/*** トピックス・ニュース End ***/



/*** カテゴリ Start ***/

/* レイアウト */
.ctgry_line {
	width: 948px;
	margin: 10px 0;
	background: url('/asct/imgs/btm_line02.gif') 0 100% no-repeat;
}
/* html .ctgry_line { width: 953px; }*/ /* IE6用 */

.ctgrys {
	list-style-type: none;
	overflow: hidden;
	/*zoom: 1;*/ /* IE7対策 */
}
.ctgry {
	float: left;
	width: 307px;
	border: 1px solid #000000;
	/*margin-left: 10px;*/
	margin-bottom: -32768px;
	padding-bottom: 32768px;
}

/* タイトル */
.ctgry_title_line {
	width: 307px;
	height: 24px;
}

.ctgry_tl_mrk {
	width: 8px;
	height: 24px;
	float: left;
}
.ctm_clr01 { background-color: #ff0000; }
.ctm_clr02 { background-color: #ff6400; }
.ctm_clr03 { background-color: #ffc800; }
.ctm_clr04 { background-color: #7daa00; }
.ctm_clr05 { background-color: #00aa00; }
.ctm_clr06 { background-color: #00aa8c; }

.ctgry_tl {
	width: 294px;
	height: 24px;
	background-color: #dfdfdf;
	padding-left: 5px;
	float: right;
	position: relative;
}

.ctgry_tl a {
	display: block;
	height: 100%;
	/*font-size: 120%;*/
	position: absolute;
	top: 15%;
}
.ctgry_tl_non_a {
	display: block;
	height: 100%;
	/*font-size: 120%;*/
	position: absolute;
	top: 15%;
}

/* 説明 */
.ctgry_smry {
	width: 257px;
	height: 100%;
	border: 1px dotted #999999;
	margin: 10px 18px;
	padding: 6px;
}

/* 項目 */
.ctgry_items {
	width: auto;
	padding: 0 10px 10px 30px;
	list-style-type: square;
}
.ctgry_items li{
	line-height: 155%;
	vertical-align: top;
}
.ctgry_items li a{
	vertical-align: top;
}
/*** カテゴリ End ***/



/*** フッタ Start ***/
#sub_navi {
	width: 948px;
	text-align: center;
	margin-bottom: 3px;
}
.sub_navi_item {
	display: inline;
	border-left: 1px solid #000000;
	/*border-right: 1px solid #000000;*/
	padding: 1px 7px 1px 10px;
}
#footer {
	width: 948px;
	height: 30px;
	/*background: url("/asct/imgs/bg.gif") repeat fixed 0 0;*/
	background-color: #ed852f;
	position: relative;
}
#copyright {
	width: 520px;
	font-size: 93%;
	/*color: #ffffff;*/
	float: left;
	margin-left: 5px;
	position: absolute;
	top: 7px;
}
#ftr_navi {
	float: right;
	margin-right: 5px;
}

#ftr_navi li {
	list-style-type: none;
	float: left;
	border-left: 1px dotted #000000;
	/*border-right: 1px dotted #000000;*/
	margin: 8px 0;
	padding: 0 10px;
	/*position: absolute;
	top: 5px;*/
}
/*#footer ul li {
	width: 11.5em;
	background-color: #dfdfdf;
	text-align: center;
}*/

/*#ftr_navi a { font-weight: bold; }
#ftr_navi a:link { color: #FFFFFF; }
#ftr_navi a:hover { color: #FF0000; }
#ftr_navi a:visited { color: #800080; }*/
/*** フッタ End ***/
