@charset 'UTF-8';
@import url(common.css);
@import url(navi.css);


/* ================================================================ *
	NexasDesign 2008/10
	共通 CSS

 * ================================================================ */


/* -------------------------------------------------------------------
>> 文書全体
------------------------------------------------------------------- */

body {
	text-align : center;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FCFCFA;
}

.wrap {
	width : 900px;
	margin : 0 auto;
	text-align : left;
}

table {
	border-collapse: collapse;
}

li {
	list-style : none;
}
img {
	border : none;
}

/* -------------------------------------------------------------------
>> header
------------------------------------------------------------------- */
#header {
	height : 81px;
}

#header h1 {
	margin : 10px 0;
	float : left;
}

#header-navi {
	float : right;
	margin : 75px 0 0;
}
#header-navi li {
	display : inline;
}
#header-navi .std {
	padding : 0 5px;
	font-size : 12px;
	text-decoration : none;
	border-left : 1px solid #666666;
	color: #666666;
}
#header-navi .now {
	padding : 0 5px;
	font-size : 12px;
	text-decoration : none;
	border-left : 1px solid #666666;
	color: #ff6666;
}
#header-navi .border-right a {
	border-right : 1px solid #666666;
}
/* -------------------------------------------------------------------
>> 見出し設定
------------------------------------------------------------------- */
/* トップページ　見出し背景設定 */
.index-h2-bg {
	width : 900px;
	height : 147px;
	position : relative;
}
.index-h2-bg span {
	position : absolute;
	width : 100%;
	height : 100%;
}
#title-index span {
	background : url(../img/title/title_index.jpg) no-repeat;
}

/* レギュラーページ　見出し設定 */
.h2-bg {
	width : 900px;
	height : 100px;
	position: relative;
}
.h2-bg span {
	width : 100%;
	height : 100%;
	position: absolute;
/*	top: -18px;*/
/*	top : -14px;*/
}

/* 背景設定 */
#title110 span{
	background : url(../img/title/110bg.jpg) no-repeat;
}
#title200 span{
	background : url(../img/title/200bg.jpg) no-repeat;
}
#title300 span{
	background : url(../img/title/300bg.jpg) no-repeat;
}
#title310 span{
	background : url(../img/title/310bg.jpg) no-repeat;
}
#title330 span{
	background : url(../img/title/330bg.jpg) no-repeat;
}
#title400 span{
	background : url(../img/title/400bg.jpg) no-repeat;
}
#title500 span{
	background : url(../img/title/500bg.jpg) no-repeat;
}
#title510 span{
	background : url(../img/title/510bg.jpg) no-repeat;
}
#title600 span{
	background : url(../img/title/600bg.jpg) no-repeat;
}
#title700 span{
	background : url(../img/title/700bg.jpg) no-repeat;
}
#title800 span{
	background : url(../img/title/800bg.jpg) no-repeat;
}
#title_download span{
	background : url(../img/title/download_bg.jpg) no-repeat;
}

/* h3背景設定① */
.h3-bg {
	height : 36px;
	color : #666666;
	background: url(../img/parts/h3_bg01.jpg) no-repeat;
	clear: both;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
}
.h3-bg span {
	display : block;
	padding : 5px 0 0 40px;
	font-size: 14px;
}

/* h3背景設定② */
.h3-bg2 {
	width : 226px;
	height : 36px;
	margin : 0 0 0.8em;
	color : #666666;
	background: url(../img/parts/h3_bg02.jpg) no-repeat;
}
.h3-bg2 span {
	display : block;
	padding : 5px 0 0 40px;
	font-size: 14px;
}

/* -------------------------------------------------------------------
>> コンテンツレイアウト設定
------------------------------------------------------------------- */
#content-top:after,
#content:after {
	content : url(../img/parts/space.gif);
	display : block;
	clear : both;
	height : 0;
	overflow : hidden;
}
#content {
	width : 900px;
	background : url(../img/parts/cont_bg.png) repeat-y;
	margin-top: 40px;
}
#left-area {
	float : left;
	width : 570px;
/*	background : #d4d;*/
}
#right-area {
	float : right;
	width : 325px;
