@charset"UTF-8";

/* テキスト */

.attention{
	font-size:16px;
	color:#CC0000;
	line-height:135%;
	font-weight:bold;
}

.attention span{
	font-size:12px;
	color:#000000;
	font-weight:normal;
}

.attention_box{
	border:2px dotted #CC0000;
	padding:7px 7px;
	text-align:center;
	margin:10px 0px;
}

.error {
	font-size:14px;
	color:#CC0000;
	line-height:135%;
	font-weight:bold;
}

.error span {
	color:#000066;
}


/* 一覧表 */ 
.list_item{
	font-size:12px;
	line-height:135%;
	color:#FFFFFF;
	background-image: url(../images/client_img/list_item.gif);
}

.list_item span{
	font-size:10px;
	line-height:135%;
	color:#FFFFFF;
}

.list_option{
	font-size:12px;
	line-height:135%;
	border:1px solid #CCCCCC;
	color:#999999;
	background-color:#FFFFFF;
}

.list_option span{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	margin:5px 0px;
}

.list_access {
	font-size:12px;
	line-height:135%;
	color:#FFFFFF;
	background-image: url(../images/client_img/list_item.gif);
}

.list_admin{
	font-size:12px;
	line-height:135%;
	color:#2A512D;
	background-image: url(../images/client_img/list_admin.gif);
}

.list_admin span{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	margin:5px 0px;
}


.list_input{
	background-color:#F5F5F5;
}

.genre {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 150%;
	font-weight: normal;
	white-space:nowrap;
}