/*　各ブラウザ向けのhack設定　*/
/*　IE6 セレクタの前に「_」を記載した別設定を設けている */
/*　IE7 セレクタの前に「*:first-child+html」を記載した別設定を設けている */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", Sans-Serif;
	font-size: 75%;
	line-height: 150%;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ", "Meiryo";
}
#terrytory {  /* 全体の枠組み　横幅970px */
	width: 970px;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style : none; /*リストマークを消す*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border: 0px;
	text-align: right;
}
/*ヘッダーメニュー*/
#logo {   /*nextechのロゴ部分に透明gif配置　indexにリンクx */
	float: left;
	width: 120px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#top_menu {  /*ヘッダーメニューのエリア*/
	float: right;
	width: 840px;
	font-size:12px;
	padding: 0px;
	margin: 0px;
}
#mainmenu_u { /*テキスト表示のヘッダーメニュー*/
	font-size: 10px;
	width: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
*:first-child+html #mainmenu_u { /*テキスト表示のヘッダーメニュー*/
	height: 32px; /*IE7用にボックスの高さを指定*/
}
#mainmenu_u ul {
	display:inline;
}
#mainmenu_u li {
	float: right;  /*これで一列にリストを並ばせる*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	_padding-bottom:3px;
	font-size:10px;
	_font-size:70%;
	display:inline;
}
*:first-child+html #mainmenu_u li {
	float: right;  /*これで一列にリストを並ばせる*/
	padding-right:10px;
	padding-top:10px;
	padding-bottom:12px;
	display:inline;
	font-size:80%;
	height: 16px;
}
#mainmenu_u a {
	text-decoration : none;  /*下線を表示しない*/
}
#mainmenu_u a:link {
	color: #ffffff;
}
#mainmenu_u a:visited {
	color: #ffffff;
}
#mainmenu_u a:active {
	color: #ffffff;
}
#mainmenu_u a:hover { /*マウスポインタがリンクに重なったときの設定*/
	color: #f90;
}
#mainmenu_b {
　/*ボタン表示のヘッダーメニュー*/
 width: 100%;
	float: right;
}
#mainmenu_b li {
	float: right;  /*これで一列にリストを並ばせる*/
	width : 180px;  /*リストの幅の設定*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	margin : 0px;
	padding : 0px;
	list-style : none; /*リストマークを消す*/
}
#mainmenu_b a {
	display: block;  /*リンク範囲をブロックに変更する*/
	width:100%;     /*リンク範囲の横幅は100％*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image: url(img/menu-bottom_0.gif);  /*off画像*/
	background-position: left top;  /*画像を左上に配置*/
	background-repeat: no-repeat;  /*背景画像を繰り返さない*/
	color:#f90;  /*テキスト色を変更*/
	text-align:center;
	padding-top:3px;
	padding-bottom:12px;
	text-decoration: none;  /*下線を表示しない*/
	color : #039;
}
#mainmenu_b a:visited {
	display:block;  /*リンク範囲をブロックに変更する*/
	width:100%;     /*リンク範囲の横幅は100％*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image:url(img/menu-bottom_0.gif);  /*off画像*/
	background-position:left top;  /*画像を左上に配置*/
	background-repeat:no-repeat;  /*背景画像を繰り返さない*/
	padding-top:3px;
	padding-bottom:12px;
	text-align:center;
	text-decoration: none;  /*下線を表示しない*/
}
#mainmenu_b a:hover {  /*マウスポインタがリンクに重なったときの設定*/
	background-image:url(img/menu-bottom_2.gif);   /*on画像*/
	background-position : left top;  /*画像を左上に配置*/
	background-repeat : no-repeat;  /*背景画像を繰り返さない*/
	color:#f90;  /*テキスト色を変更*/
	text-align:center;
	padding-top:3px;
	padding-bottom:12px;
}
#mainmenu_b a:active {  /*クリックしたときの設定*/
	background-image:url(img/menu-bottom_1.gif);   /*on画像*/
	background-position : left top;  /*画像を左上に配置*/
	background-repeat : no-repeat;  /*背景画像を繰り返さない*/
	color:#f90;  /*テキスト色を変更*/
	text-align:center;
	padding-top:3px;
	padding-bottom:12px;
}
#navi_menu {
	clear: both;
	font-size: 10px;
	_font-size: 80%;
	width: 960px;
	float: left;
	height: 20px;
	_height: 17px;
	padding-left: 10px;
	margin-top: -8px;
	_margin-top:7px;
	_margin-bottom:-8px;
}
*:first-child+html #navi_menu {
	clear: both;
	font-size: 80%;
	width: 960px;
	float: left;
	height: 14px;
	padding-left: 10px;
	margin-top:7px;
	margin-bottom:-4px;
}
#navi_menu a {
	text-decoration : none;  /*下線を表示しない*/
}
#contents {  /*メインコンテンツを掲示するエリア*/
	float: left;
	width: 710px;
	position: relative;
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	color: #333;
	text-decoration: none;
	background-image: url(img/bg_contents.gif);  /*画像*/
	background-position : left top;  /*画像を左上に配置*/
	background-repeat : repeat-y;  /*背景画像を縦方向へ繰り返す*/
	list-style-type: none;
	_padding-top: 15px;
}
*:first-child+html #contents {
	padding-top: 12px;
}
#sidemenu {  /*右側のメニュー*/
	float: right;
	width: 240px;
	margin-top: 5px;
	_margin-top: 25px;
	font-size: 12px;
	text-align: right;
}
*:first-child+html #sidemenu {  /*右側のメニュー*/
	float: right;
	width: 220px;
	margin-top: 22px;
	font-size: 12px;
	text-align: right;
}
#sidemenu a {
	text-decoration : none;  /*下線を表示しない*/
	font-size:12px;
}
#sidemenu h1 {
	font-weight:normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	padding-bottom: 2px;
 color: #03C:
}
#sidemenu h1 a {
 color: #03C:
}
#sidemenu a:visited {
	color: #009;
}
#sidemenu li {
	list-style : none; /*リストマークを消す*/
	line-height: 1.8em;
}
#sidemenu ul li a img {
}
#top_logo {   /*indexページのロゴ配置エリア */
	float: left;
	width: 970px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/top-logo_bg.gif);
	position: relative;
}
#top_logo img {
	border: 0px;
}
#message { /*indexページのメッセージ部分*/
	float: left;
	width: 970px;
	height: 210px;
	padding: 0px;
	margin: 0px;
	clear: both;
	position: relative;
	background-image:url(img/nextech_message.gif);
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
}
#message a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 845px;
	top: 190px;
	width: 120px;
	height: 13px;
}
#top_navi { /*indexページのメインメニュー掲示するエリア*/
	float:left;
	clear:both;
	width:970px;
	height:142px;
	background-image: url(img/top_navi-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	vertical-align: text-top;
	position: relative;
}
#top_navi a {
	text-decoration:none;
}
#top_navi a:link {
	color: #039;
}
#top_navi a:visited {
	color: #039;
}
#top_navi a:hover { /*マウスポインタがリンクに重なったときの設定*/
	color: #F90;
	cursor: pointer;
}
#top_navi ul {
	width: 928px;
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
#top_navi ul li {
	float: left;
	width: 232px;
	_width: 200px;
	vertical-align:top;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top_navi ul li dl {
	padding: 0px;
	margin-top: -7px;
	_margin-top: 10px;
	width: 232px;
	_width: 200px;
	margin-left: 28px;
	_margin-left: 31px;
}
*:first-child+html #top_navi ul li dl {
	padding: 0px;
	margin-top: 9px;
	width: 230px;
	margin-left: 27px;
}
#top_navi ul li a dl dt {
	padding-top: -3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	_margin-bottom: 15px;
	margin-left: 0px;
	font-size: 13px;
	background-image: url(img/ico_top_navi_blue.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
#top_navi ul li a:hover dl dt {
	background-image: url(img/ico_top_navi_or.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
#top_navi ul li a dl dd {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	_margin-left: 5px;
	border-left-width: 3px;
	border-left-style: outset;
	border-left-color: #FFF;
	padding-left: 8px;
	_padding-left: 10px;
	padding-right: 30px;
	_padding-right: 15px;
}
*:first-child+html #top_navi ul li a dl dd {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	border-left-width: 3px;
	border-left-style: outset;
	border-left-color: #FFF;
	padding-left: 8px;
	padding-right: 30px;
}
#top_navi ul li a dl dd .more {
	display: block;
	text-align: right;
	font-size: 10px;
	color: #00C;
}
#news {  /*右側のメニュー*/
	background-image: url(img/bg_contents.gif);  /*画像*/
	background-position : left top;  /*画像を左上に配置*/
	background-repeat : repeat-y;  /*背景画像を縦方向に繰り返す*/
	float: left;
	width: 680px;
	clear: both;
	height: 200px;
	margin-top:0;
}
#news h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-heght: 20px;
	color: #333;
	text-decoration: none;
	margin-top: 15px;
	_margin-top: 20px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	font-weight: normal;
	margin-left: 20px;
}
* html body dl dd div {
	display:inline-block;
}
#news dl dt {
	float:left;
	width:13em;
	padding-left:2em;
	padding-bottom:10px;
}
#news dl dd {
	margin-left:0;
	padding-left:15em;
	padding-bottom:10px;
}
#news a {
	text-decoration : none;  /*下線を表示しない*/
	float: none;
	width: 100%;
}
#news a:hover {
	text-decoration:underline;
}
#top_right {  /*indexページの右下段、リンクやバナーを配置するエリア*/
	float: right;
	width: 260px;
	height: inherit;
	margin: 0;
	padding: 0;
}
#top_right ul {
	list-style-type: none;
}
#top_right li a {
	display: block;
	height: 21px;
	_height: 30px;
	width: 220px;
	text-decoration:none;
	font-size: 13px;
	margin-top: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	text-indent: 30px;
	background-image: url(img/top_menu-bottom_0.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	list-style-type: none;
}
#top_right li a:link {
	color:#039;
}
#top_right li a:visited {
	color:#039;
}
#top_right li a:hover {
	background-image: url(img/top_menu-bottom_2.gif);
	background-repeat: no-repeat;
	background-position: 50% right;
	color:#F93;
}
#top_right img {
	float:right;
	margin-bottom: 10px;
}
#footer {  /*著作権表示などのエリア*/
	clear: both;
	float: left;
	width: 810px;
	_width: 970px;
	font-size: 9px;
	_font-size: 70%;
	height: auto;
	background-color: #006;
	margin: 0px;
	padding:0 0 0 160px;
	display:inline;
}
*:first-child+html #footer {
	font-size: 70%;
}
#footer ul {
	display:inline;
}
#footer li {
	list-style: none;
	float: left;  /*これで一列にリストを並ばせる*/
	height : 15px;  /*リストの高さの設定*/
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #ffffff;
	display:inline;
	background-color: #006;
}
#footer a {
	text-decoration : none;  /*下線を表示しない*/
}
#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:active {
	color: #ffffff;
}
#footer a:hover { /*マウスポインタがリンクに重なったときの設定*/
	color: #ffa200;
}
メインコンテンツ #contents p .p_r {
	text-align: right;
}
#contents p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 2em;
	text-decoration: none;
	margin-left: 160px;
}
#contents p a {
	text-decoration: none;
}
#contents p a:hover {
	text-decoration:underline;
}
table 関係 #group table {
	display: table;
	width: 550px;
	margin-left: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-style: solid;
}
#group table tr th {
	width: 50px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c0c0c0;
	background-image: url(img/table_th_bg02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
#group table tr td {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c0c0c0;
	padding: 5px;
}
#contents #menu {
	text-decoration: none;
	width: 510px;
	margin-left: 170px;
	list-style-image: url(img/icon2.gif);
}
#contents #menu ul li a {
	text-decoration: none;
}
#contents .table_layout {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
	width: 550px;
	_width: 540px;
	margin-left: 160px;
	margin-bottom: 20px;
	display: table;
}
#contents .table_layout a {
	text-decoration:none;
}
#contents .table_layout a:hover {
	text-decoration:underline;
}
#contents .table_layout tr th {
	color: #666;
	font-weight:normal;
	background-image: url(img/table_th_bg03.gif);
	text-align: left;
	width: 8em;
	vertical-align: text-top;
	border-bottom: 1px solid #ccc;
	background-position:left top;
	padding: 8px 0px 0px 10px;
}
#contents .table_layout tr td {
	padding: 5px;
	line-height: 2em;
	border-bottom:1px solid #ccc;
	padding: 5px;
}
#contents .table_layout tr td a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contents .table_layout_mailform {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
	width: 550px;
	_width: 540px;
	margin-left: 160px;
	margin-bottom: 20px;
	display: table;
}
#contents .table_layout_mailform a {
	text-decoration:none;
}
#contents .table_layout_mailform tr th {
	color: #666;
	font-weight:normal;
	background-image: url(img/table_th_bg03.gif);
	text-align: left;
	width: 8.5em;
	vertical-align: text-top;
	border-bottom: 1px solid #ccc;
	background-position:left top;
	padding: 8px 0px 0px 10px;
}
#contents .table_layout_mailform tr td {
	padding: 5px;
	line-height: 2em;
	border-bottom:1px solid #ccc;
	padding: 5px;
}
#member {
	float: left;
	margin-left: 0px;
	width: 710px;
}
#member img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#member #txt {
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	margin-left: 160px;
	line-height: 25px;
	text-decoration: none;
}
#member .name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #666;
	padding-left: 5px;
}
#member .clear {
	clear: both;
}
#contents #normal_list ul {
	margin-left: 170px;
	list-style-image: url(img/icon3.gif);
	line-height: 1.5em;
}
#contents h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight:normal;
	text-decoration: none;
	margin-left: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	line-height: 1.2em;
}
#contents h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-left: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
	display: block;
	line-height: 1.1em;
	margin-bottom: 0px;
}
#contents h2 a {
	text-decoration: none;
}
#contents h3 {
	font-size:12px;
	font-weight: normal;
	color: #333333;
	width: 530px;
	_width: 540px;
	clear:both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 160px;
	_margin: 0 0 -20px 80px;
	text-align:left;
	background-color: #CCC;
	display: block;
	height: 20px;
	_height: 25px;
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F93;
	background-image: url(img/bg_case_table2.gif);
	background-repeat: repeat;
	text-decoration: none;
}
#contents h3 a {
	text-decoration: none;
}
#contents h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	margin-left: 160px;
	margin-top: 10px;
	line-height: 1.2em;
	font-weight: normal;
}
#contents h6 a {
	text-decoration: none;
}
#contents_top h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-decoration: none;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-top: 15px;
	margin-bottom: 3px;
	line-height: 1em;
	color: #333;
	padding: 2px;
}
#contents .table_case {
	width: 540px;
	_width: 530px;
	float: left;
	position:relative;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #999;
	list-style-position: inherit;
	list-style-image: url(img/icon1.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 999999;
	_margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 170px;
	_margin-left: 85px;
	clear: left;
}
#contents .table_case th {
	color:#FFF;
	background-position:left top;
	text-align:left;
	background-image: url(img/bg_case_table.gif);
	font-size: 9pt;
	line-height: 120%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	padding-top: 0.2em;
	_padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 85px;
	_width: 100px;
}
*:first-child+html #contents .table_case th {
	color:#FFF;
	background-position:left top;
	text-align:left;
	background-image: url(img/bg_case_table.gif);
	font-size:9pt;
	line-height: 120%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 100px;
}
#contents .table_case td {
	padding:0.3em 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	font-size: 12px;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
