@charset "utf-8";

/* mochi.css
--------------------------------------------------------------------*/

#mochiHead{
	width: 675px;
	height: 0;
	padding-top: 100px;
	overflow: hidden;
	background: url(../img/second20_head.jpg) left top no-repeat;
	margin-bottom: 15px;
}

.section p{
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding: 0 10px 10px 10px;
	text-indent: 0.5em;
}

.section img.image{
	margin: 0 0 10px 10px;
}

.section ul{
	list-style: outside circle;
	margin: 10px 0 10px 30px;
}
.section ul li{
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 0 0 8px 0;
}

/*
.section u{
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
*/

.section table{
	width: 653px;
	border-collapse: collapse;
	border: 1px solid #bbf;
	margin: 0 0 15px 10px;
}
.section table th, .section table td{
	border: 1px solid #ccf;
	font-size: 0.9em;
	padding: 5px 10px;
}
.section table th{
	width: 100px;
	font-weight: normal;
	background-color: #f6f6ff;
}
