@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background: url(../img-layout/body_bg.png) repeat-x center top;
	background-color: #EAEAEB;
}
#WRAP {
	width: 980px;
	margin: 0;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p, pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
ul.ul-area-serch {
	margin: 3px 0 -10px 0;
}
li.no {
	list-style-type: none;
}
li.normal {
	list-style-type: disc;
	font-size: 12px;
	margin-left: 10px;
	line-height: 140%;
}

li.privacy {
	font-size: 12px;
	list-style-type: decimal;
	line-height: 140%;
	margin-left: 28px;
}
li.c-daijoubu {
	font-size: 12px;
	list-style-type: decimal;
	line-height: 140%;
	margin-left: 242px;
}
li.sitemap01 {
	list-style-type: none;
	background: url(../img-layout/sitemap_mark01.png) no-repeat left 0;
	font-size: 16px;
	color: #0A50A1;
	line-height: 140%;
	padding: 10px 0 10px 24px;
	margin: 0 0 -9px 0;
}
li.sitemap02 {
	list-style-type: none;
	font-size: 12px;
	color: #333333;
	margin: 3px 0 0 15px;
}

li.news {
	list-style-type: none;
	font-size: 12px;
	margin-left: 20px;
	line-height: 120%;
}
li.news-table {
	list-style-type: none;
	font-size: 12px;
	margin: 5px 0 0 20px;;
	line-height: 160%;
}
li.sougaku {
	list-style-type: none;
	background: url(../img-layout/sougaku.png) no-repeat;
	padding: 4px 0 4px 18px;
	margin: 0 0 0 18px;
	font-size: 12px;
	display: inline;
	float: left;
	width: 125px;
}
li.shamei {
	list-style-type: none;
	font-size: 12px;
	margin: 3px 0 3px 6px;
}
li.inspection {
	list-style-type: none;
	background: url(../img-layout/sougaku.png) no-repeat left 0;
	font-size: 12px;
	line-height: 20px;
	width: 120px;
	padding: 0 0 0 17px;
	display: inline;
	float: left;
}
li.inline {
	list-style-type: none;
	display: inline;
	width: 100px;
	margin: 0 0 0 5px;
	font-size: 12px;
	float: left;
	line-height: 20px; 
}
li.map-midashi {
	list-style-type: none;
	font-size: 12px;
	line-height: 120%;
	margin: 0 0 3px 9px;
}
li.maptitle-inline {
	list-style-type: none;
	display: inline;
	width: 110px;
	font-size: 11px;
	float: left;
	line-height: 16px;
	margin: 5px 0 0 10px; 
}
li.map-inline {
	list-style-type: none;
	display: inline;
	width: 35px;
	font-size: 11px;
	float: left;
	line-height: 16px;
	margin-left: 10px; 
}
li.li-q {
	list-style-type: none;
	background: url(../img-layout/q.png) no-repeat left 0;
	font-size: 14px;
	color: #000066;
	margin: 5px 0 5px 5px;
	padding: 6px 0 6px 34px;
}
li.li-a {
	list-style-type: none;
	background: url(../img-layout/a.png) no-repeat left 0;
	font-size: 12px;
	color: #333333;
	margin: 5px 0 5px 35px;
	padding: 8px 4px 8px 36px;
	line-height: 140%
}
li.li-area {
	list-style-type: none;
	background: url(../img-layout/li_area.png) no-repeat;
	font-size: 12px;
	color:#333333;
	margin: 4px;
	padding: 0 0 0 20px;
	display: inline;
	float: left;
	width: 100px;
}
li.li-area02 {
	list-style-type: none;
	font-size: 12px;
	color:#333333;
	margin: 4px;
	padding: 2px;
	display: inline;
	float: left;
}
li.li-area-serch {
	list-style-type: none;
	font-size: 14px;
	display: inline;
	margin: 0;
	padding: 0;
}
li.li-area-serch02 {
	list-style-type: none;
	font-size: 14px;
	display: inline;
	margin: 0 0 0 465px;
	padding: 0;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #000099;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #FF0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-gry {
	background-color: #CCCCCC;
}
.bg-gry02 {
	background-color: #999999;
}
.bg-color-blue {
	background-color: #F4F4F4;
	padding: 8px;
	margin: 0 0 5px 0;
}
.bg-color-blue02 {
	background-color: #F4F4F4;
	padding: 2px;
	margin: 0;
	width: 363px;
	height: 283px;
}
.bg-color-blue03 {
	background-color: #F4F4F4;
	padding: 5px 0 0 5px;
	margin: 0 0 5px 0;
}
.bg-color-blue04 {
	background-color: #CFE3E8;
}
.bg-color-blue05 {
	background-color: #F4F4F4;
	padding: 8px;
	margin: 0 0 5px 0;
	height: 40px;
	display: block;
}
.bg-color-blue06 {
	background-color: #F4F4F4;
	padding: 2px;
	margin: 0;
	width: 363px;
	height: 280px;
	display: block;
}
.bg-color-blue07 {
	background-color: #F4F4F4;
	padding: 2px;
	margin: 0;
	width: 363px;
	height: 328px;
	display: block;
}
.bg-waku {
	border: #999999 solid 5px;
	width: 730px;
	margin: -4px 0 0 0;
}
.bg-model-waku {
	border: #999999 solid 2px;
	width: 725px;
	margin: 3px 0 3px 0;
	padding: 5px;
}
.bg-area-waku {
	border: #B5DBE4 solid 5px;
	width: 721px;
	margin: -4px 0 0 0;
	padding: 5px;
}
.bg-serch-waku {
	border: #666666 solid 2px;
	width: 726px;
	margin: -4px 0 0 0;
	padding: 5px;
}
.link-waku {
	border: 5px solid #D4E2E6;
	display: block;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 340px;
	min-height: 100px;
	text-align: center;
	font-size: small;
}
.link-waku a {
	text-decoration: none;
}
.link-waku .uri {
	text-decoration: underline;
}
.sitemap-waku {
	border: 1px solid #E0E0E0;
	margin: 2px;
	padding: 5px;
	display: block;
	width: 353px;
	height: 190px;
	float: left;
}


