@charset "UTF-8";


/* 共通 */
#main p.h2text {
	width: 960px;
	margin: 30px auto;
	font-size: 16px;
}




/* strong point */
.strong div.mainpanel {
	width: 100%;
	background: url(../images/common/bk_mainpanel.jpg) repeat bottom left;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}

.strong #main h2 {
	margin: -35px 0 20px;
}

.strong div.mainpanel img{
	position: relative;
	z-index: 1;
}

.strong div.mainpanel ul {
	width: 1000px;
	padding: 60px 0 20px 60px;
	overflow: hidden;
	text-align: left;
	margin: -380px auto 0;
	z-index: 3;
	position: relative;
}

.strong div.mainpanel li {
	height: 70px;
	width: 300px;
	float: left;
	margin-bottom: 30px;
	z-index: 3;
}

.strong div.mainpanel li.left {
	margin-right: 320px;
}

.strong #main h2 {
	margin: -35px 0 20px;
	z-index: 7;
	position: relative;
}


.strong img.answer {
	display: none;
	position: absolute;
	z-index: 9;
}

.strong img.position01 {
	top: -95px;
	left: 225px;
}

.strong img.position02 {
	top: -115px;
	right: 295px;
}

.strong img.position03 {
	top: -90px;
	left: 425px;
}

.strong img.position04 {
	top: -100px;
	right: 325px;
}

.strong img.position05 {
	top: -85px;
	left: 405px;
}

.strong img.position06 {
	top: -105px;
	right: 325px;
}

.strong div.image {
	width: 930px;
	height: 535px;
	margin: 0 auto;
	background: url(../images/strong/bk.gif) no-repeat top;
	overflow: hidden;
	font-size: 12px;
}

.strong h3 {
	margin-left: 60px;
}

.strong div.image h4 {
	margin: 16px 0,16px,0;
	text-align: center;
}

.strong div.image p.graph {
	float: left;
	padding: 32px 40px 50px;
}

.strong div.image dl {
	padding-right: 25px;
	line-height: 18px;
}

.strong div.image dt {
	margin-bottom: 3px;
	line-height: 1;
}

.strong div.image dd {
	margin-bottom: 13px;
}

.strong p.contact{
	width: 960px;
	margin: 30px auto;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px #f0f0f0 solid;
}


p.case {
	width: 960px;
	margin: 7px auto 0px;
	text-align: center;
}

p.case img {
	margin-bottom: 15px;
}

p.case_catch {
	width: 960px;
	margin: 20px auto 0px;
	text-align: center;
	padding-top: 10px;
	border-top: 1px #f0f0f0 solid;
}


/* case */
.case div.mainpanel {
	width: 100%;
	background: url(../images/common/bk_mainpanel.jpg) repeat bottom left;
	text-align: center;
	padding-bottom: 15px;
}

.case #main h2 {
	margin: -35px 0 20px;
}

.case #main h3 {
	width: 953px;
	margin: 0 auto;
}

.case p.contact {
	margin: 0 auto 40px;
	text-align: center;
}



.case div.table_wrapper {
	width: 947px;
	margin: 30px auto;
	position: relative;
	border: 1px #d5d5d5 solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
	behavior: url("css/PIE.htc");
}

.case table {
	width: 947px;
	border-collapse: collapse;
}

.case table tr.color {
	background: #f7f7f7;
}

.case table th {
	padding: 10px;
	border-bottom: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	background: #f0f0f0;
}

.case table td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
}

.case table .right-noline {
	border-right-style: none;
}
.case table .bottom-noline {
	border-bottom-style: none;
}

.case table th.first_left {
	background: #f0f0f0 url(../images/case/bk_first_left.gif) no-repeat top left;
}

.case table th.first_right {
	background: #f0f0f0 url(../images/case/bk_first_right.gif) no-repeat top right;
}

.case table td.last_left {
	background: #f7f7f7 url(../images/case/bk_last_left.gif) no-repeat bottom left;
}

.case table td.last_right {
	background: #f7f7f7 url(../images/case/bk_last_right.gif) no-repeat bottom right;
}

