@charset "utf-8";

/** main **/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family:"Segoe UI";
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	text-align: center;
	color: #303030;
	background: #FFFFFF;
	margin:0;
	padding:0;
	overflow-y:scroll;
	
}

/** menu **/

.txtmn {font-size:15px; font-weight:bold; color:#000; text-decoration:none;}
.txtmn a:link {font-size:13px; font-weight:bold; color:#00b3ba; text-decoration:none; line-height:40px;}
.txtmn a:active {font-size:13px; font-weight:bold; color:#00b3ba; text-decoration:none; line-height:40px;}
.txtmn a:visited {font-size:13px; font-weight:bold; color:#00b3ba; text-decoration:none; line-height:40px;}
.txtmn a:hover {font-size:13px; font-weight:bold; color:#900; text-decoration:none; line-height:40px;}

/** left **/

.wheret {font-size:14px; font-weight:normal; color:#999; text-decoration:none;}
.wheret a:link {font-size:14px; font-weight:normal; color:#999; text-decoration:none;}
.wheret a:active {font-size:14px; font-weight:normal; color:#999; text-decoration:none;}
.wheret a:visited {font-size:14px; font-weight:normal; color:#999; text-decoration:none;}
.wheret a:hover {font-size:14px; font-weight:normal; color:#303030; text-decoration:none;}

