@charset "UTF-8";

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

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

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



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

/*---------------------------------
	お問い合わせ先ボックス
----------------------------------*/

div#contactBox{
	padding-bottom:20px;
}

div#contactBox p{
	margin-bottom:10px;
}





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

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

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

/*---------------------------------
	お問い合わせ先画像変換
----------------------------------*/
p#contact_text01{
	width:375px;
	height:27px;
	text-indent:-5000px;
	background:url(../img/contact/text_contact01.gif) left top no-repeat;
}

p#contact_text02{
	display:block;
	overflow:hidden;
	width:353px;
	height:27px;
	text-indent:-5000px;
	background:url(../img/contact/text_contact02.gif) left top no-repeat;
}


p#contact_text03{
	width:453px;
	height:27px;
	text-indent:-5000px;
	background:url(../img/contact/text_contact03.gif) left top no-repeat;
}


p#contact_text04{
	width:216px;
	height:27px;
	text-indent:-5000px;
	background:url(../img/contact/text_contact04.gif) left top no-repeat;
}


