/* CSS3機能の実装なし */

/* 本体とバッティングする場合は削除 */
#wrapperLeft {
	max-width: 185px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	clear: both;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 140%;
}

.category {
	margin-bottom: 10px;
	padding: 5px;
	background-image: url('img/l_boxbackground.png');
	background-repeat: repeat;
	border-radius: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.headLeft {
	margin: 0px 0px 10px;
	padding: 3px 5px;
	background: rgb(77,77,255);
	background: -moz-linear-gradient(top,  rgba(77,77,255,1) 0%, rgba(26,49,156,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,77,255,1)), color-stop(100%,rgba(26,49,156,1)));
	background: -webkit-linear-gradient(top,  rgba(77,77,255,1) 0%,rgba(26,49,156,1) 100%);
	background: -o-linear-gradient(top,  rgba(77,77,255,1) 0%,rgba(26,49,156,1) 100%);
	background: -ms-linear-gradient(top,  rgba(77,77,255,1) 0%,rgba(26,49,156,1) 100%);
	background: linear-gradient(to bottom,  rgba(77,77,255,1) 0%,rgba(26,49,156,1) 100%);
	border-radius: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  }
  
.categoryHead {
	padding: 2px 5px;	
	background-color: rgba(181, 181, 181, 0.5);
	border-radius: 2px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}

.item {
	margin: -10px 0px -10px 0px;
}

	.item a {
		text-decoration: none;
	}

	.item li {
		margin: 0 0 0 -20px;
		padding: 3px 0px;
		list-style-image: url(img/l_list.png);
	}

.otherItem {
	margin: 20px 0px 0px;

	font-size: 10px;
	text-align: right;
}

.otherItem a {
	color: #4D7AFF;
	text-decoration: none;
}

#banner {
	margin: 15px 0 10px;
}

	.bannerTopic {
		padding-top: 5px;
		text-align: center;
	}

	.bannerText {
		padding-bottom: 5px;
		text-align: justify;
	}