@charset "utf-8";

/* =================================
   
   
   トキワ園芸   花木センター
   
   
   ================================= */
   

body  {
	background: url(../images/bg/bg_body1.jpg) center repeat-y;
	text-align: center;
	font: 0.9em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	color: #333333;
	line-height: 140%;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

ul, li {
	list-style: none;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}



/* -------------------------
    BACE LAYOUT
   ------------------------- */

#container { 
	width: 800px; 
	margin: 0 auto; 
	text-align: left;
}




/* HEADER */ 
#header {
	position: relative;
	padding: 0 5px;
}
 
#header h1 {
	margin: 0; 
	padding: 5px 0;
	float: left;
}

#header span {
	position: absolute;
	right: 15px;
	top: 37px;
}

#globalNav li {
	list-style: none;
	float: left;
}

/* dropdown */

#nav ul a { /*background:url(../images/nav/drop_bg.jpg);*/ opacity: 0.8; filter: alpha(opacity=80); -moz-opacity:0.80; }

#nav li.drop ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 158px;
}

#nav li.drop:hover ul {
	display: block;
	clear: left;
	margin-top: -5px;
}

#nav li.drop li {
	clear: left;
	display:list-item;
}

#nav li a { display: block; }


/* CONTENT */
#wrapper {
	background: url(../images/bg/bg_content.gif) left bottom no-repeat;
}

.bottomBox {
	position: relative;
	height: 100px;
}

.bottomBox span {
	position: absolute;
	right: 15px;
	padding-top : 75px;
} 




/* FOOTER */
#footer { 
	padding: 0 10px 0 20px; 
	background:#333;
	 
} 

#footer p {
	padding: 10px 0;
	color: #FFFFFF;
	text-align: center;	
}

#footer a{
	color: #FFFFFF;
}

