@charset "utf-8";
/* -----------------------------------------------

INDEX CSS
FILE DATA: index.css

----------------------------------------------- */

/* ------------------------------------------- */
div#contents{
	width:632px;
}
div#left{
	width:250px;
	float:left;
	background:#6F6;
}
div#right{
	width:319px;

	float:right;
}
div#column	{
	width: 319px;
	background: url(../images/bgbottom.gif) no-repeat bottom;
	margin-bottom: 40px;
}
div#column #columnin	{
	background: url(../images/bgtop.gif) no-repeat;
	padding: 10px 10px;
}
div#column #columnin p {
	text-align:left;
	font-size:77%;
	line-height:1.8em;
	letter-spacing:0.05em;
	color:#333;
}
p#parts{
	margin:15px auto;
	width:160px;
}
div#add{
	padding:0 0 20px 0;
}
