@charset "shift_jis";

/* マーケットコムバナー
------------------------------------------------------------------------------*/
#logo h1 {
	float: left;
	padding-bottom: 5px;
	padding-top: 20px;
	font-size: 27px;
}
div.banner-marketcom {
	float: right;
	width: auto;
	padding: 0px 10px 0px 0px;
}

/* 新着情報
------------------------------------------------------------------------------*/
p.msg-error {
	width: auto;
	margin: 0px auto 10px;
	padding: 12px;
	text-align: left;
	background: #ffffff;
}
ul.list-news {
	list-style: none;
	width: auto;
	margin: 0px auto 15px;
	padding: 5px;
	text-align: center;
}
ul.list-news li {
	list-style: none;
	width: auto;
	padding: 3px 3px 5px;
	margin: 0px auto 5px 0px;
	background: url(../../images/common/line_dotted.gif) repeat-x left bottom;
	text-align: left;
}
	ul.list-news li a {
		display: block;
		width: auto;
		padding: 0px 0px 0px 10px;
		background: url(../../images/common/arrow_black.gif) no-repeat left center;	
		text-decoration: none;
	}
	ul.list-news li a:hover {
		background: url(../../images/common/arrow_orange.gif) no-repeat left center;	
		text-decoration: underline;
	}
	
/* ページメニュー
------------------------------------------------------------------------------*/
div.pmenu {
	width: auto;
	margin: 0px 0px 10px auto;
	padding: 5px;
	text-align: right;
}

/* 記事
------------------------------------------------------------------------------*/
div.nc-divTitle {
	width: auto;
	margin: 0px auto 10px 0px;
	padding: 8px;
	border: solid 1px #cccccc;
	border-style: solid solid none;
	border-width: 1px 1px 0px;
	border-color: #e0e0e0 #cccccc;
	background: url(../../images/common/line_dotted.gif) repeat-x left bottom;
	background-color: #eeeeee;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
}
div.nc-divcomment {
	width: auto;
	margin: 0px auto;
	padding: 5px;
	text-align: left;
	line-height: 150%;
}
div.nc-divlink {
	width: auto;
	margin: 0px 0px 10px auto;
	padding: 3px;
	font-size: smaller;
	text-align: right;
}

