*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	
}


img{
	border: 0px;
}

body{
	background-color: #ffffff;
	color: #2d3339;
	font-size: 75%;
	line-height: 1.4;
}


#HeaderArea{
	background: url(gif/header-back01.gif);	
	height:		68px;
	width:		100%;
	min-width:	1003px;
}

#HeaderInnerArea{
	margin:		0px auto;
	padding:	0px 20px;
	width:		958px;
}

.nicera-logo{
	width: 			958px; 
	margin: 		0px auto;
}

.menuArea{
	width: 			958px; 
	margin: 		2px auto 0px auto;
}

.Sub-MenuArea{
	margin: 0px 0px 0px auto;
}

.Sub-MenuArea a{
	width:				80px;
	height:				5px;
	text-decoration: 	none;
  	padding:			6px 0px 3px 0px;
	float: 				left;
	overflow: 			hidden;
}


.Sub-MenuArea li{
	list-style-type:	none;
	margin:			6px 0px 0px 10px;
	float: left;
}


.Sub-MenuArea ul li:hover > a.outer {
	background-position:	0px -14px;
}

.Sub-MenuArea a:focus,
.Sub-MenuArea a:hover,
.Sub-MenuArea a:active  {
	background-position:	0px -14px;
}


.Sub-MenuArea ul li a.one 	{background:url(gif/submenu-01.gif) top left no-repeat;}
.Sub-MenuArea ul li a.two 	{background:url(gif/submenu-02.gif) top left no-repeat;}
.Sub-MenuArea ul li a.three {background:url(gif/submenu-03.gif) top left no-repeat;}
.Sub-MenuArea ul li a.four 	{background:url(gif/submenu-04.gif) top left no-repeat;}

.Sub-MenuArea ul li a.one_e 	{background:url(gif/submenu-01e.gif) top left no-repeat;}
.Sub-MenuArea ul li a.two_e 	{background:url(gif/submenu-02e.gif) top left no-repeat;}
.Sub-MenuArea ul li a.three_e 	{background:url(gif/submenu-03e.gif) top left no-repeat;}


/*ドロップダウンメニュー*/

.dropdown {
	float:			left;
}

.dropdown dt {
	width:		140px;
	cursor:		pointer; 
	height:		27px;	
	
}

.dropdown dd {
	position:	absolute;
	overflow:	hidden; 
	width:		140px; 
	display:	none; 
	background:	#fff; 
	opacity:	0;
	text-align:	left;
}

.dropdown ul {
	width:			136px; 
	border-left:	2px solid #C0C0C0; 
	border-right:	2px solid #C0C0C0; 
	border-bottom:	2px solid #C0C0C0; 
}

.dropdown li {
	display:		inline;
 
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:		block;
	padding:		5px;
	color:			#333;
	text-decoration:none;
	width:			126px
}

.dropdown a:hover {
	background:		#DCDCDC; 
	color:			#000
}

.dropdown .underline {
	
}

.dropdown dd {zoom:1;}

/*フッター*/

#footerArea{
	height: 		29px; 
	min-width:		1003px;	
	background: 	url(./gif/footer-back01.gif) 0% 0%;
	clear: 			both;
}

#FooterInnerArea{
	margin:		0px auto;
	padding:	0px 20px;
	width:		958px;
}

.Copy-right{
	font-size:		11px;
	padding-top:	10px;
	text-align:		center;
	margin:			0px 29px;
}


