@charset "utf-8";

/* basic elements
-------------------------------------------------------------------------------- */

*{
	padding: 0;
	margin: 0;
	border: 0;
	font-family:"MS UI Gothic",sans-serif;
	font-weight:normal;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
}

body{
	padding: 0;
	margin:0 0 20px 0;
	text-align: center;
	background:url(../images/bg.jpg);
	background-color:#FFFFFF;
}

html,body{
}

a,a:link,a:visited {
	color:#077cff;
}

a:hover {
	color:#f12b8d;
}

a:active {
	color:#9e311d;
}

strong {font-weight:bold;}

en {font-style:italic;}

u {text-decoration:underline;}

blockquote {
	margin:5px 5px 20px 5px;
	border-left:2px solid #A2D0FF;
}

/* standard helper classes
-------------------------------------------------------------------------------- */

.clr{
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}

.right {
	float:right;
	margin:0 0 5px 5px;
}

.left {
	float:left;
	margin:0 5px 5px 0;
}

.center {
	text-align:center;
}

/* .pkg class wraps enclosing block element around inner floated elements 
-------------------------------------------------------------------------------- */
.pkg:after{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

* html .pkg {
	display: inline-table;
}

/* no ie mac \*/
* html .pkg {
	height: 1%;
}

.pkg {
	display: block;
}

/* */

hr {
	display: none;
}

/* seachwindow
-------------------------------------------------------------------------------- */

#sch {
	display:none;
	font-size:13px;
	line-height:130%;
	margin:10px 10px 0 10px;
}

#sch-inner {
	padding:0 0 0 13px;
}

#sch p {
	margin:0 0 5px 0;
}

#sch #search {
	width:130px;
	float:left;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#333333;
}

#sch #btn {
	float:right;
	background-color:#4fc3cc;
	font-size:13px;
	color:#FFFFFF;
	border:none;
	padding-top:2px;
	margin:0 15px 0 0;
}