/* CSS Document */

@charset "shift_jis";

/*=========================================================
#container
=========================================================*/
#container {
	font-family:  Verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W4","Hiragino Kaku Gothic Pro","‚l‚r PƒSƒVƒbƒN",Osaka,sans-serif;
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
}

/*=========================================================
#HeaderArea
=========================================================*/
#HeaderArea {
	background: url(../img/header.jpg) no-repeat;
	width: 580px;
	height: 129px;
	text-indent: -10000em;
	margin: 0 0 15px 0;
	padding: 0;
}

#HeaderArea h1 {
	margin: 0;
	padding: 0;
}

/*====================================================
#ListArea
====================================================*/
#ListArea {
	width: 580px;
	margin: 0;
	padding: 0;
}

#asset-table {
    border-top: 1px solid #5cb4d1;
    border-left: 1px solid #5cb4d1;
    background-color: #fff;
    empty-cells: show;
	margin: 0 0 15px 0;
}

#asset-table th {
    border-right: 1px solid #5cb4d1;
    border-bottom: 1px solid #5cb4d1;
    color: #fff;
    background-color: #008fbd;
    text-align: center;
	font-weight: normal;
	font-weight: bold;
}

#asset-table th span {
    color: #fff;
	font-size: 0.85em;
	font-weight: normal;
}

#asset-table td {
    border-right: 1px solid #5cb4d1;
    border-bottom: 1px solid #5cb4d1;
}

#container #ListArea #asset-table th {
	padding: 0;
	font-size: 0.75em;
    text-align: center;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

#container #ListArea #asset-table td {
	font-size: 0.75em;
	color: #666;
    text-align: center;
	line-height: 1.7em;
	letter-spacing: 0;
	padding: 5px 2px;
}

#container #ListArea #asset-table td img {
	margin: 0;
	padding: 0 5px;
}

#container #ListArea #asset-table td a {
	color: #008fbd;
	text-decoration: underline;
}

#container #ListArea #asset-table td a:hover {
	text-decoration: none;
}

#container #ListArea #asset-table td strong {
	font-size: 1.1em;
	color: #fe0082;
}
