@charset "utf-8";
/* CSS Document */

body  {
	font-size: 15px;
	margin: 0px;
	line-height: 120%;
	background-image: url(imge/bg.jpg);
	background-position: center top;
	background-color: #030D48;
	background-repeat: no-repeat;
}

.clr {
	clear: both;
}

/*-------------------------------------------------------------------------------------------------------(link color)----------*/

a {
	color: #4D7DC1;
}

a:active {
	color: #9E3EFF;
}

a:hover {
	color: #2C4F7E;

}

/*-------------------------------------------------------------------------------------------------------(textblock)----------*/

.text_box_right
{
	text-align: right;
}

.text_box_center
{
	text-align: cenetr;
}

.text_box_left
{
	text-align: left;
}

/*-------------------------------------------------------------------------------------------------------(text)----------*/

.text_bold
{
	font-weight: bold;
}

.text_bold_deep_blew
{
	font-weight: bold;
	color: #000066;
}

.text_bold_midline
{
	text-decoration: line-through;
}

.text_red
{
	color: #FF0000;
}

.text_bold_under_under
{
	font-weight: bold;
	text-decoration: underline;
}

.text_under
{
	text-decoration: underline;
}

.text_bold_under
{
	text-decoration: underline;
	font-weight: bold;
}

.text_bold_under
{
	font-weight: bold;
	background-color: #FF0000;
}

.text_bold_red
{
	font-weight: bold;
	color: #FF0000;
}

.text_under_red
{
	text-decoration: underline;
	color: #FF0000;
}

.text_bold_under_red
{
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}

.text_bold_by
{
	font-weight: bold;
	background-color: #FFFF00;
}

.text_under_by
{
	text-decoration: underline;
	background-color: #FFFF00;
}

.text_bold_under_by
{
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFF00;
}

.text_bold_red_by
{
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
}

.text_under_red_by
{
	text-decoration: underline;
	color: #FF0000;
	background-color: #FFFF00;
}

.text_bold_under_red_by
{
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
}

.text_by
{
	background-color: #FFFF00;
}

/*-------------------------------------------------------------------------------------------------------(container)----------*/

#container {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------------------------------------------------------------------------------------------(head)----------*/

#head {
	width: 964px;
}

/*-------------------------------------------------------------------------------------------------------(content)----------*/

#content {
	width: 592px;
	background-image: url(imge/bg2.jpg);
	background-repeat: repeat-y;
	margin-left: 129px;
	padding-right: 57px;
	padding-left: 57px;
	margin-right: 129px;
}

.box_in_title {
	font-size: 16px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

.box_in_left {
	text-align: right;
}

.box001 {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	border: 2px solid #999999;
}

.box002 {
	margin-right: 49px;
	margin-left: 49px;
	margin-top: 20px;
	padding: 10px;
	width: 464px;
	border: 3px solid #E6D9D7;
	background-color: #FFFFFF;
}

.box003 {
	margin-top: 20px;
	border: 1px double #999999;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.box004 {
	margin-top: 20px;
	border: 1px double #999999;
	margin-bottom: 20px;
	padding: 10px;

	width: 570];
	width: 570px;
}

.box_under {
	margin-right: 20px;
	margin-left: 80px;
	margin-bottom: 20px;
	width: 464px;
}

/*-------------------------------------------------------------------------------------------------------(left)----------*/

#left {
	width: 200px;
	float: left;
}

/*-------------------------------------------------------------------------------------------------------(right)----------*/

#right {
	width: 360px;
	float: right;
}

/*-------------------------------------------------------------------------------------------------------(foot)----------*/

#foot {
	font-size: 13px;
	text-align: center;
	margin-right: 129px;
	margin-left: 129px;
	background-image: url(imge/footer.jpg);
	color: #FFFFFF;
	height: 110px;
	padding-top: 15px;
}

