/* ***************************************************
* CSS file For 船井エステチーム
	FileName: top.css
	data:2008/9/27 koyama
**************************************************** */

/*-----------------------------------------------------------
■common上書き
------------------------------------------------------------*/
div#Container {
	margin: 10px auto 0;
	background: url(/img/top/container_bg.jpg) no-repeat top;
}

div.Content {
	width: 495px;
	padding: 0 0 20px;
}

div.Content a:link {color: #006699; text-decoration: underline;}
div.Content a:visited {color: #006699; text-decoration: underline;}
div.Content a:hover {color: #3399cc; text-decoration: none;}

div#Footer {
	background: url(/img/top/footer_bg.gif) repeat-x top;
	padding: 4px 0 0;
}

/*-----------------------------------------------------------
■右サイド
------------------------------------------------------------*/
div#RSide {
	width: 350px;
	float: right;
	color: #333 ;
	padding: 0 0 0px;
}

div#newblog{
	background-image:url(../img/top/blogline.gif);
	height:173px;
	padding:10px 10px 0px 10px;
	background-repeat:no-repeat;
}

div#estheabout{
	background:url(../img/top/yajirushi_w_h16.gif) no-repeat left top;
	text-indent:17px;
	font-size:12px;
	display:block;
	height:25px;
	margin-top:10px;
	}

/* 情報欄 */
span#InfoBox {
	background: #e5e5e5 ;
	background-image:url(../img/top/right_background.gif);
	color: #333;
	display:block;
	width: 350px;
	border-bottom:#FFFFFF 1px solid;
	padding:5px 0px;
}

span#InfoBox dl{
	margin:0 10px;
}

span#InfoBox dl dt {
	background: #e5e5e5 ;
	font-size: 13px;
	font-weight:bold;
	background: url(../img/top/news_ico.gif) no-repeat left top;
	text-indent: 20px ;	
}

span#InfoBox dl dd {
	background: #e5e5e5 ;
	padding-left:20px;
}

span#InfoBox ul{
	margin:0 10px;
}

span#InfoBox ul li{
	background: #e5e5e5 ;
	font-size: 13px;
	text-indent:20px;
	background: url(../img/top/news_ico.gif) no-repeat left top;	
}

/*-----------------------------------------------------------
■コンテンツ
------------------------------------------------------------*/

/* メニュー */
div#Menu { margin: 10px 0 14px; }
div#Menu div { margin: 0 0 5px; }
div#Menu div p {
	width: 393px;
	float: right;
	line-height: 16px;
}

/* 無料経営相談受付中バナー */
a.FreeConsult {
	width: 240px;
	height: 73px;
	display: block ;
	background: url(/img/top/ban_freeconsult.jpg) no-repeat top left;
}
a.FreeConsult strong,a.Blog strong {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding: 40px 0 0 15px;
	display: block;
}

/* コンサルタントブログバナー */
a.Blog {
	width: 240px;
	height: 73px;
	display: block ;
	background: url(/img/top/ban_blog.jpg) no-repeat top left;
	float: right;
}
a.Blog strong {
	padding: 40px 10px 0 50px;
	text-align: right;
}