@charset "utf-8";

/* =============================================
    reset
============================================= */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, select, textarea,
p, pre, blockquote, span, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: center;
}
body {
	background: #ffffff;
	color: #333333;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
dl, ul, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*   [Link scheme]
---------------------------------------*/
a:link, a:visited {	text-decoration: none;}
a:hover, a:active {	text-decoration: underline;}
a:link,
a:visited {	color: #404040;}
a:hover,
a:active {	color: #404040;}
a:hover img.hoverImg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
input {
	background: #f7f8f8;
	padding: 2px;
	border: 1px solid #f7f8f8;
	margin-right:5px;
	outline:none;
	margin-bottom: 5px;
}

textarea {
	background: #f7f8f8;
	padding: 2px;
	border: 1px solid #f7f8f8;
	outline:none;
}


input:focus {
	background-color: #efefef;
	outline:none;
}

select {
	background: #ffffff;
	padding: 2px;
}
.btn_submit {
	background-color: black;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	width: 150px;
	font-weight:bold;
}
