﻿/* レイアウト
------------------------------------------------ */
.wrap{
	width:800px;
	margin:0 auto 20px;
	background-color:#FEF9F9;
}
.cbox{
	width:650px;
	margin:0 auto 50px;
}
#post{
	width:650px;
	margin:0 auto 50px;
}

/* タイトル
------------------------------------------------ */
h2.title{
	width:940px;
	margin:0 auto;
}
h3{
	width:635px;
	margin:0 auto 20px;
	padding-bottom:10px;
	padding-left:35px;
	color:#2A7FAA;
	background:url(../image/common/h3_bg.jpg) no-repeat bottom;
}
h4{
	width:650px;
	margin:0px auto 20px;
}
h5{
	width:650px;
	margin:0px auto 20px;
}

/* パンくずナビ
------------------------------------------------ */
#rootlist_wrap{
	background:#ECECEC;
}
#rootlist{
	margin:0 auto 30px;
	font-size:10px;
	text-indent:5px;
}
#rootlist a{
	color:#494949;
	text-decoration:underline;
}
#rootlist a:hover{
	color:#494949;
	text-decoration:none;
}
span.breadarrow{
	margin:0 3px;
}

/* テーブル共通
------------------------------------------------ */
table.stdt1{
	width:640px;
	margin:0 auto 15px;
	border-collapse:collapse;
	border:solid 1px #CCCCCC;
}
table.stdt1 th,
table.stdt1 td{
	padding:13px 0px;
	background:#FFF;
	border:solid 1px #CCCCCC;
	color:#666;
	font-size:14px;
	text-align:left;
	text-indent:1em;
}
table.stdt1 th{
	white-space:nowrap;
	background:#F5F1E5;
}

/* ご挨拶
------------------------------------------------ */
#prof{
	width:580px;
	margin:0 auto;
}
#prof .l{
	width:130px;
	float:left;
}
#prof .r{
	width:420px;
	float:right;
}
#prof .r .name{
	margin-bottom:40px;
	font-size:24px;
	letter-spacing:0.1em;
}
#prof .r dl{
	margin-left:10px;
}
#prof .r dt{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
}
#prof .r dd{
	margin:0px 0px 5px 10px;
	font-size:14px;
	letter-spacing:0.1em;
	text-indent:1em;
}
#prof .r dd.end{
	margin:0px 0px 20px 10px;
	font-size:14px;
	letter-spacing:0.1em;
	text-indent:1em;
}

/* お知らせ
------------------------------------------------ */
#news_box{
	width:650px;
	margin:0 auto 50px;
}
#news_box li{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #CCC dotted;
}
#news_box .day{
	width:80px;
	color:#990000;
	text-indent:5px;
	float:left;
}
#news_box .ico{
	width:68px;
	margin-top:5px;
	float:left;
}
#news_box .title{
	width:480px;
	float:right;
}

/* 6つのポイント
------------------------------------------------ */
#point .point p{
	margin-bottom:20px;
}
#point .point .img{
	margin-bottom:30px;
}


/* FAQ
------------------------------------------------ */
#faq_title{
	width:650px;
	margin:0 auto 20px;
}
#faq{
	width:630px;
	margin:0 auto;
}
#faq li{
	width:580px;
	padding:5px 40px 5px;
	margin-bottom:5px;
	background:url(../image/top/icon_q.gif) no-repeat left top;
	font-size:14px;
}

/* カウンセリング予約
------------------------------------------------ */
ol li{
	list-style-type:decimal;
	margin-bottom:10px;
}
