/* CSS Document */

body{
font-size:14px;
}

body,div,ul,ol,li,h1,h2,h3,h4,h5{
font-size:14px;
-moz-box-sizing: border-box;  
-webkit-box-sizing: border-box; 
-o-box-sizing: border-box; 
-ms-box-sizing: border-box; 
box-sizing: border-box; 
}


#MenuJJ ul{
	width: 100%;
	margin:0px 0px 5px 0px;
	padding:0 0 0 0;
}
#MenuJJ li{ 
	float:left;
	line-height:26px;
	height:26px;
	width:228px;
	margin:0 10px 0 0;
	overflow:hidden;
	border-bottom:dashed 1px #DDDDDD;
}
#MenuJJ li a{
	text-decoration:none;
}
#MenuJJ li a:hover{
	text-decoration:underline;
	color:#ff0000;
}

#MenuJJx ul{
	width: 100%;
	margin:0px 0px 5px 0px;
	padding:0 0 0 0;
}
#MenuJJx li{ 
	float:left;
	line-height:26px;
	height:26px;
	width:383px;
	margin:0 10px 0 0;
	overflow:hidden;
	border-bottom:dashed 1px #DDDDDD;
}
#MenuJJx li a{
	text-decoration:none;
}
#MenuJJx li a:hover{
	text-decoration:underline;
	color:#ff0000;
}


h1{
font-size:16px;
color:#000000;
margin:1.2rem 0 0.5rem 0;
padding:0 0 0 0;
clear:both;
}

hr{
margin:0 0 0.5rem 0;
border-top: 1px solid #CCCCCC;
}

A{TEXT-DECORATION: none;}
A:link {color: #000000;}
A:visited {color: #000000}
A:active {color: #000000}
A:hover{COLOR: #FF6600; right: 0px; top: 0px}

.clr{ margin:0px; padding:0px; border:0px; height:0px; clear:both;}
