@charset "utf-8";

/* Individual Style
----------------------------------------------------*/

#indexBox {
	width: 500px;
	float: none;
	margin: 0 auto;
	display: block;
	text-align: left;
	padding: 20px 0 0;
	font-size:12px;
}

#indexBox h1{
	font-size: 20px;
	font-weight: bold;
	color: #3c379e;
	border-bottom: 1px solid #CCC;
	line-height: 1.8;
	margin-bottom: 0.8em;
}

#indexBox p{
	margin: 0 0 2em;
	line-height: 1.8;
}

#indexBox .edi {
	margin-bottom: 3em;
}

#indexBox address {
	line-height: 1.85em;
	padding: 12px 0 30px;
	border-bottom:1px dotted #aaa;
	font-style: normal;
}

#indexBox .close {
	text-align: right;
	font-size: 11px;
	padding: 20px 0 0;
}