/*
-------------------------
	[1]BODY/AREA
-------------------------
*/
*{
	margin:0px;
	padding:0px;
}
body{
	text-align:center;
	background-color: #EDEDED;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
#wrap{
	width:980px;
	margin:0 auto;
	position:relative;
	background-color: #FFFFFF;
}
#wrap2{
	text-align:left;
}

#header {
 width: 980px;
}

#middle {
 background-color: #FFFFFF;
} 

/*
-------------------------
	[2]MENU
-------------------------
*/
.mn {
	background-color: #000000;
	background-image: url(/portal/userfiles/image/img/mn_sp.gif);
	margin: 0px;
	padding: 0px;
	height: 43px;
}

/*
-------------------------
	[7]PLUGIN/OUTLINE
-------------------------
*/


.plug_info {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 3px;
}
.plug_text {
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}
.plug_banner {
	margin-right: 5px;
	vertical-align: middle;
}
.plug_frame {
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.outline {
	background-color: #FFE3E3;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	/*margin-right: 152px;*/
	margin-bottom: 10px;
	margin-left: 10px;
}
.outline_lh {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #999999;
	text-align: left;
	vertical-align: middle;
}
#qr {
	margin: 10px;
}
a.fl:link {
  font-weight:normal;
  color:#000000;
  text-decoration:none;
  }
a.fl:visited {
  font-weight:normal;
  color:#000000;
   text-decoration:none;
  }
a.fl:hover {
  font-weight:normal;
  color:#444444;
  }
a.fl:active {
  font-weight:normal;
  color:#444444;
  }