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

.new {
color:#d63245;
}

.mobile_website {
color:#999999;
font-weight:bold;
background-color:#EEEEEE;
}

div.cut {
 background-color: #ccc;
 width: 100px;
 height: 4px;
 overflow: hidden;
}
    
.cur {cursor:pointer;}
* HTML .cur {
cursor:hand;
cursor:pointer;
}

.bold {
font-weight:bold;
}

.input3 {
color: #AAD9F7;
background-color:#0E94E9;
height:2px;
width:95%;
}

.search_box {
color:#666;
text-align:center;
vertical-align:center;
}

.input2 {
width:100%;
border: 1px solid #0E94E9;
background: #AAD9F7;
}

.spacer {
margin: 5px 5px 5px 5px;
white-space: nowrap;
}

.just {
align:justify;
text-align:justify;
}

a.tonelinks {
color:#0E94E9;
text-decoration:none;
}

a:hover.tonelinks {
color:#0E94E9;
text-decoration:none;
}

a:link.tonelinks {
color:#0E94E9;
text-decoration:none;
}

a:visited.tonelinks {
color:#0E94E9;
text-decoration:none;
}

.uploadtime {
color:#666666;
font-weight:bold;
}

body
{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-position: center top;
	background-repeat:repeat-x;
	margin:0;
	padding:0 0 0 0;
}

ul, ol, dl { list-style:none; list-style-type:none; font-size: 1em; }

* {
	padding: 0;
	margin:0;
	border: none;
}

a:link {
	color:#ba7405;	
}

/*----------------------------------------------------------------------------------- TEXT */

h1
{
	font-size:3em;
	font-weight:bold;
}

h2 {
	font-size: 2.2em;
	padding: 0 0 2px 0;
}

h2 a {
	
}

h2 a:hover {

}

h3 {
	font-size: 1.6em;
	padding: 0 0 2px 0;
}

h4 {
	font-size: 1.4em;
	padding: 0 0 2px 0;
}

h4 a {
	text-decoration:none;
}

h4 a:hover {
	text-decoration:underline;
}

h5 {
	padding: 0 0 0 0;
	font-size: 1.2em;
}

h5 a {
	text-decoration:none;
}

h5 a:hover {
	text-decoration:underline;
}

p {
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.3em;
}

a {
	color:#333;
}

/*----------------------------------------------------------------------------------- FLOAT */

.float-right
{
	float:right;
	margin-top:10px;
}

.float-left
{
	float:left;
}

.clear
{
	clear:both;
}

