@charset "utf-8";
/* CSS Document */

#leftmenu ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 25px;
	padding-left: 12px;
}
#leftmenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	text-align: left;
}
#leftmenu ul li a {
	color: #666;
	text-decoration: none;
}
#leftmenu ul li a:hover {
	color: #F00;
}

#leftmenu h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftmenu #oritatami a {
	text-decoration: none;
	color: #000;
}
#maincontents #leftmenu #oritatami a:hover {
	color: #C30;
}
