/* CSS Document */
body {

	margin:0px; 
	padding:0px;   
	background:ffffff ;
	width:100%;
	width:auto;
	height:100%; 
}

body,div,td,li {
	font-family:µ¸¿ò,arial, Times, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:130%;

}

a {color:#666666;text-decoration:none;cursor:pointer;  } 
a:hover{color:#333333;text-decoration:underline;cursor:pointer;}

input,select,textarea{
	font-family:µ¸¿ò,arial, Times, sans-serif;
    font-size: 12px;   
	color:#252525; 
	line-height:140%;
	margin:0px;
}


.top_home a, .top_home a:hover {
	color:#252525; 	
	font-size:11px;
	font-family: µ¸¿ò;
}

.top_menu {
	color:#ffffff; 	
	font-size:13px;
    font-weight:bold;
	line-height:110%;
	font-family: µ¸¿ò;
}


.sub_top_title {
	color:#252525; 	
	font-size:13px;
    font-weight:bold;
	line-height:110%;
	font-family:µ¸¿ò;
}

.copyright {
	color:#5d5d5d; 	
	font-size:10px;
	line-height:110%;
	font-family: arial;
}

.date {
	color:#c7c6c6; 	
	Letter Spacing:-0.25em;
	font-size:11px;
	font-family: µ¸¿ò;
}

.999999txt11 {
	color:#999999;
	font-size:11px;
	font-family: µ¸¿ò;
	line-height:120%;
}
.orange {
	color:#999999;
	font-size:11px;
	font-family: µ¸¿ò;
	line-height:120%;
}

.orange a:hover {
	color:#333333;
	text-decoration:underline;
	font-size:11px;
	font-family: µ¸¿ò;
}

.orange_title {
	color:#f0f0f0;
	font-weight:bold;
	font-size:13px;
	font-family: µ¸¿ò;
}

.orange_title a, .orange_title a:hover {
	color:#f0f0f0;
	font-weight:bold;
	font-size:12px;
	font-family: µ¸¿ò;
	text-decoration:none;
}

.11 {
	color:#666666;
	Letter Spacing:-0.25em;
	font-size:11px;
	font-family: µ¸¿ò;
	text-decoration:none;
}

.11 a, .11 a:hover {
	color:#333333;
	font-size:11px;
	font-family: µ¸¿ò;
	text-decoration:none;
}

.s_title {
	color:#718be0;
	font-weight:bold;
	font-size:12px;
	font-family: µ¸¿ò;
}

.g_title {
	color:#fd4967;
	font-weight:bold;
	font-size:12px;
	font-family: µ¸¿ò;
}

.c_title {
	color:#fe7d21;
	font-weight:bold;
	font-size:12px;
	font-family: µ¸¿ò;
}

.title {
	color:#444444;
	font-weight:bold;
	font-size:12px;
	font-family: µ¸¿ò;
}
.title a, .title a:hover {
	color:#666666;
	font-weight:bold;
	font-size:12px;
	font-family: µ¸¿ò;
}

.basic{
       padding:8px 0px 5px 0px;
}

.basic_left{
       padding:8px 0px 5px 5px;
}

.basic_right{
       padding:8px 5px 5px 0px;
}

.year {
	color:#6ea8de;
	font-weight:bold;
	font-size:16px;
	font-family: µ¸¿ò;
}

.history_title {
	color:#666666;
	font-weight:bold;
	font-size:16px;
	font-family: µ¸¿ò;
	line-height:140%;
	
}






/* Pagination */

ul.pagination {
 width:100%;
 margin: 0; padding: 0;
 list-style: none;
 font-size: 12px;
 font-weight: bold;
}

ul.pagination li {
 margin: 2px; padding: 4px 9px 2px 9px;
 display: block;
 float: left;
 border: solid 1px #DFDFDF;
 background: #FFFFFF;
 text-decoration: none;
 color: #666666;
 cursor: pointer;
}

ul.pagination li.page_over {
 text-decoration: none;
 border: solid 1px #DFDFDF;
 background: #cccccc;
 color: #FFFFFF;
}

ul.pagination li.page_on {
 margin: 2px; padding: 4px 9px 2px 9px;
 display: block;
 border: solid 1px #DFDFDF;
 background: #cccccc;
 color: #FFFFFF;
}



