/* ***********************************************/
/*	DATE		: 2013/3/4
	TITLE		: La capi_コンセプト
	FILE_NAME	: concept.css
	AUTHER		: Hiaa.S 			 */
/*************************************************/

/*=====各属性のスタイル===========================*/
h1 {
	margin-bottom:0px;
}

h2 {
	margin-bottom:10px;
}

/*=====レイアウトのスタイル===========================*/
/*テキスト部分（メイン部左カラム）*/
#text-box {
	width:405px;
	text-align:left;
	float: left;
	margin-left:20px;
	margin-bottom:20px;
}

#text-box p {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

/*写真部分（メイン部右カラム）*/
#img-box {
	width:225px;
	margin-right:60px;
	float:right;
}

#img-box img {
	margin-bottom:20px;
}

/*スタイリスト紹介*/
#stylist-box {
	width:630px;
	background-image:url(../contents/image/bk_concept02.jpg);
	margin-left:30px;
}

.div-stylist {
	width:420px;
	float: left;
}

#stylist-box table {
	margin-left:45px;
	margin-bottom: 10px;
}

#stylist-box th {
	text-align:left;
	width:70px;
}
#stylist-box td {
	text-align:left;
}

.p-stylist {
	margin-left:40px;
	margin-right:10px;
	text-align:left;
	margin-bottom:15px;
}

.img-stylist {
	float: right;	
}
