@charset "UTF-8";
/* =============== record =============== */

#record table { font-size: 12px; line-height: 16px; color:#999999; }
#record span { color:#333333; }


/* --- title --- */

#record-title .id{
	font-size: 12px;
	line-height: 16px;
	color:#00441C;
	border: 1px solid #AAAAAA;
	border-bottom: none;
	background-color: #E1F4D4;
	width: 100px;
}
#record-title .id-item{
	color:FFFFFF;
	border-right: 1px solid #AAAAAA;
	background-color: #00441C;
}

#record-title .title{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 10px 0px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
#record-title .kana{
	font-size: 12px;
}
#record-title .kana2{
	font-size: 12px;
	color:#999999;
}

#record-title div {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: right;
	padding: 5px 23px 5px 0px;
	background-repeat: no-repeat;
	background-position: right center;
}
#record-title .card { background-image: url(../images/category_card.gif); }
#record-title .photo { background-image: url(../images/category_photo.gif); }
#record-title .movie { background-image: url(../images/category_movie.gif); }
#record-title .book { background-image: url(../images/category_book.gif); }
#record-title .article { background-image: url(../images/category_article.gif); }


/* --- data --- */

#record-data table { border: 1px solid #AAAAAA; border-bottom: none; }
#record-data td { border-bottom: 1px solid #AAAAAA; }
#record-data .item { 
	color: #00441C;
	border-right: 1px dotted #AAAAAA;
	background-color: #E1F4D4;
	width: 100px;
}


/* --- other --- */

#record-other td { border-bottom: 1px dotted #AAAAAA; padding: 5px;}
#record-other .td-bottom { border-bottom:none; }
#record-other .item {
	color: #00441C;
	background-color: #EEEEEE;
	border-bottom:none; 
	width: 90px;
}
#record-other .item-sub {
	color: #00441C;
}


/* --- record window footer --- */

.window-footer{
	font-size: 10px;
	line-height: 10px;
	color: #999999;
 }
.window-footer a:link{ color: #999999 ; text-decoration: none }
.window-footer a:active{ color: #999999 ; text-decoration: none }
.window-footer a:visited{ color: #999999 ; text-decoration: none }
.window-footer a:hover{ color: #ff3300 }
