@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

/* ======================================

 temporary CSS file
 2008.3.12
 
 Color Cordination
 Key Color: 

======================================= */

#greeting
{
	width: 540px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	background: url(../img/common/bg_seperator_large.gif) no-repeat left bottom;
}
#greeting div.image
{
	width: 180px;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff8ec;
}
#greeting div.notes
{
	width: 320px;
}
/*
#greeting div.image img
{
	margin: 0;
	padding: 0;
}
*/
#greeting div.left
{
	float: left;
	margin-bottom: 10px;
}
#greeting div.right
{
	float: right;
	margin-bottom: 10px;
}
#greeting div.container
{
	clear: both;
	width: 540px;
	margin: 0 0 10px;
}
#greeting div.container h3
{
	font-size: 150%;
	margin: 0 0 10px;
}
#greeting div.container p
{
	margin: 0 0 1em;
}
/*
#greeting div.notes p.sign
{
	margin: 2em 0 0;
	text-align: right;
}
#greeting #entry-0 div.image
{
	width: 240px;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff8ec;
}
*/
	

#origin
{
	clear: both;
	width: 540px;
	margin: 0 auto 50px;
	padding: 0 0 30px;
	background: url(../img/greeting/bg_origin.gif) no-repeat right bottom;
}
#origin h3
{
	margin: 0 0 10px;
}
#origin p
{
	margin: 0 0 1em;
	line-height: 200%;
	text-align: center;
}