@charset "Shift_JIS";

/* CSS Document */

#example_index {
	padding: 0 60px 30px;
	}

#example_index .section#kitchen {
	width: 300px;
	float: left;
	}

#example_index .section#system {
	width: 300px;
	float: right;
	}

#example_index .section p.title {
	margin-bottom: 20px;
	padding-bottom: 3px;
	}

#example_index .section dl {
	margin: 20px 0;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	}

#example_index dl dt {
	font-size: 93%;
	line-height: 1.6;
	}

#example_index dl dt a {
	font-weight: bold;
	text-decoration: none; 
	color: #333;
	}

#example_index dl dt a:hover {
	text-decoration: underline;
	}

#example_index dl dt a:visited {
	color: #666;
	}

#example_index dl dd {
	font-size: 93%;
	line-height: 1.6;
	}

#example_index dl dd.more {
	margin-top: 1em;
	text-align: right;
	}

#example_index dl dd.more a {
	color: #333;
	}