#contents .table_case dl {
	font-size: 12px;
	line-height: 1.6em;
	color:#cc6600;
	margin: 0px;
	padding: 0px;
}
#contents .table_case dd {
	font-size: 12px;
	line-height: 1.6em;
	color:#666666;
}
#contents dl {
	margin-left: 160px;
}
#contents dl dd {
	margin-left: 1em;
	padding-left: 1em;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5em;
}
#contents dl dd a {
	text-decoration:none;
}
#contents dl dd a:hover {
	text-decoration:underline;
}
#contents dl dt {
	color: #600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c0c0c0;
	text-align: left;
	line-height: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents dl dd dl {
	margin-left: 0em;
	padding-left: 2em;
}
#contents form .table_layout tr td .imp {
	color: #F00;
}
#contents form .table_layout tr th {
	width: 100px;
}
#contents #160 dl {
	margin-left: 160px;
}
#contents #site_map {
	margin-left: 160px;
}
#contents #site_map ul {
	list-style-type: none;
	line-height: 1.8em;
}
#contents #site_map ul a {
	text-decoration:none;
}
#contents #site_map ul a:hover {
	text-decoration:underline;
	display: block;
}
#contents ul li a {
	text-decoration: none;
}
#contents ul li a:hover {
	text-decoration: underline;
}
#service_title {
	margin-left: 160px;
}
#service_title table tr td ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#service_title table tr td ul li .l {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	font-weight:bold;
	background-image: url(img/ico_service2.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	text-indent: 20px;
	display: list-item;
	line-height:15px;
}
#service_title table tr td ul li .s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	list-style-type: none;
	text-indent: 20px;
	display: list-item;
	line-height:15px;
	padding-bottom:5px;
}
#industry_title {
	margin-left:140px;
}
#industry_title li {
	float: left;  /*これで一列にリストを並ばせる*/
	list-style : none; /*リストマークを消す*/
	width: 130px;  /*リストの幅の設定*/
	height: auto;
	padding: 5px 0px;
	background-image: url(img/table_th_bg04.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	text-align: center;
	display: block;
}
#industry_title ul {
	margin-top: 10px;
}
*:first-child+html #industry_title li { /* IE 7 */
	display:inline;
	zoom:1;
}
#industry_title li a {
	display: block;
	text-decoration:none;
}
#industry_title li a:hover {
	background-image: url(img/table_th_bg04-2.gif);
	text-decoration:none;
}
*:first-child+html #industry_title li a:hover { /* IE 7 */
	display:inline;
	zoom:1;
	background-image: url(img/table_th_bg04-2.gif);
}
#wp {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#wp .r {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
#wp h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-left: 160px;
	line-height: 1.5em;
	margin-bottom: 0px;
}
#wp .index {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	_font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	padding-left: 50px;
}
#pub {
	border:0px;
}
#pub p img {
	text-align: left;
	margin: 3px 10px 10px 0px;
	float: left;
}
#pub h3 {
	_margin-bottom: 5px;
}
*:first-child+html #wp .index {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 70%;
	line-height:120%;
	font-weight: normal;
	text-decoration: none;
	padding-left: 50px;
}
#copyright dl dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-top:10px;
}
*:first-child+html #copyright dl dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-top:10px;
}
#copyright dl dd {
	font-size: 10px;
	line-height: 10px;
	_font-size: 70%;
	_line-height:120%;
	text-decoration: none;
	margin-top: 10px;
}
*:first-child+html #copyright dl dd {
	font-size: 70%;
	line-height:120%;
	text-decoration: none;
	margin-top: 10px;
}
#wp .graph_t {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFC;
	margin-left: 160px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FC9;
	padding-left: 5px;
}
#wp ul {
	margin-left: 180px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 2em;
	padding: 5px;
}
#wp p a img {
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
*:first-child+html #pub h3 {
	margin-bottom: 0px;
}
.r {
	text-align: right;
}
#contents hr {
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-left: 160px;
	height: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-right-width: 0px;
	border-left-width: 0px;
}
#contents .case_link_list dl {
	width: 500px;
}
* html body #contents .case_link_list dd div { /* IE6対策 */
	display:inline-block;
}
#contents .case_link_list dt {
	width: 50px;
	float: left;
	background-image:url(img/ico_case_back.gif);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	border: 0px;
	margin-bottom: 18px;
}
#contents .case_link_list dd {
	margin-left: 0;
	padding-left: 55px;
	margin-bottom: 18px;
}
#contents .case_link_list a {
	text-decoration:none;
	border:0px;
}
#contents .case_link_list dt a {
	color:#FFF;
}
#contents .case_link_list a:hover {
	text-decoration:underline;
	border:0px;
}
#contents .case_link_list dt a:hover {
	color:#FFF;
}
#site_map ul li {
	list-style-image: url(img/icon3.gif);
	line-height: 3em;
}
#site_map ul li ul li {
	list-style-image: url(img/icon2.gif);
	line-height: 1.5em;
}
#photo img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px;
}
#terrytory #contents form .table_layout tr th {
	word-spacing: nowarp;
}