/*	background : #4d4;*/
}
#right-area-in {
	padding : 0 0 0 9px;
}

/* トップページ用レイアウト */
#content-top {
	width : 900px;
	margin :20px 0;
}
#Tleft-area {
	float : left;
	width : 428px;
/*	background : #4d4;*/
}

#Tright-area {
	float : right;
	width : 426px;
/*	background : #4dd;*/
}
#Tright-area #right-area-in {
	padding : 0 0 0 0;
}

/* -------------------------------------------------------------------
>> コンテンツ設定
------------------------------------------------------------------- */
/* コンテンツ共通設定 */
#left-area a {
	text-decoration: none;
	color: #336600;
}
#left-area a:hover {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
#left-area a:visited {
	text-decoration: none;
	color: #666;
}
#left-area p {
	text-indent : 1em;
	line-height : 150%;
	font-size : 80%;
	margin-bottom: 1em;
	padding-right: 30px;
	padding-left: 20px;
}
#left-area p.no_indent {
	text-indent : 0;
}
#left-area table {
	font-size : 80%;
	width: 520px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#left-area li {
	font-size : 80%;
	margin-left: 30px;
	margin-right: 30px;
}
#right-area p {
	margin : 0 0 1em;
	padding : 0 20px 0 20px;
	line-height : 150%;
	font-size : 80%;
}
#left-area hr {
	color: #FCFCFA;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 20px;
}
/* サイトマップ設定 */
.cl1_01{
	margin-bottom: 8px;
	background-image: url(../img/parts/jinpm.gif);
	background-repeat: no-repeat;
	text-indent: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 18px;
}
.cl2_01{
	text-indent: 54px;
	margin-bottom: 8px;
	background-image: url(../img/parts/jinpm.gif);
	background-repeat: no-repeat;
	margin-left: 40px;
	background-position: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 18px;
}
.cl2_02{
	text-indent: 54px;
	margin-bottom: 8px;
	background-image: url(../img/parts/jotsm.gif);
	background-repeat: no-repeat;
	margin-left: 40px;
	background-position: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 18px;
}
.cl3_01{
	text-indent: 84px;
	margin-bottom: 8px;
	background-image: url(../img/parts/jinpm.gif);
	background-repeat: no-repeat;
	background-position: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 18px;
}
.cl3_02{
	text-indent: 84px;
	margin-bottom: 8px;
	background-image: url(../img/parts/jotsm.gif);
	background-repeat: no-repeat;
	background-position: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 18px;
}
.cl4_01{
	text-indent: 114px;
	margin-bottom: 8px;
	background-image: url(../img/parts/jinpm.gif);
	background-repeat: no-repeat;
	background-position: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 18px;
}
.cl4_02{
	text-indent: 114px;
	margin-bottom: 8px;
	background-image: url(../img/parts/jotsm.gif);
	background-repeat: no-repeat;
	background-position: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 18px;
}

/* ダウンロード設定 */
#download .cl1_01 {
	font-size: 1.125em;
	height: auto;
	padding-bottom: 6px;
	background-position: 0 3px;
}
#download .cl1_01 a {
	font-size: 1.125em;
	height: 1.125em;
	padding-bottom: 6px;
	background-position: 0 3px;
}
#download .cl1_01 span {
	font-size: 0.875rem;
}
#download .cl1_01 p {
	margin-bottom: 0;
	padding-top: 8px;
	text-indent: 0;
}

/* dlタグに枠線をつける設定 */
.border-box {
	border : 1px dashed #669900;
	background : #fff;
}
#Tleft-area .dl-layout01 {
	margin : 10px;
	padding : 0 0 0 0;
	font-size : 75%;
}
.border-box dd {
	font-weight : bold;
}
.dl-layout01 dd.more {
	text-align : right;
}
.dl-layout01 dd.more a {
	padding : 0 20px 0 0;
	font-size : 10px;
	color : #666666;
	text-decoration : none;
	background: url(../img/icon/anc03.png) no-repeat right center;
}


