@charset "UTF-8";

  
/* --HTML-- */  
html {  
overflow-y:scroll;
background: #ffcc33;
}  
  
/* --BODY-- */  

body {
	font:14px 'Lucida Grande', Helvetica;
	overflow:visible;
	padding: 0px 0 0;
	margin: 0px auto 0px;
	background: #ffcc33;
}  

blockquote, dd, div, dl, dt,  
h1, h2, h3, h4, h5, h6,  
li, ol, p, pre, span, td, th, ul {  
margin:0;  
padding:0;  
} 


.clear{
	clear: both;
	} 
	
#wrap{
	width:880px;
	height:600px;
	position:relative;
	margin:0 auto;
	z-index:1;
}
         #slideshow {position:absolute;  width:880px; height:600px; margin:0 auto 0 auto;}
         #slideshow img { position:absolute; top:0; left:0; z-index:8; width:880px; height:600px;}
         #slideshow img.active { z-index:10; }
		 #slideshow img.last-active { z-index:9; }


#main{
	margin: 20px auto 0px;
	width: 860px;
	position: relative;
	top: 0px;
	right: 0px;
	text-align: center;
}


#milkhome{
	width: 61px;
	position: absolute;
	height: 62px;
	top: 20px;
	right: 70px;
}

#slide{
	margin: 10px auto 25px;
	text-align: center;
}


#tpwrap{
	margin: 10px auto 0px;
	width: 800px;
	position: relative;
	text-align: center;
}



#tpCenter{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 0px;
}


td.topintoTx{
	font-size:13px;
	line-height: 1.6em;
	text-align: left;
}

#tpLbox{
	width:390px;
	float: left;
	border: 2px solid #EB3C11;
	background: #FFF;
	padding: 15px 0px 10px;
	text-align: center;
}


#tpRbox{
	width:390px;
	float: right;
	background: #FFF;
	border: 2px solid #00763C;
	padding: 15px 0px 10px;
	text-align: center;
}

p.topTx{
	font-size:13px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

p.topTx img{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;	
}




#rightTx{
	width:120px;
	height:600px;
	position:absolute;
	top:0px;
	left:730px;
	z-index:19
}


#centerTxt{
	width:880px;
	margin: 10px auto 0px;
}

#centerTxt p{
	font-size: 12px;
	line-height: 1.4;
	color: #000;	
	
}

#sideLnavi{
	width:160px;
	height:50px;
	position:absolute;
	top:555px;
	left:-20px;
	z-index:30
}

#sideRnavi{
	width:160px;
	height:50px;
	position:absolute;
	top:555px;
	left:740px;
	z-index:30
}

#featured{
	width:200px;
	/*padding-right:250px;*/
	height:540px;
	position:absolute;
	top:10px;
	left:30px;
	/*border:10px solid #ffcc33;
	background: #ffcc33;*/
	z-index:20
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:310px;
	left:0px;
	list-style:none;
	padding:0;
	margin:0;
	width:200px;
}
#featured ul.ui-tabs-nav li{ 
	padding:2px 0px; 
	/*padding-left:13px; */ 
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	border:0px;
	float:left;
	margin:0px 5px 5px 0px; 
	padding:0px; 
}
#featured ul.ui-tabs-nav li span{
	font-size:12px;
	line-height:16px;
	font-weight: bold;
	color: #472417;
}
#featured li.ui-tabs-nav-item a{
	text-decoration: none;
	display:block;
	/*height:40px;*/ 
	color:#333;
	background:#fff;
	line-height:20px;
	padding: 5px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#ffcc33; 
}
/*#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}*/
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ffcc33; 
}
#featured .ui-tabs-panel{ 
	width:200px;
	height:300px; 
	position:relative;
}

#featured .ui-tabs-panel .orangeborder{
	height:152px;
	width: 194px;
	border: 3px solid #EB3C12;
}

#featured .ui-tabs-panel .greenborder{
	height:152px;
	width: 194px;
	border: 3px solid #00763C;
}

#featured .ui-tabs-panel .info{
	position:absolute;
	top:158px;
	left:0px;
	height:150px;
	background: url(images/bgmenu.png);
	width: 200px;
}
#featured .info h2{
	font-size:14px;
	line-height:1.2;
	color:#EB3C12;
	padding:7px;
	margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 7px;
	font-size:12px;
	line-height:1.4;
	color:#000;
}
#featured .info p.pop{
	margin:5px auto 0;
	text-align: center;
}

#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}


#footer {
	padding: 0px 0 0;
	margin: 30px auto 0;
	width: 840px;
	text-align: center;
	clear: both;
} 

#footer p{
	margin: 0px auto 50px;
} 

#footer address {
	margin: 20px 0 10px;
	font-size: 10px;
	font-style: normal;
}  
