@charset "utf-8";

#left-title {
	background-color: #999;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 2px;
	text-indent: 15px;
}
#left p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-indent: 15px;
	line-height: normal;
	color: #666;
}


#right-l {
	background-color: #F6F6F6;
	height: 1100px;
}
#left p a:link {
	color: #666;
	text-decoration: underline;
}
#left p a:hover {
	color: #F00;
	text-decoration: underline;
}
#left p a:visited {
	color: #666;
	text-decoration: underline;
}
