@charset "utf-8";
/* CSS Document */

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

common.css

======================================================================

01.format
02.body
03.header
04.nav
05.main
06.footer
07.other
08.index
09.level2

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


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/

/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse; /* added */
	-webkit-text-size-adjust: none; /* added */
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display: block;}

nav ul {list-style: none;}
ul li {list-style: none;} /* added */

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {text-decoration:  line-through;}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;  
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {vertical-align: middle;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	line-height: 1.8;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #4e4e4e;
}
body#top { background:url(img/bg_01.jpg) repeat-x top center;}
body#lv2 { background:url(img/bg_lv2.jpg) repeat-x top center;}

/* a
----------------------------------------------------------------*/
a { outline:none;}

a:link,
a:visited,
a:hover,
a:active{
	color:#b2771b;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}


/* wrapper
----------------------------------------------------------------*/
section#main,
header,
ul#navigation {
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	text-align: left;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
header {
	position:relative;
	background: url(img/bg_header.jpg) no-repeat;
	height:213px;
}
body#lv2 header {
	position:relative;
	background: url(img/bg_lv2_header.jpg) no-repeat;
	height:213px;
}
header h1 {
	padding-top:10px;
	padding-left:300px;
	color: #595959;
	line-height: 1.2;
	font-size: 10px;
	font-weight: normal;
}
header div#logo a {
	position:absolute;
	top:6px;
	left:2px;
	width: 242px;
	height: 206px;
	overflow: hidden;
	text-indent: -9999px;
}
header div#h_contact{
	position:absolute;
	top:123px;
	left:300px;
	width: 215px;
	height: 37px;
}

/*--------------------------------------------------------------------/
	04.nav global
/--------------------------------------------------------------------*/
/* Basic code - don't modify */
 
ul#navigation{
	display: block;
	margin:0 auto 30px;
	padding: 0;
	position: relative;
}
ul#navigation li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul#navigation a{display: block;}

ul#navigation{
	height:65px;
	width:1050px;
}
ul#navigation *:hover{background-color: none;}
ul#navigation a{
	color: white;
	line-height: 1;
}
ul#navigation li#gn1,
ul#navigation li#gn2,
ul#navigation li#gn3,
ul#navigation li#gn4,
ul#navigation li#gn5,
ul#navigation li#gn6{
	margin:0 0px 0 0;
	padding:0;
}
ul#navigation li#gn1{width:175px; left:0;}
ul#navigation li#gn2{width:175px; left:0;}
ul#navigation li#gn3{width:175px;left:0;}
ul#navigation li#gn4{width:175px;left:0;}
ul#navigation li#gn5{width:175px;left:0;}
ul#navigation li#gn6{width:175px;left:0;}

ul#navigation ul{
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding:0;
}
* html #navigation ul{ line-height: 0;} /* IE6 "fix" */
ul#navigation ul a{zoom: 1;} /* IE6/7 fix */
ul#navigation ul li{float: none;}
ul#navigation ul ul{top: 0;}
    
/* Essentials - configure this */

ul#navigation ul{width: 175px;}

/* Everything else is theming */
ul#navigation ul{top:65px;}
ul#navigation ul li a{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background-color:#000;
	border-bottom:1px solid #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	margin:0px;
	text-align:left;
	line-height:180%;
	vertical-align:middle;
}
ul#navigation ul a.hover{
	background-color:#dc433f;
}
ul#navigation ul a{
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.8;
	/*filter: alpha(opacity=90);*/
}
/* #navigation ul a{border-bottom: none;} - I also needed this for IE6/7 */



/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
section#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	zoom:1;
}

/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
div#contents {
	float:right;
	width:720px;
}
div#contents img { display: block;}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
aside {
	float:left;
	width:300px;
}
aside img { display: block;}

