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

body  {
	font-size: 14px;
	margin: 0px;
	line-height: 150%;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0F2A59;
}

.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: center;
}

.text_box_left
{
	text-align: left;
}

/*-------------------------------------------------------------------------------------------------------(text)----------*/

.text_bold_35
{
	font-weight: bold;
	font-size: 30px;
	line-height: 150%;
}

.text_bold_20
{
	font-size: 16px;
	line-height: 150%;
}

.text_bold
{
	font-weight: bold;
}

.text_ash
{
	color: #666666;
}

.text_under
{
	text-decoration: underline;
}

.text_bold_under
{
	text-decoration: underline;
	font-weight: bold;
}

.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: 692px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 20px;
}

#container_in {
	width: 551px;
	padding-right: 40px;
	padding-left: 40px;
}

.box1{
	width: 551px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}

.box1up{
	width: 429px;
	background-image: url(img/006.jpg);
	height: 25px;
	padding-right: 61px;
	padding-left: 61px;
	background-repeat: no-repeat;
	background-position: center;
}

.box1mid{
	width: 369px;
	background-image: url(img/008.jpg);
	background-repeat: repeat-y;
	padding-right: 91px;
	padding-left: 91px;
	background-position: center;
}

.box1down{
	width: 429px;
	padding-right: 61px;
	padding-left: 61px;
	background-image: url(img/007.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
}

.profile{
	border: 1px solid #FF0000;
	margin-right: 50px;
	margin-left: 50px;
	padding: 10px;
}




/*-------------------------------------------------------------------------------------------------------(head)----------*/

#head {
	height: 45px;
	width: 692px;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------------------------------------(content)----------*/

#content {
	width: 631px;
	background-image: url(img/bgc.png);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 31px;
	padding-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------------------(left)----------*/

#left {
	width: 200px;
	float: left;
}

/*-------------------------------------------------------------------------------------------------------(right)----------*/

#right {
	width: 360px;
	float: right;
}

/*-------------------------------------------------------------------------------------------------------(foot)----------*/
.footmenu {
	width: 551px;
	text-align: center;
}

#foot {
	width: 692px;
	text-align: center;
	background-image: url(img/bgf.png);
	height: 37px;
}

/*---------------------------------------------------------------------------------------------------------------------------------
0.++IMG BTN

#menu_text {
	margin-left: 30px;
}

.menu-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.menu-list-item a
{
	width: 142px;
	height: 14px;
	padding-top: 1px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	float: left;
	margin: 3px;
	color: #FFFFFF;
	background-color: #333333;
}

.menu-list-item a:hover
{
	color: #FFFFFF;
	font-weight: bold;
}

-----------------------------------------------------------------------------------------------------------------------TEXT BTM

#menu_btn {
	padding-left: 30px;
}

ul.btn {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}

ul.btn li {
	width:120px;
	height:30px;
	float: left;
}

ul.btn li a {
	display:block;
	width:120px;
	height:30px;
	text-indent:-10000em;
	background-repeat:no-repeat;
	background-position:50% 0px;
}

ul.btn li a:hover {
	background-position:50% -30px;
}
ul.btn li.btn01 a {
	background-image:url(imge/bt_01.jpg);
}

----------*/
