
html{
overflow-y: scroll;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace,FontAwesome;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*--------------- リンク設定 --------------*/
A:link {
	color:#FF6600;
	text-decoration:none;
	}
A:visited {
	color:#FF6600;
	text-decoration:none;
	}
A:hover {
	color:#FF6600;
	text-decoration:underline;
	}
A:active {
	text-decoration:none;
	}
body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
}
#inner {

}
#inner .box-l .sam {
	float: left;
	width: 65px;
	margin-bottom: 10px;
}
#inner .box-l .mainText {
	float: left;
	width: 150px;
	color: #000;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 10px;
}
#inner .box-l .conText {
	clear: both;
}
#inner .box-l .line-clear {
	background-image: url(common/line_bg01.gif);
	background-repeat: repeat-x;
	height: 13px;
}
#inner .new {
	margin-bottom: 5px;
}
