﻿body
{
	text-align:center;
	font-size:12px;
	line-height:15px;
	background-color:#e8e8e8;
}

a 
{
	text-decoration:none;
	color:#FF99CC;
}

a:hover 
{
	text-decoration:none;
	color:#0099FF;
}

#main_box
{
	width:750px;
	text-align:left;
	margin:0px auto;
	border:1px solid #d7d7d7;
	background-color:#ffffff;
}

#head
{
	height:50px;
	padding:10px;
	background-image:url("ue.jpg");
}

#top_menu
{
	height:25px;
	background-image:url("uemenu.gif");
}

#main
{
	width:740px;

	margin:5px 0px 5px 0px;
	padding:0px;
	border:dashed #FF99CC;
	border-width:2px 0px 2px 0px;
}

#main_right
{
	float:right;
	text-align:left;
	width:530px;
	padding:10px 0px 10px 0px;


}


#main_left
{
	width:180px;
	text-align:left;
	margin:10px 0px 10px 0px;
	padding:0px 0px 20px 10px;
	background-image:url("dash-t.gif");
	background-position:right;
	background-repeat:repeat-y;
}

#main_left ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}


#main_left li a
{
	display:block;
	background-repeat:no-repeat;
	background-position:5px center;
	padding:2px 0px 2px 20px;
	margin:0px;
	font-size:13px;
	line-height:20px;
	list-style:none;
}

#main_left li a:hover
{
	background-color:#FF3399;
	color:#ffffff;
}

#top_under
{
	line-height:25px;
	text-align:center;
	height:25px;
	background-image:url("uemenu.gif");
}

div.dash
{
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	padding:2px 0px 2px 10px;
	margin:0px 2px 0px 0px;
	background-image:url("dash.gif");
	background-position:bottom;
	background-repeat:repeat-x;
}

h1
{
	line-height:50px;
	font-weight:normal;
	font-size:20px;
	margin:0px;
}

h2.title
{
	padding:3px 2px 3px 15px;
	background-color:#FF99CC;
	color:#ffffff;
}

div.text
{
	padding:10px;
	margin:0px 0px 20px 0px;
	border:1px solid #FF99CC;
}

div.clear
{
	clear:both;
}