/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #000000;
	font-weight: normal;
	margin:0;
	padding: 6px 0 2px 4px;
	text-align: left;
}
#TOP {
	width: 980px;
	height: 75px;
	background: url(../img-layout/header.png) no-repeat;
	position: relative;
}

#LOGO {
	position: absolute;
	left: 0px;
	top: 20px;
}
#MENU {
	width: 980px;
	height: 30px;
	background: url(../img-layout/menu_bg.png) repeat-x;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}

/*___________ 【MAIN】 ___________ */
#MAIN {
	width:980px;
	float:left;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 5px 0 15px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:740px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #EFEFEF;
	margin: 7px 2px 0 0;
	padding: 6px 0 3px 5px;
}
#CONTENTS h2 {
	font-size:16px;
	color: #FFFFFF;
	background: url(../img-layout/h2.png) no-repeat;
	margin: 5px 0 0 0;
	padding: 14px 0 10px 15px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #000066;
	background: url(../img-layout/h3.png) no-repeat;
	margin: 5px 0 0 0;
	padding: 10px 0 6px 17px;
}
#CONTENTS h4 {
	font-size:12px;
	color: #0A50A1;
	background-color: #E8F0F2;
	margin: 20px 6px 0 6px;
	padding: 5px 0 5px 10px;
	border-left: 4px solid #0A50A1;
}
.title {
	background: url(../img-layout/title.png) no-repeat center top;
	margin: 5px 0 0 0;
	padding: 8px 0 7px 8px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.area-title {
	background: url(../img-layout/area_title.png) no-repeat;
	margin: 0;
	padding: 9px 0 7px 18px;
	font-size: 14px;
	color: #FFFFFF;
}
.contents-f {
	background: url(../img-layout/contents_f.png) no-repeat center bottom;
	margin: -5px 0 5px 0;
	padding: 5px 5px 5px 10px;
}
.catalogue {
	background: url(../img-layout/title02.png) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0 0 -1px 0;
	padding: 11px 0 0 20px;
}
.catalogue-f {
	background: url(../img-layout/title02_f.png) no-repeat center bottom;
	margin: 0;
	padding: 10px;
	height: 400px;
}
.table-title {
	background: url(../img-layout/table_title.png) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 8px 0 8px 20px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 2px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}

.c-serch {
	margin: 5px 0 5px 45px;
}
.c-serch02 {
	position: absolute;
	top: 285px;
	left: 11px;
}

.car01 {
	background: url(../img-layout/type01.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}
.car02 {
	background: url(../img-layout/type02.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}
.car03 {
	background: url(../img-layout/type03.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}
.car04 {
	background: url(../img-layout/type04.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}
.car05 {
	background: url(../img-layout/type05.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}
.car06 {
	background: url(../img-layout/type06.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}
.car07 {
	background: url(../img-layout/type07.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}
.car08 {
	background: url(../img-layout/type08.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}
.car09 {
	background: url(../img-layout/type09.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}

.car10 {
	background: url(../img-layout/type10.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}

.car11 {
	background: url(../img-layout/type11.png) no-repeat center top;
	width: 117px;
	height: 66px;
	margin: 2px;
	float: left;
}

div#type-kensaku {
	margin-top: 155px;
	margin-left: 15px;
}
div#satei-p {
	margin-top: 20px;
}

.satei {
	background: url(../img-layout/satei_bg.gif) no-repeat;
	width: 570px;
	height: 190px;
}
.satei-botan {
	position: absolute;
	top: 87px;
	left: 296px;
}
div.b-type {
	width: 560px;
	position: relative;
	margin-top: 5px;
}
.b-type01 {
	background: url(../img-layout/b-01.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.b-type02 {
	background: url(../img-layout/b-02.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 112px;
}
.b-type03 {
	background: url(../img-layout/b-03.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 224px;
}
.b-type04 {
	background: url(../img-layout/b-04.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 336px;
}
.b-type05 {
	background: url(../img-layout/b-05.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 448px;
}
.b-type06 {
	background: url(../img-layout/b-06.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 53px;
	left: 0;
}
.b-type07 {
	background: url(../img-layout/b-07.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 53px;
	left: 112px;
}
.b-type08 {
	background: url(../img-layout/b-08.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 53px;
	left: 224px;
}
.b-type09 {
	background: url(../img-layout/b-09.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 53px;
	left: 336px;
}
.b-type10 {
	background: url(../img-layout/b-10.png) no-repeat;
	width: 111px;
	height: 50px;
	position: absolute;
	top: 53px;
	left: 448px;
}


.b-bukken {
	position: absolute;
	top: 111px;
	left: 120px;
}
.b-serch {
	position: absolute;
	top: 150px;
	left: 232px;
}

div#buy-p {
	margin: 193px 0 0 -12px;
}
.serch-l {
	width: 367px;
	height: 372px;
	display: block;
	float: left;
}
.serch-r {
	width: 367px;
	height: 372px;
	display: block;
	float: right;
}
.serch-r-news {
	width: 363px;
	height: 372px;
	display: block;
	float: right;
	margin: 5px 0 0 5px;
}
.map {
	background: url(../img-layout/map.png) no-repeat center top;
	width: 367px;
	height: 593px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.map02 {
	background: url(../img-layout/map-top.png) no-repeat center top;
	width: 367px;
	height: 360px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.area-txt {
	font-size: 12px;
	color:#FFFFFF;
	text-align: center;
	margin: 0;
	padding: 3px 0 3px 0;
}
.area-txt02 {
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin: 0;
	padding: 4px 0 2px 5px;
}
.area-txt03 {
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 2px;
}
.area-img {
	text-align: left;
	margin: 0;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.block {
	display: block;
}
.blo-l {
	display: block;
	float: left;
	margin: 0;
}
.blo-r {
	display: block;
	float: right;
	margin: 0;
}

.blo-car {
	background: url(../img-layout/bg_car-change.png) no-repeat left top;
	margin: 0;
	width: 230px;
	height: 123px;
}
.blo-car02 {
	background: url(../img-layout/bg_car.png) no-repeat left top;
	margin: 0;
	width: 230px;
	height: 105px;
}
.blo-car03 {
	background: url(../img-layout/bg_car-model.png) no-repeat left top;
	width: 244px;
	height: 244px;
	margin: 1px;
	float: left;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:210px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #333333;
	background: url(../img-layout/side-h.png) no-repeat center top;
	line-height: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../img-layout/side-f.png) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 0;
	padding: 0 5px 0 0;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.side li {
	list-style-type: none;
	font-size: 12px;
	background: url(../img-layout/side_li.png) no-repeat left 6px;
	margin: 0 0 0 13px;
	padding: 7px 0 4px 18px;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
}
#F-MENU p {
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #333333;
	background: url(../img-layout/footer_img.png) no-repeat;
}
#FOOTER p {
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #000066;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #003399;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
.relative {
	position: relative;
}
.img-top {
	position: relative;
	top: 5px;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f12c {
	font-size: 12px;
	line-height:83%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma0 {
	margin: 0;
}
.pa0 {
	padding: 0;
}
.ma3 {
	margin: 3px;
}
.ma5 {
	margin: 5px;
}
.ma20 {
	margin: 20px;
}
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt75 {
	margin-top: 75px;
}
.mt80 {
	margin-top: 80px;
}
.mt120 {
	margin-top: 120px;
}
.ml3 {
	margin-left: 3px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml45 {
	margin-left: 45px;
}
.ml60 {
	margin-left: 60px;
}
.ml70 {
	margin-left: 70px;
}
.ml90 {
	margin-left: 90px;
}
.ml110 {
	margin-left: 110px;
}
.mr12 {
	margin-right: 12px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt47 {
	padding-top: 47px;
}
.pa3 {
	padding: 3px;
}
.pa5 {
	padding: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pl60 {
	padding-left: 60px;
}
/* ____ width設定 ____ */
.w38 {
	width: 38px;
}
.w80 {
	width: 80px;
}
.w95 {
	width: 95px;
}
.w110 {
	width: 110px;
}
.w150 {
	width: 150px;
}
.w170 {
	width: 170px;
}
.w230 {
	width: 230px;
}
.w240 {
	width: 240px;
}
.w275 {
	width: 275px;
}
.w278 {
	width: 278px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w367 {
	width: 367px;
}
.w456 {
	width: 456px;
}
.w560 {
	width: 560px;
}
/* ____ height設定 ____ */
.h50 {
	height: 50px;
}

/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}

/** テーブル設定 */
/** ランキング */
table.rank {
	width:100%;
	border: 1px solid #DFECEF;
	border-collapse: collapse;
	margin: 5px 0 5px 3px;
	font-size:small;
}
tr.rank-tr {
	background: url(../img-layout/ta_bg.png) repeat-x;
}
th.rank-th {
	border: 1px solid #DFECEF;
	border-collapse: collapse;
}
td.rank-td {
	border: 1px solid #DFECEF;
	border-collapse: collapse;
	height:4em;
}
table.rank td.num {
	padding:0 0.5em;
	text-align:right;
	background-color:#CFE3E8;
}
table.rank td.area,
table.rank td.sum,
table.rank td.impression,
table.rank td.service,
table.rank td.trouble {
	text-align:center;
}
table.rank td.name,
table.rank td.reason {
	padding:0 1em;
}



table.table-contact {
	width: 550px;
	border-collapse: collapse;
	border: 1px solid #ffffff;
}
td.td-contact {
	width: 190px;
	background: url(../img-layout/ta_bg02.png) repeat-y;
	border: 1px solid #ffffff;
}
td.td-right {
	width: 360px;
	border: 1px solid #ffffff;
}



table.area {
	width: 620px;
	margin: 3px auto 0 auto;
	padding: 0;
	background-color: #666666;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
table.area p {
	margin: 0;
}
table.area td p {
	margin: 0 1em;
}
th,td.area-thtd {
   margin: 0;
   text-align: center;
   border: 1px solid #CCCCCC;
}
th,td.area-thtd02 {
   margin: 0;
   text-align: center;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
}
td.company-td {
	margin: 0;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding:0;
}
.top-kensaku {
	width: 256px;
	position: relative;
	top: -4px;
}
.top-kensaku02 {
	width: 115px;
	position: relative;
	top: -4px;
}
.top-kensaku03 {
	width: 200px;
	position: relative;
	top: -4px;
}
#company_access {
	width:615px;
	margin:auto;
	text-align:center;
	font-size:small;
}
#company_access ul {
	text-align:left;
	list-style-position:inside;
	list-style-type:square;
}
/*p.long_text {
	width:615px;
	margin:auto;
	line-height:1.75;
	text-indent:1em;
}
ol.long_text {
	width:615px;
	margin:auto;
	padding:1ex;
	line-height:1.75;
	list-style-position:outside;
	border:solid 1px #aaa;
}
ol.long_text  li {
	margin:0.5ex 0 0.5ex 2em;
	padding:0;
	line-height:1.75;
}*/
div.long_text {
	width:650px;
	margin:auto;
}
table.example {
	border-collapse: collapse;
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
}
table.example caption {
	text-align:left;
	margin: 1ex;
}
table.example th {
	border: none;
	text-align: right;
}
table.example th,
table.example td {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 0 1ex;
}