@charset "utf-8";
/* CSS Document */

a { color: #61426E; }
a:hover { color: #4b2f57; }

input,
textarea,
select {
	border-color: #ccc;
	background: #fff; }

input:focus,
textarea:focus,
select:focus {
	border-color: #61426E; }

.action,
a.action,
input.action,
button.action,
input[type="button"],
input[type="submit"],
button {
	background: #61426E;
	color: #fff; }

.action:hover,
a.action:hover,
input.action:hover,
button.action:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.action:active,
a.action:active,
input.action:active,
button.action:active,
input[type="button"]:active,
input[type="submit"]:active,
button:active {
	background: #4b2f57;
	color: #fff; }

.wraper header .logo,
.wraper header .head-content {
	height: 50px; }

.wraper header .logo,
.wraper header .head-content { background: #666; }

/*
.wraper header .logo {
	padding: 10px 0 0 0;
	background: #4b2f57; }
*/

.wraper header .logo {
	padding: 10px 0 0 0;
	height: 40px;
	background: #333; }

.wraper header .logo img {
	width: 90%;
	height: auto; }

.wraper .container aside,
.wraper footer .left-side { background: #61426e; }

.wraper .container aside > ul > li li.active a { color: #4b2f57; }

.pageing > a {
	background: #999;
	color: #fff; }

.pageing > a:hover,
.pageing > a:active {
	background: #4b2f57;
	color: #fff; }

.pageing > a.current_page {
	background: #61426e;
	color: #fff; }

.pageing > a.current_page:hover,
.pageing > a.current_page:active {
	background: #4b2f57;
	color: #fff; }