@charset "utf-8";

#leftmenu h2 {
	margin-top: 4px;
	margin-left: 20px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	color: #CCCCCC;
}
#leftmenu h3 {
	margin-top: 5px;
	margin-left: 20px;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	line-height: 2em;
}
#leftmenu p {
	line-height: 1.4em;
	margin-left: 10px;
	color: #CCCCCC;
	font-size: 0.8em;
	margin-top: 2px;
}
#leftmenu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftmenu a {
	display: block;
	border: 1px solid #333333;
	height: 100px;
	width: 190px;
	margin-top: 8px;
	margin-left: 10px;
	margin-bottom: 2px;
}
#leftmenu a:hover {
	border: 1px solid #999999;
}
#maincontents h2 {
	margin-top: 3px;
	margin-left: 30px;
}
#maincontents p {
	line-height: 1.5em;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	margin-left: 30px;
	font-size: 0.8em;
	margin-top: 10px;
}

#maincontents a {
	color: #CCCCCC;
	text-decoration: none;
}
#maincontents a:hover {
	color: #FF9933;
	text-decoration: underline;
}
#maincontents img {
	margin-top: 20px;
	margin-left: 36px;
	border: 1px solid #999999;
}

