@charset "UTF-8";

@import url("../../css/common.css");
@import url("../../css/structure2.css");

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

 index.html
 2008.3.12
 
 Color Cordination
 Key Color: 

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

p.lead
{
	margin: 0 0 20px;
}
ol
{
	margin-bottom: 2em;
}
ol li
{
	margin-bottom: 1em;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}
ol ol
{
	margin-left: 4em;
	margin-bottom: 1em;
}
ol ol li
{
	margin-bottom: 0;
	list-style-type: decimal;
}
h2
{
	margin: 0 0 10px;
	font-size: 150%;
}
ol h3
{
	margin: 0 0 5px;
	font-weight: normal;
}
ul.date
{
	margin: 0 0 20px;
}
ul.sign
{
	margin: 0 0 20px;
}
ul.sign li
{
	text-align: right;
}

div.contact
{
	width: 66%;
	margin: 0 auto 20px;
	padding: 10px;
	border: 2px solid #ccc;
}
ul.notes li
{
	margin: 0 1em;
	text-indent: -1em;
}