@charset "utf-8";



/* Global Navigation */

#globalNav #gnAbout a {
	background-position: 0 -33px !important;
}



/* Local Navigation */

#index #localNav ul li#lFeature,
#feature #localNav ul li#lFeature,
#structure #localNav ul li#lStructure,
#use #localNav ul li#lUse {
	background-color: #f3fcff;
}


/* index */

#content ul.catIndex {
	width: 640px;
	margin: 0 0 20px 0;
}
#content ul.catIndex li {
	float: left;
	display: inline;
	margin: 0 4px 0 0;
}
#content ul.catIndex li#lmUse {
	margin: 0;
}



/* common */

#content ul.index {
	margin: 20px 0 30px 10px;
}

#content .picBox {
	margin: 30px 0 20px 0 !important;
	text-align: center;
}



/* use.html */

#content p.link {
	margin-top: 30px;
}





/* clearfix */
/* -------------------------------------------- */

ul.catIndex:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* (for IE7 and Mac IE5) */
ul.catIndex,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html ul.catIndex,
* html .clearfix {
	height: 1%;
}

ul.catIndex,
.clearfix {
	display: block;
}
/* End hide from IE-mac */

