/* CSS Document */

#main img{
	margin:5px 0;
}

form{
	margin: 0;
	padding: 0;
}

/* コンテンツ1【実印】 */

#contents01-l{
	float: left;
	width: 250px;
	margin: 5px 0;
}

#contents01-r{
	float: left;
	width: 240px;
	margin: 5px 0;
	text-align: left;
}


/* コンテンツ2【実印価格表】 */

#jitsu{
	text-align: center;
}

#jitsu table{
	margin: 10px auto;
	width: 480px;
	background-color: #663333;
	text-align: center;
}

#jitsu th{
	background-color: #ECE4D3;
	font-weight: normal;
}

#jitsu td{
	background-color: #FFF;
	line-height: 200%;
	text-align: right;
}


/* コンテンツ3【銀行印・認印価格表】 */

#gin{
	text-align: center;
}

#gin table{
	margin: 10px auto;
	width: 480px;
	background-color: #663333;
	text-align: center;
}

#gin th{
	background-color: #ECE4D3;
	font-weight: normal;
}

#gin td{
	background-color: #FFF;
	line-height: 200%;
	text-align: right;
}

/* コンテンツ4【印影見本】 */

.box01{ 
	width: 160px;  
	margin: 10px 3px 10px 5px; 
	float: left;
	text-align: center;
}