/* dlタグ設定①　dt,ddを横並びにする */
.dl-layout01 {
	margin : 0 0 20px;
	padding : 0 30px 0 20px;
	font-size : 80%;
}
.dl-layout01 dt {
	clear : both;
	float : left;
	color : #003399;
}
.dl-layout01 dd {
	margin : 0 0 0.7em;
	padding : 0 0 0 7em;
	color : #666666;
}
.dl-layout01 a {
	color: #336600;
	text-decoration: none;
}
.dl-layout01 a:visited{
	color: #666;
	text-decoration: none;
}
/* dlタグ設定②　施工実績 */
.dl-layout02 {
	margin : 0 0 20px;
	padding : 0 30px 0 20px;
	font-size : 80%;
}
.dl-layout02 dt {
}
.dl-layout02 dd {
	color : #333333;
}
.dl-layout02_200 {
	font-size : 80%;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 20px;
}
.dl-layout02_200 dt {
	clear: both;
	margin: 0px;
	font-size: 8px;
}
.dl-layout02_200 dd {
	color : #333333;
	width: 200px;
	margin-right: 40px;
}
/* dlタグ設定③　採用情報 */
.dl-layout03 {
	margin : 0 0 20px;
	padding : 0 30px 0 20px;
	font-size : 80%;
}
.dl-layout03 dt {
	font-size: 14px;
	color: #336600;
	font-weight: bold;
	margin-bottom: 6px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #336600;
	padding-left: 6px;
}
.dl-layout03 dd {
	color : #333333;
}
/* dlタグ設定④　表彰 */
.dl-layout04 {
	margin : 0 0 20px;
	padding : 0 30px 0 20px;
	font-size : 80%;
}
.dl-layout04 dt {
	font-weight: bold;
	margin-bottom: 4px;
	clear: both;
	margin-top: 4px;
}
.dl-layout04 dd {
	color : #333333;
}
/* ページ内リンク */
.index-box {
	width : 316px;
	background : url(../img/parts/index_box_in.png) repeat-y 16px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

.index-box dl {
	padding : 0 0 10px;
	background : url(../img/parts/index_box_foot.png) no-repeat 16px bottom;
}
.index-box dt {
	padding-bottom: 10px;
}
.index-box dd {
	margin-right: 10px;
	margin-left: 30px;
	padding-bottom: 10px;
	clear: both;
}
.index-box a {
	text-decoration : none;
	font-size : 12px;
	color : #336600;
	background-image: url(../img/parts/jinam.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 20px;
	display: block;
}
.index-box .anc02 a {
	background-image: url(../img/parts/jinpm.gif);
	background-repeat: no-repeat;
}
.index-box .topix a {
	background-image: url(../img/parts/jinpm.gif);
	background-repeat: no-repeat;
	margin-right: 40px;
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 20px;
}

/* トップページ　おすすめ不動産情報 */
#top-estate {
	width : 426px;
	background : none #fff;
}
#top-estate .estate-box-in {
	border : 1px solid #526bce;
	background : none;
}
#top-estate dl {
	margin : 0 0 0 0;
	padding : 8px;
}
#top-estate .more {
	text-align : right;
/*	margin : 0 0 0 75px;*/
}
#top-estate dt strong {
	padding : 0 0 0 1.5em;
	color : #666666;
}

/* トップページ　おすすめ情報 */
#top-intro {
	width : 426px;
	background : none #fff;
	margin-bottom : 20px;
}
#top-intro .intro-box-in {
	/*border : 1px solid #526bce;
	background : none;
	padding : 5px;*/
}
#top-intro dl {
	margin : 0 0 0 0;
	padding : 8px;
}
#top-intro .more {
	text-align : right;
/*	margin : 0 0 0 75px;*/
}
#top-intro dt strong {
	padding : 0 0 0 1.5em;
	color : #666666;
}
#top-intro a {
	display: block;
	margin-bottom: 10px;
}
#top-intro img{
	max-width : 100%;/*
	max-height : 90px;*/
}

