@charset "UTF-8";

/**************************************************************************

							Aglaia Art Studio
							select.html				
							レイアウト用CSS
							
**************************************************************************/

@import url("initialize.css");
@import url("common.css");
@import url("text.css");



/*////////////////////////////////////////////////
	レイアウト
////////////////////////////////////////////////*/

/*---------------------------------
	施術者紹介ボックス
----------------------------------*/

div#selectBox {
    zoom: 100%;
}
div#selectBox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#selectBox{
	width:426px;
	margin-bottom:20px;
}

p#select_pic{
	width:166px;
	float:left;
}




/*////////////////////////////////////////////////
	レイアウト詳細
////////////////////////////////////////////////*/

/*---------------------------------
	タイトル
----------------------------------*/

h3#title_select{
	width:500px;
	height:35px;
	text-indent:-5000px;
	background:url(../img/select/title_select01.gif) left top no-repeat;
	margin-bottom:10px;
}

h4#subtitle_select{
	width:460px;
	height:28px;
	text-indent:-5000px;
	background:url(../img/select/subtitle_select01.gif) left top no-repeat;

}


