@charset "utf-8";
/*--------------------------
		テーブル
--------------------------*/
table {
	font-size: 0.95em;
	width: 700px;
	margin: 30px auto 20px auto;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
th {
	text-align: left;
	width: 185px;
	padding-left: 15px;
	background: #cccccc;
	border-bottom: 1px solid #333333;
}
td {
	line-height: 1.6;
	width: 470px;
	padding: 15px;
	border-bottom: 1px solid #333333;
}

/* ie6対策 */

* html table {
	margin-left: 25px;
}
/*--------------------------
		プロフィールページ
--------------------------*/
dl#profile2 {
	width: 700px;
	margin: 20px auto;
}
dl#profile2 dt {
	float: left;
	padding: 5px;
	border: 1px solid #cccccc;
}
dl#profile2 dd {
	width: 480px;
	float: right;
}
dl#profile2 h3 {
	border-left: 5px solid #990000;
	border-bottom: 1px solid #990000;
	font-size: 1em;
	padding: 2px 0 4px 10px;
	margin: 0 0 10px 20px;
}
dl#profile2 p {
	margin: 0 25px 20px 25px;
}
/*--------------------------
		モダンブラウザ
--------------------------*/
html>body ul#navi {
	width: 743px;
	background: url(../img/naviBack.png) no-repeat;
}
*:first-child+html ul#navi li a {
	float: left;
}
*:first-child+html #profile h4 {
	margin-top: 20px;
}
html>body #promise dl {
	width: 640px;
}
/*--------------------------
		クッション
--------------------------*/
.flowOther ul {
	margin-left: 20px;
}
li.mainLi {
	font-weight: bold;
	list-style-type: circle;
	line-height: 2;
}
li.subLi {
	line-height: 1.4;
	margin-left: 10px;
}
.flowOther {
	width: 600px;
	margin: 0 auto;
}
.flowOther li {
	font-size: 0.95em;
}
#content2 h2 {
	font-size: 1em;
	border-left: 6px solid #990000;
	border-bottom: 1px solid #990000;
	padding: 2px 0 4px 5px;
	margin: 30px 0 10px 0;
}
#flow {
	width: 600px;
	margin: 0 auto;
}
#flow h3 {
	font-size: 0.95em;
	margin: 20px 0 5px 0;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cccccc;
	width: 500px;
}
#content2 h4 {
	margin: 20px 0 0 160px;
}
#content2 h5 {
	width: 330px;
	font-size: 1.2em;
	height: 46px;
	margin: 10px auto;
	text-align: center;
	background: url(../img/cushion/tel.jpg) no-repeat;
	padding: 15px 0 0 50px;
}
#content2 h5 a {
	color: #0099cc;
}
#flow p.flowP {
	margin-left: 10px;
}
img#which {
	margin: 10px 0;
}
p.center {
	text-align: center;
}
img#cushionText {
	margin: 0 0 30px 75px;
}
p#caution {
	margin-top: 30px;
}
* html #flow,
* html .flowOther {
	margin-left: 75px;
}
* html #content2 h5 {
	margin-left: 210px;
}