/* レギュラーページ　おすすめ不動産情報 */
.estate-box {
	width : 316px;
	background : url(../img/parts/estate_box_in.png) repeat-y 16px 0;
	margin-bottom: 20px;
}
.estate-box-in {
	background : url(../img/parts/estate_box_foot.png) no-repeat 16px bottom;
}
.estate-box h4 {
	margin : 0 0 10px;
}
.estate-box dl {
	margin : 0 10px 0 30px;
	padding : 0 0 10px 0;
	line-height : 140%;
}
.estate-box dt {
	color : #003399;
}
.estate-box dd {
	color : #666666;
}
.estate-box .more {
	margin : 0 0 0 75px;
}
.estate-box .more a {
	padding : 0 20px 0 0;
	font-size : 10px;
	color : #666666;
	text-decoration : none;
	background: url(../img/icon/anc03.png) no-repeat right center;
}
/* -------------------------------------------------------------------
>> グループ関連サイト
------------------------------------------------------------------- */
#group:after {
	content : url(../img/parts/space.gif);
	display : block;
	clear : both;
	height : 0;
	overflow : hidden;
}
#group {
	clear : both;
	width : 898px;
	margin : 0 0 20px;
	font-size : 10px;
	border : 1px solid #cccccc;
	background : #ffffff;
}
#group h4 {
	padding : 10px 6px;
}
#group ul {
	padding : 0 6px;
}
#group li {
	width : 106px;
	float : left;
	margin : 0 5px 0 0;
}
#group span {
	display : block;
	margin : 5px 0;
}
#group a {
	text-decoration : none;
	color : #333333;
}
#group li.Rmargin0 {
	margin : 0 0 0 0;
}



/* -------------------------------------------------------------------
>> ハウジングページ設定
------------------------------------------------------------------- */
/*ハウジングメニュー*/
.housing_menu  {
  width: 93%;
  margin:40px auto -20px;
}
.housing_menu ul {
	display: flex;
	font-size: 12px;
}
.housing_menu li {
		width: 280px;

text-indent: -1000px;
}
.housing_menu li a {
	width: 280px;
	height: 49px;
	display: block;
	overflow: hidden;
}
.housing_menu li:nth-child(2) a { width: 279px; }
.housing_menu .navi01 a { background: url(../img/navi/housing_navi1.jpg) no-repeat; }
.housing_menu .navi02 a { background: url(../img/navi/housing_navi2.jpg) no-repeat; }
.housing_menu .navi03 a { background: url(../img/navi/housing_navi3.jpg) no-repeat; }
.housing_menu li.now2 a { background-position: 0 -49px; }

/*------------------------- 一覧 ---------------------------------*/
.voices #content,
.works #content,
.reform #content {
	clear: both;
  background: url(../img/parts/cont_bg_left.png) repeat-y;
}
.works_date #content,
.reform_deta #content {
  background:unset;
}

.se-style #left-area {
	width: 168px;
	float: left;
}
.se-style .left-navi {
	margin: 0 0 30px;
	background: url(../img/parts/left_navi_border.png) repeat-y;
}
.se-style .left-navi dd {
	margin: 0 0 0;
	font-size: 70%;
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #eaeae6;
}
.se-style #right-area {
	width: 706px;
	float: right;
}
.work {
  background: url(../img/parts/works_list_bg.png) repeat-y center 0;
}
.work-list {
	clear: both;
	padding: 15px 0;
	zoom: 100%;
	border-top: 1px solid #eaeae6;
}
.work-list dl {
	width: 200px;
	float: left;
	margin: 0 32px 0 0px;
}
.work-list dt { font-size: 90%; }
.work-list dd { margin: 0 0 0 0; }
.work-list img { width: 100%; }
#center-box { float: right; }