/* side_bnr
---------------------------------------------------*/
aside ul#side_bnr{
	width: 300px;
}
aside ul#side_bnr li {
	margin-bottom: 15px;
	width: 300px;
}
div#s_map{
	width:300px;
	height:206px;
	margin-bottom:15px;
	background:url(img/bg_area.jpg) no-repeat;
}
div#s_map p{
	font-size:10px;
	padding:135px 15px 0;
	line-height:1.6;
}

/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
footer {
	width: 100%;
	background: url(img/bg_footer.gif) repeat-x;
}
footer div#footer {
	background: url(img/bg_logo.png) right 10px no-repeat;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	height: 285px;
}

/* list
--------------------------------------------------------------------*/
footer ul {
	float: left;
	margin-top: 15px;
	margin-right: 25px;
}
footer ul li {
	font-size:11px;
	display: block;
	padding-left: 15px;
	background: url(img/common_icon_01.png) no-repeat left 10px;
	text-align: left;
	line-height:2.5;
}
footer ul li.se {
	font-size:11px;
	display: block;
	padding-left: 15px;
	background: url(img/common_icon_02.png) no-repeat left 10px;
	text-align: left;
	line-height:2.5;
}

footer ul a:link,
footer ul a:visited,
footer ul a:hover,
footer ul a:active {
	color: #272726;
	text-decoration: none;
}
footer ul a:hover {
	color: #272726;
	text-decoration: underline;
}

/* article
--------------------------------------------------------------------*/
footer p#adress {
	position:absolute;
	color:#272726;
	top:110px;
	right:0px;
	line-height: 1.5;
	text-align: left;
	font-size: 11px;
}
footer p#copy {
	position:absolute;
	color:#272726;
	bottom:15px;
	left:400px;
	text-align: center;
	font-size: 11px;
}

