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

body {
	font-family: arial;
	font-size: 12px;
}


a {
	color: black;
}

li {
	padding-top: 0px;
	padding-bottom: 0px;
}


	
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #555555;
	
	font-size: 24px;
	margin-left: 20px;
	padding-top: 10px;
	

	}
	
h2 {
	font-family: Verdana;
	color: rgb(32,123,232);
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	}

h3 {
	font-family: Arial;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	color: rgb(255,255,255);
	}

h4 {
	font-family: Arial;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: rgb(100,100,100);
	
	}
	

.menu  a{
	text-transform: lowercase;
	color: rgb(240,240,240);
	text-decoration: none;
	font-size: 14px;
	font-family: tahoma;
	padding-left: 12px;
	padding-right: 12px;
}	
	
	
	

.content {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	
	
}

.content td {
	font-size: 12px;
	color: rgb(40,40,40);
}

.menu {
	
}


.foot {
	font-size: 10px;
	font-family: verdana;
	color: rgb(90,90,90)
}




.search .word{
	width: 142px;
}

.search .button{
	width: 55px;
}






.form {
	color: rgb(50,50,50);
	font-size: 12px;

}


.error {
	color: #e4381a;
}

.error_message {
	background: #ffdfcc;
	z-index:500;
	border: 1px solid #cccccc;
	margin-bottom: 50px;
	margin-top: 50px;
	width: 400px;
	font-size: 12px;
	color: #555555;
}

.input_text {
}

.input_text_error {
	background: #ffe2d5;
	border: 1px solid #91919b;
}


.input_textarea {
}

.input_textarea_error {
	background: #ffe2d5;
	border: 1px solid #91919b;
}

.input_select {
}

.input_select_error {
	background: #ffe2d5;
	border: 1px solid #8d2b00;
}



.input_file {
	}

.input_file_error {
	background: #ffe2d5;
	border: 1px solid #8d2b00;
	}

.akc tr{
	border: 1px solid rgb(162,201,248);
	border-collapse: collapse;
}

.akc td{
	border: 1px solid rgb(162,201,248);
	border-collapse: collapse;
}


.blue_button {
	
}

.blue_button table {
	height: 54px;
}

.blue_button a {
	color: rgb(255,255,255);
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.in {
	width: 100%; 
	height: 20px;  
	padding: 5px;
	cursor: pointer;
}

.blue_button .left {
	width: 17px;
	background: url(../images/bbut_l.gif);
}

.blue_button .right {
	width: 17px;
	background: url(../images/bbut_r.gif);
}



.blue_button .center {
	background: url(../images/bbut_c.gif) repeat-x left;
}
