.work:after, .work-list:after,
.photo-area:after, dl:after,
.work-cont:after {
  content: url(../images/parts/space.gif);
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#center-box .work-list dt { font-size: 80%; }
#center-box .work-list dd { font-size: 70%; }

/*------------------------- 詳細 ---------------------------------*/
.work-column2 .box-left,
.column2 .box-left {
  width: 440px;
  float: left;
}
.work-column2 .box-right,
.column2 .box-right {
  width: 440px;
  float: right;
  font-size: 80%;
}
#contents:after,
#center-box:after,
.update-box .cont:after,
.column2:after,
.cont:after,
.column3:after {
  content: url(../images/parts/space.gif);
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.box-right p, .photo-area li, .work-cont p { position: relative; }
.column2 .icon,
.work-cont .icon {
  position: absolute;
  top: 6px;
  left: 5px;
  border: none;
}
.box-left h3 {
	margin: 0 0 14px;
	padding: 10px 0 10px 44px;
	font-size: 19px;
	color: #452821;
	background: url(../img/parts/h3_bg03.jpg) no-repeat 0 center;
	line-height: 1;
}
.box-left dl { margin: 0 0 10px; }
.box-left dt {
  clear: both;
  float: left;
  font-size: 90%;
}
.box-left dd {
  margin: 0 0 10px 59px;
  padding: 0 0 0 0;
}
#price {
  width: 370px;
  height: 47px;
  background: url(../img/parts/price_bar.png) no-repeat;
}
.box-left dd img {
  display: block;
  margin: 1px 0 0 4px;
  padding: 1px 0 0;
}
.contH3 {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0 5px 20px;
  font-size: 19px;
  color: #452821;
  background: url(../img/parts/h3_bg.png) repeat;
}
.work-cont {
  clear: both;
  width: 900px;
  zoom: 100%;
  margin: 0 0 1.5em;
  background: url(../img/parts/cont_bg2.png) repeat-y;
}
.left-area {
  width: 168px;
  float: left;
}
.work-cont h4 {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 90%;
  background: url(../img/parts/h3_bg04.jpg) no-repeat 0 center;
}
.work-cont p { font-size: 13.52px; }
.centerBox {
  width: 513px;
  float: left;
}
.rightBox {
  width: 168px;
  float: right;
}
.centerBox p { margin: 0 0 20px; }
.work-cont img {
  display: block;
  padding: 3px;
  border: 1px solid #cccccc;
}
.font-s {
  font-size: 90%;
  font-weight: normal;
  color: #333333;
}
.box-left p { font-size: 13px; }
.box-right a {
  display: block;
  padding: 4px;
  border: 1px solid #cccccc;
}
.column2 {
  margin: 0 0 15px;
  zoom: 100%;
}
.right-area {
  width: 706px;
  float: right;
}
.worsk_mode #content {
  background: url(../img/parts/cont_bg2.png) repeat-y;
}
.worsk_mode #content p {
	text-indent: 0;
	margin: 0 0 0.7em;
	padding: 0;
}
.worsk_mode #center-box {
  width: 508px;
  float: left;
}
.worsk_mode ul {
	font-size: 12.8px;
}

#right-box {
  width: 168px;
  float: right;
}
#content p.font14DECO2 {
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #666666;
  padding: 0 0 0 25px;
  font-weight: normal;
  letter-spacing: 0.1em;
  background: url(../img/parts/h3_bg04.jpg) no-repeat 0 center;
}

/*お客様の声コンテンツ部分*/
.cont {
  clear: both;
  zoom: 100%;
  margin: 0 0 1.5em;
  padding: 0 0 10px;
  border-bottom: 1px dotted #e2e2dc;
}
.cont h3 {
  padding: 10px 0 10px 50px;
  font-size: 19px;
  color: #452821;
  background: url(../img/parts/h3_bg03.jpg) no-repeat 0 center;
}
.cont .day {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
  font-weight: normal;
  font-size: 80%;
}
/*お客様の声：ページャースタイル*/
.arrow-box {
  clear: both;
  font-size: 13px;
}
.arrow-box ul {
  /*width: 540px;*/
  margin: 0 0 20px;
  padding: 6px 0;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  text-align: center;
}
.arrow-box li {
  margin: 0 10px 0 0;
  display: inline;
  font-size: 12px;
}
.arrow-box a:hover, .arrow-box .now a {
  color: #fff;
  background-color: #FF6600;
}
.arrow-box a {
  display: inline-block;
  padding: 4px 8px;
  color: #3a416d;
  border: 1px solid #ff6600;
}



.voices #right-area p { padding:0; }
.box-right span, .work-cont span { margin: 0 0 0.8em; }


