@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color:# BCBCBC;
}
h1{color:#323331;font-size:21px;font-weight:normal;margin-top:30px;line-height:0px; }
h2 {
	font-size: 14px;
	font-family: Verdana;
	color: #5D5D5D;
}

#dialog{
	text-align:left;
	/* background:url(../image/div.png); */
	background-repeat:no-repeat;
    height:210px;
	left:610px;
	position:absolute;
	top:150px;
	width:339px;
}
#menu {
	height: 60px;
	margin-left: 0px;
	background-image: url(../image/MENU.png); 
	margin-right: 0px;
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	height: 38px;
	line-height: 44px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#menu .active a {
	color: #FFFFFF;
	background: url(../image/MENU_2.png) no-repeat left top;
}
#menu a:hover {
	color: #ffffff;
	background: url(../image/MENU_2.png) no-repeat left top;
}
.style11 {font-size: medium}

p{
	font-family:Verdana;
	font-style:inherit;
	background: transparent;
	text-align:justify;
	font-size: 80%;
	color: #333;
}
h2{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#P{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 80%;
	vertical-align: baseline;
	background: transparent;
}
.button {
	position:relative;
	font-family:arial,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../image/BUTTON_OVER.png);
	background-repeat:no-repeat;
	display:block;
	width:95px;
	height:35px;
	margin:0;
	margin-bottom:30px;
	padding:0;
	float:right;
	cursor:pointer;

}
a, a:link { 
    text-decoration: none;
    color: #FFF;

}
a:visited { color: #FFF; }
a:hover { color: #FFF; text-decoration: underline; }
a:active { color: #FFF;  }


a img, img {
    border: none;
}
a.button{background:transparent url(../image/BUTTON_OVER.png) no-repeat scroll right top;color:#FFFFFF;display:block;float:right;font-family:arial,sans-serif;font-size:14px;font-weight:bold;height:34px;line-height:22px;margin-right:6px;padding-right:12px;text-decoration:none;}
a.button span{background:transparent url(../image/BUTTON1.png) no-repeat;display:block;line-height:22px;padding:6px 0 6px 26px;cursor:pointer;}
a.button:hover{background-position: center right;text-decoration:none;}
a.button:hover span{background-position: center left;}
a.button:active{background-position: bottom right;}
a.button:active span{background-position: bottom left;line-height:22px;}


