@charset "UTF-8";

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

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

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



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

/*---------------------------------
	術前・術後ボックス
----------------------------------*/
/*
div.model_picBox {
    zoom: 100%;
}

div.model_picBox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div.model_picBox{
	width:195px;
}


div.model_picBox p.picBox_text{
	text-align:center;
	color:#FF3399;
}

*/

div.modelcaseBox div.model_picBox{
	width:195px;
	height:auto;
	margin-right:20px;
	_margin-right:15px;
	float:left;
}

div.modelcaseBox div.model_picBox p.picBox_text{
	height:auto;
	padding:5px 0 20px;
	text-align:center;
}


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

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

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

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

}

h4#subtitle02{
	clear:left;
	width:460px;
	height:28px;
	text-indent:-5000px;
	background:url(../img/modelcase/subtitel_modelcase02.gif) left top no-repeat;

}

h4#subtitle03{
	clear:left;
	width:460px;
	height:28px;
	text-indent:-5000px;
	background:url(../img/modelcase/subtitel_modelcase03.gif) left top no-repeat;

}

h4#subtitle04{
	clear:left;
	width:460px;
	height:28px;
	text-indent:-5000px;
	background:url(../img/modelcase/subtitel_modelcase04.gif) left top no-repeat;

}