/* -------------------------------------------------------------------
>> footer
------------------------------------------------------------------- */
#footer:after,
#footer-in:after,
#footer-left ul:after {
	content : url(../img/parts/space.gif);
	display : block;
	clear : both;
	height : 0;
	overflow : hidden;
}
#footer {
	clear : both;
	width : 898px;
	border : 1px solid #669900;
	background : #fdfdfb;
}
#footer-in {
	width : 898px;
	margin : 14px 0;
	background : url(../img/parts/footer_bg.png) repeat-y;
}
#footer-left {
	float : left;
	width : 520px;
/*	background:#44d;*/
}
#footer-right {
	float : right;
	width : 375px;
/*	background:#4dd;*/
}

/* フッター左エリア */
#footer-left ul {
	clear : both;
	padding : 0 0px 0 20px;
}
#footer-left dl {
	clear : both;
	margin : 30px 0 10px 0;
	padding : 0 20px 0 20px;
	line-height : 140%;
	font-size : 12px;
}

#footer-left li {
	display : inline;
	margin : 0 4px 2px 0;
}
#footer-left li a {
	padding : 0 5px 0 0;
	text-decoration : none;
	font-size : 12px;
	color : #336600;
	border-right : 1px solid #336600;
}
#footer-left .border-none a {
	border-right : none;
}
#footer-left dd {
	margin : 0 0 5px;
}

/* フッター右エリア */
#footer-right h5 {
	margin : 0 0 5px 25px;
}
#footer-right dl {
	padding : 0 20px 0 25px;
	line-height : 140%;
	font-size : 12px;
	color : #333333;
}
#footer-right dd {
	margin : 0 0 2px;
	padding : 0 0 0 3em;
}

#copy {
	margin : 10px 0 10px;
	padding : 10px 0 0;
	text-align : center;
	font-size : 75%;
	color : #333333;
	border-top : 4px solid #669900;
}

/* -------------------------------------------------------------------
>> Google Maps
------------------------------------------------------------------- */
.map
 {
	border: 1px solid #dcdcdc;
	width: 500px;
	height: 400px;
	margin-bottom: 20px;
	margin-left: 30px;
}

/* -------------------------------------------------------------------
>> 汎用クラス
------------------------------------------------------------------- */
.text-center { text-align : center; }
.text-left   { text-align : left; }
.text-right  { text-align : right; }

.img-left   {
	float : left;
	padding: 6px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #CCCCCC;
	text-align: right;
	line-height: 12px;
	font-size: 10px;
	color: #FF0000;
}
.img-right  {
	float : right;
	padding: 6px;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
}
.clear  { clear: both; }

.ccopy {
	font-size: 16px;
	color: #336600;
	margin-bottom: 8px;
	margin-left: 20px;
	font-weight: normal;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #336600;
	padding-left: 10px;
}
.ccopy2 {
	font-size: 16px;
	color: #336600;
	margin-bottom: 8px;
	margin-left: 20px;
	font-weight: normal;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #336600;
	padding-left: 10px;
	clear: both;
}
.topixtt {
	font-size: 15px;
	color: #336600;
	margin-bottom: 8px;
	margin-left: 20px;
	font-weight: normal;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #336600;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 4px;
	margin-right: 20px;
	clear: both;
}
.td1 {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.tdlabel {
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #E0DFE3;
}
.td-works {
	border: 1px solid #CCCCCC;
	padding: 6px;
	font-size: 10px;
	line-height: 12px;
	color: #FF0000;
	text-align: right;
}
/* クリアーフィックス
:after {
	content : url(../img/parts/space.gif);
	display : block;
	clear : both;
	height : 0;
	overflow : hidden;
}
*/
.tt5 {
	font-size: 90%;
	margin-left: 20px;
	color: #336600;
	margin-bottom: 4px;
	display: block;
	margin-top: 8px;
}
.att {
	color: #FF0000;
}
.ptop {
	background-image: url(../img/parts/ptop.gif);
	background-repeat: no-repeat;
	float: right;
	font-size: 12px;
	padding-left: 20px;
	background-position: 2px 0px;
	margin-right: 30px;
	clear: both;
	height: 16px;
}




.list_decimal {
    list-style-type: decimal;
    margin-left: 0.5em;
    margin-bottom: 1.0em;
}
.list_decimal li {
    list-style: outside none decimal;
    margin-bottom: 0.5em;
}