@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ
=================================================================== */
/*----------------------------------------------------
	#topContents | メイン画像
----------------------------------------------------*/

#topContents {
    padding-top: 20px;
}

/*----------------------------------------------------
	#mainContents | 主な料理家紹介
----------------------------------------------------*/
.profileBoxes{
    float: left;
    width: 610px;
    margin-bottom: 10px;
}

.profileBox{
	float:left;
    width:190px;
	padding:0 20px 0 0;
}

.profileBox_right{
	float:left;
	width:190px;
}
.mini_pic{
	float:left;
    width: 70px;
	height: 70px;
	padding: 2px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	margin-bottom: 0px;
}

.profile_tex{
	float:right;
	width:104px;
}
	
.profile_tex dt {
	font-size: 75%;
	color: #999999;
	font-weight: normal;
}


#relationArea{
    clear: both;
	width: 100%; /*for IE 6.7*/
}

#relationArea img{
    margin-top: 10px;
}

/*----------------------------------------------------
	#sideContents | サービス一覧/最近の実績
----------------------------------------------------*/
#service {
    width:210px;
	margin: 0 0 15px 0;
}

#service li {
    margin: 0px;
	padding: 0px;
}
/*#guideNav ul li:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}*/
