/*------------------------------------------------------------------------*/
/*「即給」ホームページ　スタイルシート（トップページ）　　                */
/*                                                                        */
/*-１．全体---------------------------------------------------------------*/
/*-２．ヘッダ（メイン画像）-----------------------------------------------*/
/*
	tag{
		(1)レイアウト		margin, padding, width, height, float
		(2)文字・文章		font, line-height, color, text-align
		(3)配色・デザイン	background, border
	}                                                                     */
/*------------------------------------------------------------------------*/

/*-１．全体---------------------------------------------------------------*/
.main{
	background: #FFFFFF url(image/SOTO_0101.gif) repeat-x;
}
/*-２．ヘッダ（メイン画像）-----------------------------------------------*/
.header{
	height: auto;
}
.header img{
	margin: 0;
}
.header table{
	margin: 10px auto 0;
}
.menu{
	margin: 20px 0 0;
}
.text dl{
	margin: 0;
	padding: 2em 0;
	width: 100%;
	height: 200px;
	background: url(image/SOTO_0110.gif) right bottom no-repeat;
	overflow: auto;
}
.text dt{
	float: left;
	width: 6em;
}
.text dd{
	margin: 0 0 0 6em;
}
.inquiry{
	width: 710px;
}
.inquiry #iq_company{
	width: 700px;
	background: url(image/SOTO_0111.jpg) no-repeat;
}