/*
.case table {
	width: 947px;
	margin: 30px auto;
	position: relative;
	border-spacing: 0;
	border-top: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
	behavior: url("css/PIE.htc");
}

.case table tr.color {
	background: #f7f7f7;
}

.case table th {
	border-bottom: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	background: #f0f0f0;
	padding: 10px;
}

.case table td {
	border-bottom: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	text-align: center;
	padding: 10px;
}

.case table .first_left {
	-webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
	behavior: url("css/PIE.htc");
}

.case table .first_right {
	-webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
	behavior: url("css/PIE.htc");
}

.case table .last_left {
	border-bottom: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	-webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
	behavior: url("css/PIE.htc");
}

.case table .last_right {
	border-bottom: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	-webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
	behavior: url("css/PIE.htc");
}
*/
.case table td.left {
	text-align: left;
}

.case table th.service {
	width: 154px;
}

.case table th.style {
	width: 142px;
}

.case table th.work {
	width: 312px;
}

.case table th.scale {
	width: 150px;
}

.case table th.kind {
	width: 183px;
}

.case table td.service {
	font-weight: bold;
}


.case table th.style img {
	margin: 0 0 4px 5px;
}

.case div.style {
	width: 475px;
	height: 398px;
	position: fixed;
	top: 150px;
	left: 50%;
	padding: 0 10px;
	margin-left: -245px;
	background: #FFF;
	font-size: 14px;
	z-index: 200;
	display: none;
}

.case div.style h4 {
	margin: 16px 0 16px 40px;
}

.case div.style dl {
	margin: -25px 0 0 40px;
}

.case div.style dt {
	margin-bottom: 8px;
}

.case div.style dd {
	margin-bottom: 20px;
}

/* faq */
.faq div.mainpanel {
	width: 100%;
	background: url(../images/common/bk_mainpanel.jpg) repeat bottom left;
	text-align: center;
	padding-bottom: 15px;
}

.faq #main h2 {
	margin: -35px 0 20px;
}

.faq #main dl {
	width: 960px;
	margin: 0 auto;
	padding: 25px 10px;
	border-bottom: 1px #bfbfbf dotted;
}

.faq #main dt {
	margin: 0 0 10px 0;
	padding: 0 0 0 27px;
	background: url(../images/faq/mk_q.jpg) left top no-repeat;
}

.faq #main dd {
	padding: 0 0 0 27px;
	background: url(../images/faq/mk_a.jpg) left top no-repeat;
}

.faq #main dd ol {
	padding: 0 0 0 20px;
}

.faq .space {
	margin-bottom: 25px;
}

.faq a {
	color: #0174c1;
}

#bodyContainer{
	margin-left: 40px;
	margin-bottom: 30px;
}

/* contact */
.contact {
	font-size: 12px;
}

.contact span {
	color: #d30000;
}

.contact h2 {
	width: 100%;
	background: url(../images/contact/bk_main.jpg) repeat-x left top;
	text-align: center;
}

.contact h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 20px;
}

.contact ul.cap {
	width: 850px;
	margin: 0 auto;
	list-style-type: disc;
}

.contact ul.cap li {
	margin-left: 40px;
}

.contact table {
	margin: 20px auto;
	width: 850px;
	border-collapse: separate;
	border-spacing: 15px;
}

.contact table th {
	width: 185px;
	text-align: left;
	background: #f0f0f0;
	border-left: 5px #cccccc solid;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
}

.contact table td {
	padding: 5px;
}

.contact table td.send {
	background: #cce9f6;
	text-align: center;
}

mandatory_field


input[type="text"] {
	border:solid 1px #707070;
}

input[type="button"] {
	border:solid 1px #707070;
}

textarea {
	border:solid 1px #707070;
	resize:none;
}


#mandatory_field {
	color: #cc0000;
	font-weight: bold;
}

#which_field {
	color: #10569b;
	font-weight: bold;
}

#error_blc {
	width: 850px;
	padding: 0 0 0 75px ;
	margin: 5px auto;
	list-style-type: disc;
}