/* page-top
--------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #646464;
}


/*--------------------------------------------------------------------/
	07.others
/--------------------------------------------------------------------*/
.right {float:  right;}
.left {float: left;}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {zoom: 1;}
.ws-n {white-space: nowrap;}
span.at{ font-size:12px; background-color:#ffae12;  color:#401515; font-weight:bold; line-height:3.0; padding:5px 5px;}
span.at02{ font-size:12px; font-weight:bold; color:#d81427;}
span.at03{ font-size:16px; font-weight:bold; color:#d81427;}


/* txt
----------------------------------------------------------------*/
.txt_l {text-align: left;}
.txt_r {text-align: right;}

.st {font-weight: bold;}

/* size
----------------------------------------------------------------*/
.fs_s {
	font-size:  90%;
	line-height: 100%;
}
.fs_m {
	font-size: 100%;
	line-height: 120%;
}
.fs_l {
	font-size: 145%;
	line-height: 140%;
}
.msgoth-s {
	font-family: 'ＭＳ ゴシック',sans-serif;
	font-size: 10px;
}


/* letter spacing
----------------------------------------------------------------*/
.ls_s {letter-spacing: -1pt;}
.ls_m {letter-spacing: 0pt;}
.ls_l {letter-spacing: 1em;}


/* padding
----------------------------------------------------------------*/
.ps {padding: 5px;}
.ps_t {padding-top: 5px;}
.ps_b {padding-bottom: 5px;}
.ps_h {padding: 5px 0px;}
.ps_w {padding: 0px 5px;}

.pm {padding: 10px;}
.pm_t {padding-top: 10px;}
.pm_b {padding-bottom: 10px;}
.pm_h {padding: 10px 0px;}
.pm_w {padding: 0px 10px;}


/* margin
----------------------------------------------------------------*/
.ms {margin: 10px;}
.ms_t {margin-top: 10px;}
.ms_b {margin-bottom: 10px;}
.ms_l {margin-left: 10px;}
.ms_r {margin-right: 10px;}
.ms_h {margin: 10px 0px;}
.ms_w {margin: 0px 10px;}

.mm {margin: 15px;}
.mm_t {margin-top: 15px;}
.mm_b {margin-bottom: 15px;}
.mm_l {margin-left: 15px;}
.mm_r {margin-right: 15px;}
.mm_h {margin: 15px 0px;}
.mm_w {margin: 0px 15px;}

.ml {margin: 20px;}
.ml_t {margin-top: 20px;}
.ml_b {margin-bottom: 20px;}
.ml_l {margin-left: 20px;}
.ml_r {margin-right: 20px;}
.ml_h {margin: 20px 0px;}
.ml_w {margin: 0px 20px;}
.ml15 {margin-left:15px; margin-bottom:15px;}
.mr15{ margin-right:15px;}
.m_a {margin: 0px auto;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}

.common_m{ margin:0 auto 10px;}
.common_m2{ margin:0 auto 0px;}

/*--------------------------------------------------------------------/
	08.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
div#top_h2 {
	width: 100%;
	margin-bottom:20px;
}
div#top_h2 img{
	display:block;
	margin:0 auto;
}
#t_results{
	float:left;
	width:300px;
	height:284px;
	margin-bottom:30px;
}
#teian{
	float:right;
	background: url(img/top_bg_01.jpg) no-repeat;
	width:720px;
	height:283px;
	margin-bottom:30px;
}
#teian p{
	padding:85px 0 0 42px;
	color:#fff;
}
div#t4b{
	float:right;
	width:845px;
	margin-bottom:30px;
}
#t4b #t01{
	float:left;
	width:408px;
	height:180px;
	margin-bottom:20px;
}
#t4b #t02{
	float:right;
	width:408px;
	height:180px;
	margin-bottom:20px;
}
#t4b #t03{
	float:left;
	width:408px;
	height:180px;
}
#t4b #t04{
	float:right;
	width:408px;
	height:180px;
}
#flow_b{
	float:right;
}


/*--------------------------------------------------------------------/
	09.level2
/--------------------------------------------------------------------*/

/* common elements
----------------------------------------------------------------*/
/* pagetitle */
div#page_title {
	width: 100%;
	height: 225px;
}
div#page_title h2 {
	width:1050px;
	margin:0 auto;
	padding-top:60px;
	text-align:center;
	color: #fff;
	font-size: 45px;
	text-shadow:1px 1px 3px #000;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height:1.0;
}
div#page_title h2 span {
	display: inline;
	padding-left:15px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
}

/* page_navi
----------------------------------------------------------------*/
ul#page_navi {
	margin:5px auto 10px;
	width: 1050px;
	font-size: 10px;
	text-align:left;
}
ul#page_navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul#page_navi li {
	display:  inline;
}

/* h3 h4 p
----------------------------------------------------------------*/
article h3.normal {
	margin-bottom: 15px;
	padding-top: 17px;
	padding-left: 15px;
	height: 36px;
	border:solid 1px #efefef;
	color:#616161;
	background-color:#f5f5f5;
	letter-spacing:1.5px;
	line-height: 1;
	font-size: 20px;
	font-weight:normal;
}

article.box h4 {
	clear: both;
	margin:0 auto 15px;
	color: #666666;
	padding:8px 0 5px 15px;
	font-size: 16px;
	font-weight:normal;
	border-bottom:dotted 1px #b5b4b4;
}


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
article.box {
	clear:both;
	margin-bottom: 35px;
	width: 720px;
	zoom: 1;
	background-color:#fff;
}
div.memo:after,
section:after,
article:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
article.box p {
	padding: 0 5px 15px;
	line-height:2.0;
}
article.box p strong {
	color: #dd4204;
}
article.box iframe.border {
	padding: 3px;
	border: 1px solid #ddd;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/

figure.left {
	display:inline;
	margin:0px 20px 15px 5px;
	border: solid 1px #e9e9e9;
	padding:3px;
}

figure.right {
	display:inline;
	margin:0px 15px 15px 20px;
	border: solid 1px #e9e9e9;
	padding:3px;
}

figure.border img {
	border: 4px solid #ddd;
	padding: 1px;
}

figure.left figcaption {
	padding-top: 7px;
	text-align:center;
	line-height:1.5;
	font-size: 11px;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	margin-left: 12px;
	margin-bottom:15px;
}
ul.normal li {
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(img/common_icon_04.gif) no-repeat 0 5px;
	line-height: 1.5;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin: 0 auto 30px;
	width:690px;
}

dl.normal dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #1c61ac;
	color: #1c61ac;
	font-size: 13px;
	font-weight: bold;
}
dl.normal dd {
	margin-bottom: 15px;
	padding-left: 5px;
	line-height: 1.8;
}


