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

* {
	margin: 0;
}

html,
body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #363738;
	background: #6dcbe5 url(../images/tpl/body.png) no-repeat center top;
	text-align: justify
}

/* ========== h ========== */

h1,
div.h1,
h2,
div.h2 {}

/* ========== h1 ========== */

h1,
div.h1 {}

/* ========== table ========== */

table {
	border: 0;
	border-collapse: collapse;
}

/* ========== A ========== */

a {
	color: #90122e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ========== UL ========== */

/* ==== menu ==== */

ul.menu,
ul.menu li,
ul.form,
ul.form li,
ul.lists,
ul.lists li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul.menu,
ul.menu li {
	display: block;
}

/* ========== form ========== */

form {
	margin: 0;
	padding: 0;
}

/* ====== input ====== */

/* ==== button ==== */

/* ========== img ========== */

img {
	border: 0;
}

/* ========== all ========== */

.clr {
	clear: both;
}

.blue {
	color: #01264f;
}

.strong {
	font-weight: bold;
}