@charset "utf-8";
/* CSS Document */

@import url("deptCommon.css");

#advisory_main
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 480px;
	z-index: 100;
}

#advisory_main a, a:link, a:visited, a:hover, a:active
{
	text-decoration: underline;
	color:#00cccc;
}

#advisory_header300
{
	position: absolute;
	left: 350px;
	margin-top: -7px;
}

#advisory_header400
{
	position: absolute;
	left: 300px;
	margin-top: -7px;
}

#advisory_header500
{
	position: absolute;
	left: 250px;
	margin-top: -7px;
}

#advisory_header600
{
	position: absolute;
	left: 200px;
	margin-top: -7px;
}

#advisory_sidebar
{
	position: absolute;
	top: 75px;
	left: 10px;
	height: auto;
	z-index: 200;
	text-align: center;
	padding: 5px;
}

#advisory_main .width110
{
	width: 110px;
}

#advisory_main .width130
{
	width: 130px;
}

#advisory_main .width200
{
	width: 200px;
}

#advisory_sidebar ul
{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#advisory_content380
{
	position: absolute;
	top: 20px;
	left: 10px;
	height: auto;
	width: 380px;
	z-index: 200;
}

#advisory_content500
{
	position: absolute;
	top: 80px;
	left: 480px;
	height: auto;
	width: 500px;
	z-index: 200;
}

#advisory_content800
{
	position: absolute;
	top: 80px;
	left: 180px;
	height: auto;
	width: 800px;
	z-index: 200;
}

#advisory_content900
{
	position: absolute;
	top: 80px;
	left: 50px;
	height: auto;
	width: 900px;
	z-index: 200;
}

p ul, li
{
	margin-right: 10px;
	margin-left: 10px;
}

.advisoryColor
{
	color: #ff9900;
}

.bgadvisoryColor
{
	background-color: #ff9900;
}

