@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

body {
	margin: 0px;
	padding: 0px;

}

#container-header {
	margin-right: auto;
	margin-left: auto;
	background-color: #4e4d4d;
	border-bottom: 1px soild #333333;
}
.container-header-inner {
	color: #FFFFFF;
	text-align:left;
	width: 870px;
	margin: auto;
	height: 20px;
	}
	
.container-header-inner-conpany {
	color: #FFFFFF;
	text-align:right;
	float: right;
	width: 300px;
	}

#container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

#pagebody {
	margin-top:10px;
	margin-bottom: 20px;
}
#pagebody-inner {
}
.page-L {
	width: 550px;
	float: left;
}
.page-R {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 5px;
}
.page-R-inner {
	background-image: url(../img/bg_comment.gif);
	padding: 20px;
	background-color: #f7f7f7;
	background-repeat: repeat-x;
	border: 3px solid #CCCCCC;
	line-height: 1.8em;
	font-weight: bold;
	text-align: left;
	font-size: 90%;
}

.top-R {
	float: right;
	width: 500px;
	text-align: right;
}
/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */

#banner {

}
#banner-L {
	float: left;
}
#banner-R {
	float: right;
	font-size: 75%;
	color: #3366FF;
}
#banner-C {
	clear: both;
}
.banner-3 {
	margin-bottom: 30px;
}
.main/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定
 * ---------------------------------------------------------------- */

 {
}
#main-inner {
}

#mainimg {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.img-R {
	float:right;
	}
.img-L {
	float:left;
	margin-right: 30px;
	margin-bottom: 20px;
	}
.toiawase {
	margin-top:5px;
	margin-bottom: 5px;
	}
	


/* ---------------------------------------------------------------- *
	コンテンツ画像の設定
 * ---------------------------------------------------------------- */
.contents img.fig {
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	padding-right: 5px;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */

#footer {
	clear: both;
	text-align: center;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 90%;
}
#footer-inner {
}
#footer ul {
    margin-bottom: 4px;
    padding: 0;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}

/*------------------------

 事例
 
--------------------------*/

table.jirei  {
	width: 100%;
	margin-bottom: 30px;
	padding: 0px;
}
.jirei th {
	padding: 5px;
	width: 120px;
	text-align: left;
}
.jirei td {
	padding: 5px;
}

/*------------------------

 FAQ

--------------------------*/
dl.faq{
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
	border-bottom: 1px #ccc dashed;
	}
	
dl.faq dt{
	margin: 1px 0 0 0;
	padding: 18px 10px 14px 65px;
	background: url(../img/ic_faq_q.gif) no-repeat 10px 10px;
	border-top: 1px #ccc dashed;
	color: #2681E6;
	font-weight: bold;
	}

dl.faq dd{
	margin: 0;
	padding: 10px 10px 20px 65px;
	background: url(../img/ic_faq_a.gif) no-repeat 10px 10px;
	background-color: #FFFFE6;
	margin-bottom: 15px;
	height: 100px;
	}


/*------------------------

 エキスパート
 
--------------------------*/

table.expert  {
	border: 2px solid #CCCCCC;
	width: 100%;
	margin-bottom: 30px;
}

.expert th {
	padding: 5px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
.expert td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.soudan {
}
#expert {
	margin-bottom: 20px;
}
#expert #ichiran-minami {
	background-image: url(../img/expert/ichiran_minami.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 430px;
	margin-bottom: 20px;
}
#expert #ichiran-yatsuda {
	background-image: url(../img/expert/ichiran_yatsuda.jpg);
	background-repeat: no-repeat;
	/* float: right; */
	width: 430px;
	margin-bottom: 20px;
}
#expert .ichiran {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	margin-bottom: 5px;
}
#expert .ichiran-box {
	padding-right: 210px;
}
#expert  h2 {
	padding: 0px;
	margin: 0px;
}
#expert h3 {
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#expert  dl {
	width: 205px;
	height: 200px;
	font-size: 12px;
}
#expert dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#expert dd {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#expert #yatsuda {
	background-image: url(../img/expert/yatsuda_bg.jpg);
	background-repeat: no-repeat;
	width: 870px;
	height: 215px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#expert #minami {
	background-image: url(../img/expert/minami_bg.jpg);
	background-repeat: no-repeat;
	width: 870px;
	height: 215px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#expert #content-1 {
	padding-top: 55px;
	padding-left: 15px;
}
#expert #content-1 table {
	width: 550px;
	font-size: 12px;
}
#expert  #content-1  th    {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
#expert .btn-contact {
	text-align: right;
}
#expert #content-2 {
	border: 3px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 10px;
}
#content-2 .box-1 {
	padding: 15px;
	float: left;
	width: 400px;
}
#content-2 .box-2 {
	float: right;
	width: 400px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#content-2 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content-2 h3 {
	border-bottom-style: none;
}
#content-2 .comment {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
}
