@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;*/
}

/* flort関連 */
.flort_lft { float: left; }
.flort_clr { clear: both; } /* floatさせた子ボックスが親ボックスをはみ出す現象の回避 */

/* width関連 */
.width42 { width: 42px; }
.width45 { width: 45px; }
.width78 { width: 78px; }
.width130 { width: 130px; }
.width302 { width: 302px; }
.width583 { width: 583px; }
.width731 { width: 731px; }
.width777 { width: 777px; }
.width819 { width: 819px; }
.width829 { width: 829px; }
.width839 { width: 839px; }
.width849 { width: 849px; }

/* margin関連 */
.mrgn_lft10 { margin-left: 10px; }
.mrgn_lft20 { margin-left: 20px; }
.mrgn_lft30 { margin-left: 30px; }
.mrgn_top20 { margin-top: 20px; }

/* padding関連 */
.pd_lft10 { padding-left: 10px; }

/* 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; }*/

/* テキスト関連 */
.txt_algn_right { text-align: right; }
.txt_algn_cntr { text-align: center; }
.txt_bold { font-weight: bold; }
.txt_valgn_top { vertical-align: top; }
.txt_clr_rd { color: #FF0000; }

.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 ***/
#g_navi {
	width: 948px;
	height: 42px;
	border: 1px solid #dddddd;
	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 a { background-image: url("/asct/imgs/g_navi_top.gif"); }
#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"); }

/* カレントページ用 */
#g_navi li#g_navi01_cpg { background: url("/asct/imgs/g_navi_top.gif") no-repeat 0 100%; }
#g_navi li#g_navi02_cpg { background: url("/asct/imgs/g_navi_artisan.gif") no-repeat 0 100%; }
#g_navi li#g_navi03_cpg { background: url("/asct/imgs/g_navi_service.gif") no-repeat 0 100%; }
#g_navi li#g_navi04_cpg { background: url("/asct/imgs/g_navi_achvmnt.gif") no-repeat 0 100%; }
#g_navi li#g_navi05_cpg { background: url("/asct/imgs/g_navi_csr.gif") no-repeat 0 100%; }
#g_navi li#g_navi06_cpg { background: url("/asct/imgs/g_navi_news.gif") no-repeat 0 100%; }
/*** グローバルナビ End ***/



/*** パンくずリスト Start ***/
#tpc_path {
	width: 950px;
	font-size: 80%;
	padding: 8px 10px;
	margin-bottom: 35px;
}
/*** パンくずリスト End ***/



/*** 中項目タイトル Start ***/
h2 {
	width: 950px;
	height: 30px;
	background: url("/asct/imgs/m_tl.jpg") no-repeat left top;
	padding-left: 25px;
	margin-bottom: 25px;
}
h2 a {
	font-weight: bold;
	color: #666666;
	line-height: 30px;
}
h2 a:hover { color: #666; }
/*** 中項目タイトル End ***/



/*** 最終更新日 Start ***/
.updt_day {
	width: 940px;
	height: 100%;
	text-align: right;
	position: relative;
	top: -20px;
	font-size: 85%;
}
/*** 最終更新日 End ***/



/*** 企業情報・お問い合わせ Start ***/
.info_line li {
	float: left;
	height: 100%;
	padding-bottom: 1px;
	margin-bottom: 15px;
	list-style-type: none;
}
/*** 企業情報・お問い合わせ Start ***/



/*** 説明文 Start ***/
#exp {
	width: 885px;
	height: 100%;
	margin: 0 20px 40px 45px;
	line-height: 155%;
}
#exp p, #exp span, #exp div {
	line-height: 155%;
}
/* CSRメッセージ */
#msg {
	width: 865px;
	margin: 20px 124px 0 0;
	padding: 5px;
	border: 1px dotted #000000;
	/*line-height: 155%;*/
}
/* 実績紹介注釈 */
#ach_exp {
	float: right;
	margin-top: -58px;
	font-size: 90%;
	/*margin: 0 0 5px 300px;
	padding: 5px;*/
	/*border: 1px dotted #000000;*/
}
.sbmt {
	margin-top: 20px;
}
/*** 説明文 End ***/



/*** フッタ Start ***/
.ftr_spc {
	height: 40px;
	clear: both;
}
#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 ***/