/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
table.table1,
table.table2,
div.table1 table {
	margin: 0 auto 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 718px;
	text-align: left;
}
table.table1 th,
table.table1 td,
table.table2 th,
table.table2 td,
div.table1 table th,
div.table1 table td  {
	padding: 10px 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	line-height: 1.5;
}

table.table1 th,
div.table1 table th {
	background:#f0f0f0 repeat;
	width: 130px;
}
table.table1 td,
table.table2 td,
div.table1 table td {
	background-color:#fafafa;
}

table.table2 th {
	background:#ffecec;
	color:#e89191;
	width:130px;
}
table.table2 td.td01{
	background-color: #1b86ea;
	color:#fff;
}


table.table3 {
	margin: 0 auto 25px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 718px;
	text-align: left;
}
table.table3 th,
table.table3 td{
	padding: 10px 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	line-height: 1.5;
}

table.table3 th {
	text-align:center;
	background:#f6e6c1 repeat;
}
table.table3 td{
	vertical-align:middle;
	background-color:#fafafa;
}
table.table3 td span{
	padding-left:20px;
	color:#999999;
	font-size:10px;
}
table.table3 td.td01{
	background-color:#ffebe7;
	color:#f27e64;
	text-align:right;
}



/*--------------------------------------------------------------------/
	flow
/--------------------------------------------------------------------*/
div.flow{
	background:url(img/bg_flow.gif) repeat;
	border:solid 2px #e4e0c8;
	padding:15px;
	margin-bottom:15px;
}
div.flow:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.flow p{
	padding:15px 15px 10px 10px;
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
#greet{
	background:url(img/bg_company.jpg) repeat;
	padding:30px 15px;
}
#greet:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*--------------------------------------------------------------------/
	reform
/--------------------------------------------------------------------*/
#bg_reform{
	background:url(img/bg_reform.jpg) no-repeat;
	margin-bottom:20px;
}
#bg_reform p{
	padding:200px 60px 50px;
	line-height:2.0;
}

/*--------------------------------------------------------------------/
	roof
/--------------------------------------------------------------------*/
#bg_roof{
	background:url(img/bg_roof.jpg) no-repeat;
	margin-bottom:20px;
}
#bg_roof p{
	padding:200px 60px 50px;
	line-height:2.0;
}

/*--------------------------------------------------------------------/
	wall
/--------------------------------------------------------------------*/
#bg_wall{
	background:url(img/bg_wall.jpg) no-repeat;
	margin-bottom:20px;
}
#bg_wall p{
	padding:200px 60px 50px;
	line-height:2.0;
}

/*--------------------------------------------------------------------/
	water
/--------------------------------------------------------------------*/
#bg_water{
	background:url(img/bg_water.jpg) no-repeat;
	margin-bottom:20px;
}
#bg_water p{
	padding:200px 60px 50px;
	line-height:2.0;
}

/*--------------------------------------------------------------------/
	wall
/--------------------------------------------------------------------*/
div.cpane{
	float:left;
	width:240px;
	height:200px;
}
div.cpane p{
	padding:15px;
	font-size:11px;
}

