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

ヘッダ

*****************************************/
#header {
	height: 200px;
}
#header #main-header .title h1 {
	background-image: url(../images/first-header-title-back.gif);
	background-repeat: no-repeat;
	width: 580px;
	height: 75px;
}
#header #main-header .title span {
	visibility: hidden;
}
#header #main-header .title h2 {
	font-size: 100%;
	position: relative;
	top: 0px;
	left: 20px;
	font-weight: normal;
	line-height: 130%;
}
/****************************************

コンテンツ

*****************************************/
#contents-main .counseling {
	width: 545px;
	margin-left: 20px;
	border: 2px solid #76442b;
	margin-top: 20px;
}
*html #contents-main .counseling {
	margin-left: 20px;
}
#contents-main .counseling p {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #d7513e;
	margin-bottom: 0.5em;
}
#contents-main .counseling ol {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: -10px;
	font-weight: bold;
}
*:first-child+html #contents-main .counseling ol {
	margin-left: 35px;
}
*html #contents-main .counseling ol {
	margin-left: 35px;
}
#contents-main .counseling li {
	margin-bottom: 0.5em;
}
#contents-main .counseling-back {
	background-color: #f4e7d8;
	width: 550px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
}
#contents-main .counseling-back {
	margin-left: 20px;
}
#contents-main .title01 {
	padding-top: 20px;
	margin-left: 10px;
}
#contents-main .title02 {
	margin-top: -10px;
	margin-left: 10px;
}
#contents-main .counseling-pic {
	width: 540px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#contents-main .counseling-pic .left-pic {
	text-align: left;
	display: inline;
	float: left;
	width: 255px;
	margin-left: 25px;
}
#contents-main .counseling-pic .right-pic {
	text-align: right;
	display: inline;
	float: right;
	width: 220px;
	margin-right: 30px;
}
/*============================
  その他
==============================*/
#contents-main .top {
	text-align: right;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contents-main .top a:link,
#contents-main .top a:visited {
	color: #535353;
}
#contents-main .top a:hover {
	color: #d56000;
}
#contents-main .kanpan .top2 {
	text-align: right;
	width: 100%;
	padding-right: 10px;
}
#contents-main .top2 a:link,
#contents-main .top2 a:visited {
	color: #535353;
}
#contents-main .top2 a:hover {
	color: #d56000;
}
#sub-footer {
	margin:0 0 150px 15px;
}
#sub-footer ol {
	float: right;
}
