@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////////// contents */

.jsStyle html{
	overflow-y:hidden !important;
}
html{
	background:#01185d;
	overflow-x:hidden;
	border:none;
}
body{
	margin:0;
}
a{
	color:#c4c8d3;
	text-decoration:none;
}

a:visited{
	color:#c4c8d3;
	text-decoration:none;
}

a:hover{
	color:#c4c8d3;
	min-height: 1em; /* Mac Firefox */
	text-decoration:underline;
}

#status{
	background:#01185d;
	padding-bottom:3px;
	margin: 0;
	/*padding-bottom:16px;
	border:1px solid #23366e;
	border-top:none;
	width:272px;*/
}
ul.arrow03 li{
	padding-left:11px;
	background:url(/common/css/img/icon/arrow03.gif) no-repeat left 3px;
}
ul.arrow03 li.important{
	background:url(/common/css/img/icon/arrow06.gif) no-repeat left 3px;
}

	ul.arrow03 li.important a{
		color:#cc1800;
	}
