﻿@charset "utf-8";

/* About this file ===============================
 * FirstAuthor  : D. Ogido
 * CreateDate   : 2008-06-20
 * LastAuthor   : D. Ogido
 * LastUpdate   : 2008-06-20
 * AboutThis    : a contents style( for works )
================================================== */

/* Contents
-------------------------------------------- */

/* ---A price list */
table {
  margin: 0 auto;
  width: 538px;
  border: solid 1px #ccc;
}
td img {
  display: block;
  margin: 20px auto;
}
img#head {
	float: left;
	margin-bottom: 1em;
	width: 150px;
	border: solid 1px #ccc;
}
ul#info {
	float: left;
	margin: 10px 20px;
}
p.explanation {
	clear: both;
}
#worksImages {
	margin: 0 auto;
	width: 534px;
}
#worksImages img {
	margin: 5px 0;
	border: solid 1px #ccc;
	padding: 1px;
}
#worksImages img.left {
	float: left;
}
#worksImages img.right {
	float: right;
}