/* -----------------------------------
	html,body
----------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #FFF;
}

#container{
	width:964px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}


/* -----------------------------------
	block elements
----------------------------------- */

p {
}

hr {
	display: none;
}

table {
	font-size: 100%;
}

li {
	list-style-type: none;
}


/* -----------------------------------
	inline elements
----------------------------------- */

img {
	border: 0 solid #fff;
}

em {
	font-size: 100%;
	color: #000;
}

strong {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

sup {
	font-size: 83%;
	*font-size: 92%;
	font-weight: normal;
	vertical-align: top;
	margin-left: 3px;
	margin-right: 3px;
	_vertical-align: 0.5em;
}

sub {
	font-size: 83%;
	*font-size: 92%;
	font-weight: normal;
	vertical-align: baseline;
	margin-left: 3px;
	margin-right: 3px;
}

.red{
	color: #F00;
}

.pink{
	color: #ff2981;
}

.it{
	font-style: normal;
}



/* -----------------------------------
	class
----------------------------------- */

.left {
	text-align: left;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

span.hide{
	display: none;
}


::-moz-selection{
background:#DCE800;
}

::selection{
background:#DCE800;
}
