@charset "utf-8";

/* ===================================================
 - image repalce
 - clearfix
 - no screen
=================================================== */

/* ---------------------------------------------------
 image replace
--------------------------------------------------- */
.textImage,
#globalNav li a,
.localNav li a,
.searchList li a,
.pagetop a,
span.new
{
	font-size:0;
	*font-size:100%;
	overflow:hidden;
	display:block;
	height:100%;
	text-indent:-8000em;
	background-image:url(../img/px.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* ---------------------------------------------------
 image replace(inlineblock)
--------------------------------------------------- */
.textImageInlineBlock,
span.new

{
	overflow:hidden;
	display:-moz-inline-box;
	display:inline-block;
	*display:inline;
	zoom:1;
	height:100%;
}

/* ---------------------------------------------------
 image replace (button ver)
--------------------------------------------------- */
.textInput

{
	margin:0;
	padding:0;
	border:none;
	font-size:1px;
	overflow:hidden;
	display:block;
	text-indent:-8000em;
	background:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	outline:none !important;
}

/* ---------------------------------------------------
 no screen
--------------------------------------------------- */
.noScreen
{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}

/* ---------------------------------------------------
 inline block
--------------------------------------------------- */
.inlineBlock
{
	display:-moz-inline-box;
	display:inline-block;
	*display:inline;
	zoom:1;
}



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

.item:after,
.clearbox:after,
#header:after,
#header #globalNav:after,
#header #subNav:after,
#content:after,
#footer:after,
#main:after,
#sub:after,
#content .article:after,
#content .section:after,
#content .block:after,
#content .box:after
{
	content:url(../img/px.gif);
	display:block;
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}

.item,
.clearbox,
#header,
#header #globalNav,
#header #subNav,
#content,
#footer,
#main,
#sub,
#content .article,
#content .section,
#content .block,
#content .box
{
	zoom:1;
	display:inline-table;
}

.item,
.clearbox,
#header,
#header #globalNav,
#header #subNav,
#content,
#footer,
#main,
#sub,
#content .article,
#content .section,
#content .block,
#content .box
{
	display:block;
}