/*
PLAZA TEMPLATE
aset.css
layouts: layout-tw
*/

/*
 コンテンツメインエリア MAIN
-------------------------------------------------------------------------*/
#MAIN{
	margin:0;
	padding:10px 0 0;
	width:998px;
	background-color:#F5F5F5;
}

#CH-HEAD {
	margin-top: -10px;
	padding: 2px 5px 2px 0;
	border-bottom: solid 1px #000;
	background-color:#FFF;
}

/*--- betaレイアウト -----------------------------------------------------------------*/

 ul,li {
	list-style: none;
	list-style-position:outside;
}

.item-text {
	line-height:150%;
}

#item-description {
	font-size:12px;
}



/*--- Entry -----------------------------------------------------------------*/

.entry-asset {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 125%;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color:#000;
	
}

.entry-asset .asset-header {
	width: 100%;
	background-color: #ddd;
	padding: 4px 8px;
	color: #000;
	font-size: 110%;
	text-align: left;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color:#000;
}

.entry-asset .asset-name {
	width: 100%;
	font-size: 125%;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 2px;
	margin-bottom: 12px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color:#000;
}

.entry-asset .asset-name a:link {
	color: #000 !important;
	text-decoration: none !important;
}

.entry-asset .asset-name a:active {
	color: #000 !important;
	text-decoration: none !important;
}

.entry-asset .asset-name a:visited {
	color: #000 !important;
	text-decoration: none !important;
}

.entry-asset .asset-name a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

.entry-asset .asset-content {
	width: 90%;
	text-align: left;
	margin: 0 auto;
	letter-spacing: 0.1em;
	font-size: 88%;
	_font-size: 90%;
	line-height:160%;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color:#000;
}

.entry-asset .asset-more-link {
	text-align: right;
}

.entry-asset .asset-footer {
	border-top: 1px dotted #aaa;
	text-align: right;
	font-size: 100%;
	padding: 2px 0 4px 0;
	clear: both;
	margin: 8px 0 4px 0;
}

.entry-asset .asset-meta {
	font-size: 100%;
}

p.entry-navi {
	text-align: center;
	margin: 0 auto 8px auto;
}



