
/*
CSS:ごあいさつ
	寒川町工業協会
	2007.9.18
	Coding:J.Kamiyama
*/

div.greetB
{
	/*border:1px dotted #ccc;*/
	margin:0px 0 20px 0;
	padding:20px 0 0 0;
	height:50px;
}

div.greetB .Lside
{
	float:left;
	margin-left:10px;
	padding:0;
	/*border:1px dotted #ccc;*/
}
div.greetB .Lside img
{
	width:50px;
	height:50px;
	border:1px solid #666;
}
div.greetB .Rside
{
	float:right;
	width:530px;
	/*border:1px dotted #ccc;*/
}

div.Kpicture
{
	float:right;
	margin:0 15px 15px 15px;
}

div.Kpicture img
{
	margin-bottom:10px;
}