body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	background: url(images/background.gif) repeat;
}

.clear{
	clear:both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#top {
	padding: 0px;
	background: url(images/back-contents-top2.gif) no-repeat;
	height: 25px;
	width: 643px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 643px;
	overflow: hidden;
	 /* Mac IE 5のみに適用 \*//*/
    position: relative;
    left: 50%;
    margin-left: -421px;
    /**/
	background: url(images/back-contents-middle2.gif) repeat-y;
}



/**/
#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/




/*ヘッダー*/
#wrapper #header {
	margin: 0px auto;
	width: 760px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100px;
}
#header h1 {
	margin: 0px 0px 8px;
	padding: 0px;
}



/*コンテンツ*/

#wrapper #contents {
	margin: 10px auto;
	padding: 0px;
	width: 560px;
	/*MacIEは下記のプロパティを読めません\*/
	overflow: hidden;
	/*MacIEは下記のプロパティを読めません*/
 
}


/**/
#wrapper #contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper #contents {
    height: 1em;
    overflow: visible;
}
/**/



/*フッター*/


#footer-image {
	margin: 0px auto;
	padding: 0px;
	height: 37px;
	width: 643px;
	background: url(images/back-contents-bottom2.gif);
}
#footer-image ul  {
list-style:none;
margin:0px 0px 0px 31px;
padding:0px;
}

#footer-image li {
float:left;
font-size:10px;
}



/*--お問合せフォームtable設定----*/
.table-s20 {
	font-size: 12px;
	line-height: 165%;
	color: #333333;
	padding: 0px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.td-law-left {
	background: #DBD5C3;
	color: #544238;
	text-align: center;
	padding: 5px;
	width: 120px;
	border-bottom: 1px dotted #544238;
}

.td-law-leftleft {
	background: #DBD5C3;
	color: #544238;
	text-align: left;
	padding: 5px;
	width: 120px;
	border-bottom: 1px dotted #544238;
	vertical-align: top;
}


.td-right {
	color: #544238;
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted #544238;
}


.td-law-title {
	color: #544238;
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted #544238;
}

.buttons {
	border: 1px solid #90908d;
	height: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	color: #000000;
}


#wrapper #contents h1 img {
	margin-left: 10px;
}

#text {
	padding: 0px;
	width: 520px;
	/*MacIEは下記のプロパティを読めません\*/
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.red {
	color: #F00;
}