@charset "utf-8";

.qa {
	font-size: medium;
	color: #FFFFFF;
}


.white {
	font-size: medium;
	color: #FFFFFF;
}
.small {

}
.middle {
	font-size: medium;
	line-height: 120%;
}
.blue {
	color: #2D3E69;
}
.white_small {
	font-size: small;
	color: #FFFFFF;
}


.block {
	font-size: small;
	line-height: 1.4em;
	font-weight:bold;
}
.box_color {
	background-color:#2d3e69;	
}
.arrow {
	margin:3px;
	vertical-align:middle;
}
.search {
	background-color:#3366cc;
	font-size: x-small;
	color: #ffffff;
}

.category {
	font-size: 12px;
}

.date {
	font-size: xx-small;
	text-align: right;
}
.list {
	font-size: x-small;
}
.list_item {
	font-size: x-small;
	text-align: center;
}





/*none*/


a.asklist{
	text-decoration: underline;
}
a.asklist:link {
	color: #ffffff;
}

a.asklist:visited {
	color: #ffffff;
}

a.asklist:hover {
	color: #ffffff;
	text-decoration: none;
}
a.asklist:active {
	color: #aaaaaa;
}