@charset "utf-8";

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

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

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

.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;
}
