@charset "utf-8";

{*****************************************************
Background
*****************************************************}

.bg_white {
	background-color: #ffffff;
}

.bg {
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
}

.bg02 {
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat;
}

.bg03 {
	background-image: url(../images/bg_right.jpg);
	background-repeat: repeat;
}

.logo {
	background-image: url(../images/img01_logo.jpg);
	background-repeat: no-repeat;
}

{*****************************************************
TOP MENU
*****************************************************}


.menu_bg {
	background-color: #8d0037;
}

.menuline {
	font-family: "Myriad Pro";
	font-size: 12px;
	color: #ffffff;
	width:5px;
	text-align:center;
	font-weight: bold;
	text-decoration:none;

}

.text_menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

.text_menu1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	cursor:Pointer;
	text-decoration: underline;
	background-color: #63002e;
}

.text_menu1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	cursor:Pointer;
	text-decoration: underline;
	background-color: #63002e;
}

.text_menu1_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	cursor:Pointer;
	text-decoration: underline;
	background-color: #63002e;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #ffffff;
	cursor:Pointer;
	text-decoration: underline;
}

.link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #ffffff;
	cursor:Pointer;
	text-decoration: underline;
}


{*****************************************************
HEADER
*****************************************************}

.hedaer_bg {
	background-image: url(../images/org/Header_img.jpg);
	background-repeat: no-repeat;
}


{*****************************************************
Boday Text
*****************************************************}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #313132;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #313132;
}

.body_text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #313132;
}

.link_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #313132;
	cursor:Pointer;
	text-decoration:none;
}

.link_text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #313132;
	cursor:Pointer;
	text-decoration: underline;
}

.link_text:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #313132;
	cursor:Pointer;
	text-decoration: underline;
}

.heading_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #313132;
}

.heading_02 {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: none;
	color: #313132;
}

.text_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #313132;
}

{*****************************************************
footer
*****************************************************}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #ffffff;
	text-decoration:none;
}

.footer_text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

.footer_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #ffffff;
	cursor:Pointer;
	text-decoration:none;
	padding-left: 5px;
}

.footer_menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #ffffff;
	cursor:Pointer;
	text-decoration: underline;
}

.footer_menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #ffffff;
	cursor:Pointer;
	text-decoration: underline;
}

.footer_bg {
	background-color: #8d0037;
}
