@charset "UTF-8";

* 
{
	font-family: Arial, Helvetica, sans-serif;
}

body 
{
	background: #0095bd;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, li
{
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:active
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

.clear
{
	clear: both;
	font-size:0px;
	height: 0px;
	line-height: 0px;
}

.warp
{
	width: 900px;
	margin: 0px auto;
}

.hide
{
	display: none;
}

/* Header (start) */
.header
{
	background: url("images/header.jpg") no-repeat;
	height: 150px;
	width: 900px;
	text-align: left;
}

.header h1.register
{
	color: #a7fb5d;
	font: bold 19px arial;
	padding: 37px 0px 0px 50px;
}

.header h1.register a, .header h1.register a:visited, .header h1.register a:active
{
	color: #a7fb5d;
	font: bold 19px arial;
	text-decoration: none;
}

.header h1.shita
{
	color: #ffffff;
	font: bold 19px arial;
	padding: 17px 0px 0px 22px;
	#padding-top: 19px !important;
}

.header h1.shita a, .header h1.shita a:visited, .header h1.shita a:active
{
	color: #ffffff;
	font: bold 19px arial;
	text-decoration: none;
}

.header p
{
	float: right;
	padding: 27px 80px 0px 0px;
	color: #d6e1e5;
	font: 12px arial;
	text-align: center;
}

.header p img
{
	display: block;
}
/* Header (end) */

/* Menu (start) */
.menu
{
	background: url("images/menu.jpg") no-repeat;
	height: 48px;
	width: 900px;
	margin: 5px 0px 0px 0px;
}

.menu ul
{
	list-style: none;
	/*line-height: 30px;*/
	padding: 0px 20px 0px 0px;
}

.menu li
{
	float: right;
	border-left: 2px #3e8ead solid;
	padding: 14px 0px;
}

.menu li a, .menu li a:visited, .menu li a:active
{
	text-decoration: none;
	font: bold 17px arial;
	padding: 0px 13px;
}

.menu li a:hover
{
	text-decoration: underline;
	color: #000000;
}

.menu li.active
{
	background: url("images/menu_active.jpg") no-repeat;
}

.last
{
	border: 0px !important;
}
/* Menu (end) */

/* content (start) */
.content
{
	background: url("images/content.png") center top repeat-y;
	margin: 6px 0px 0px 0px;
}

.content .padd
{
	padding: 0px 30px 0px 0px;
}

.content .padd h1
{
	color: #000000;
	font: bold 20px arial;
}

.content .padd p
{
	margin: 8px 0px 0px 0px;
	width: 570px;
	text-align: justify;
}

.content .top
{
	background: url("images/content_top.jpg") no-repeat;
	width: 900px;
	height: 21px;
}

.content .bottom
{
	background: url("images/content_bottom.jpg") no-repeat;
	width: 900px;
	height: 21px;
}

	/* left (start) */
	.content .left
	{
		width: 260px;
		float: left;
		margin-left: 8px;
		font: bold 13px arial;
		color: #ffffff;
		text-align: center;
	}

	.content .left .title
	{
		float: right;
	}

	.content .left p
	{
		text-align: right;
		width: 240px;
	}

	.block1
	{
		background: url("images/block1.jpg") no-repeat;
		height: 296px;
		width: 247px;
	}
	
	.block1 p
	{
		font: bold 18px arial;
		text-align: center !important;
		padding: 220px 0px 0px 0px;
	}
	
	.block1 span, .block1 span a
	{
		color: #71e320;
		text-decoration: none;
	}

	.block2
	{
		background: url("images/block2.jpg") no-repeat;
		height: 341px;
		width: 244px;
		margin-right: 2px;
	}
	
	.block2 p
	{
		font: bold 18px arial;
		text-align: center !important;
		padding: 285px 0px 0px 0px;
	}
	
	.block2 span, .block2 span a
	{
		color: #71e320;
		text-decoration: none;
	}

	.sep
	{
		background: url("images/sep.png") top center no-repeat;
		width: 245px;
		height: 9px;
		margin: 15px 0px;
	}

	.q1
	{
		float: right;
		padding: 0px 0px 0px 5px;
		position: relative;
		top: -5px;
	}

	.q2
	{
		position: relative;
		top: 10px;
	}
	/* left (end) */

/* content (end) */

/* Footer (start) */
.footer
{
	text-align: center;
}

.footer ul
{
	list-style: none;
	padding: 10px 0px;
}

.footer li
{
	display: inline;
	font: bold 14px arial;
	font: #ffffff;
	padding: 0px 10px;
	
}

.footer li a, .footer li a:visited, .footer li a:active
{
	color: #ffffff;
	text-decoration: none;
}

.footer li.active, .footer li.active a
{
	color: #000000;
}
/* Footer (end) */