/*--------------------------------------------------------------------/
	results
/--------------------------------------------------------------------*/
/* thumb
------------------------------------------------------------*/
ul#ga-thumb {
	margin: 0px 0 10px 5px;
	width: 720px;
}
ul#ga-thumb li {
	float: left;
	margin-right:10px;
	margin-bottom: 7px;
	width: 220px;
	line-height: 1.3;
	font-size: 11px;
	text-align:center;
}
ul#ga-thumb li img {
	display: block;
	margin: 0 auto 5px;
	padding: 4px;
	background: #fff;
	border: 1px solid #dddddd;
	width: 216px;
}



/*--------------------------------------------------------------------/
	results
/--------------------------------------------------------------------*/
div#ba {
	margin: 0 auto 20px;
	background: url(img/case_ba_bg.gif) no-repeat 290px 60px;
	width: 720px;
}
div#ba img {
	display: block;
}
div#ba figure#before {
	float: left;
	background: url(img/common_bg_01.gif);
	width: 270px;
	border:solid 1px #CCCCCC;
}
div#ba figure#before img {
	margin: 10px auto 10px;
	border: 4px solid #fff;
	width: 240px;
}
div#ba figure#after {
	float: right;
	background: url(img/common_bg_01.gif);
	width: 390px;
	border:solid 1px #CCCCCC;
}
div#ba figure#after img {
	margin: 10px auto 10px;
	border: 4px solid #fff;
	width: 360px;
}

div#ba figure figcaption img {
	margin: 0px auto 15px !important;
	border: none !important;
	width: auto !important;
}


/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/

table.table1 span,
span.red {
	padding: 0 5px;
	font-size: 11px;
}
table.table1 th span,
span.red{
	background: #b80804;
	color: #ffffff;
}

.imeon{ ime-mode:active; }
.imeoff{ ime-mode:disabled; }

input,
textarea,
select { margin: 2px 0; padding: 1px; font-size: 12px;}

input.send {
	margin-left: 270px;
	margin-bottom:15px;
}
strong#error {color:#fb190e;}


/*--------------------------------------------------------------------/
	common_contact（各ページ下部お問い合わせボックス）
/--------------------------------------------------------------------*/
article#common_contact {
	clear:both;
	margin-top: 45px;
}


/*--------------------------------------------------------------------/
	back
/--------------------------------------------------------------------*/
div#back {
	margin-bottom: 30px;
}
div#back a:link,
div#back a:visited {
	padding: 3px 15px 2px 20px;
	background: #333;
	background: -moz-linear-gradient(top,  #333 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333 0%,#000 100%); /* IE10+ */
	background: linear-gradient(top,  #333 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	border: 1px solid #000;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}


/*--------------------------------------------------------------------/
	wordpress
/--------------------------------------------------------------------*/

dl.img{
	width:165px;
	margin-left:11px;
	margin-bottom:15px;
	float:left;
}
dl.img dt img{
	border: solid 1px #dbdada;
	padding:3px;
	width:158px;
	height:auto;
}
dl.img dd{
	font-size:10px;
	padding:5px 0 0;
	line-height:1.6;
}

table.table4 {
	margin: 0 auto 25px;
	width: 710px;
	text-align: left;
}
table.table4 th{
	width:345px;
}
table.table4 th img{
	width:330px;
	height:auto;
	border:solid 1px #dbdada;
	margin:0 auto;
	padding:3px;
}
table.table4 td img {
	padding: 7px 10px;
	vertical-align: top;
	line-height: 1.5;
	text-align:center;
	margin:0 auto;
}

table.table5 {
	margin: 0 auto 25px;
	width: 710px;
	text-align: left;
}
table.table5 th{
	width:230px;
}
table.table5 th img{
	width:210px;
	height:auto;
	border:solid 1px #dbdada;
	margin:0 auto;
	padding:3px;
}
table.table5 td{
	padding: 7px 10px;
	vertical-align: top;
	line-height: 1.5;
	text-align:center;
}
