@charset "UTF-8";

/*
------------------------------------------------------------
Basic CSS file
First Version:	2009.07

last Version:  2009.07
------------------------------------------------------------
*/

/*

	00 : Top Page Common

*/

/* 00 : Top Page Common
==========================================================*/




/* TOP Flash
==========================================================*/
.topFlash {
	margin:0;
	padding:0;
	width:960px;
	height:371px;
	background:url(../images/top/top_flash_bg.png) no-repeat 0 0;
	behavior:expression(IEPNGFIX.fix(this)); /* IE*/
}
#swfDiv {
	margin:0;
	padding:0;
}


/* TOP Product
==========================================================*/
.topProduct {
	width:960px;
	height:171px;
	background:url(../images/top/top_product_bg.png) no-repeat 0 0;
	behavior:expression(IEPNGFIX.fix(this)); /* IE*/
}
.topProduct h2 {
	width:1px;
	height:1px;
	visibility: hidden;
}

.topProduct ul {
	margin:0 auto;
	padding-top:43px;
	width:919px;
}
* html .topProduct ul { padding-top:28px; }

.topProduct ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.topProduct ul { display: inline-block; }

/* exclude MacIE5 \*/
* html .topProduct ul { height: 1%; }
.topProduct ul { display:block; }
/* end MacIE5 */

.topProduct ul  li {
	float:left;
	margin-left:2px;
}
.topProduct ul  li#last { margin-left:0; }
* html .topProduct ul  li { margin-left:0; }


/* TOP Other
==========================================================*/
#topOtherSTGT {
	margin:8px auto;
	width:920px;
}

#topOtherSTGT h3,#topOtherSTGT img {
	margin-bottom:4px;
}



#topOther {
	margin:8px auto;
	width:920px;
}
* html #topProduct ul { padding-top:28px; }

#topOther:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#topOther { display: inline-block; }

/* exclude MacIE5 \*/
* html #topOther { height: 1%; }
#topOther { display:block; }
/* end MacIE5 */

.ohterBox {
	float:left;
	width:303px;
	height:103px;
	background:url(../images/top/top_other_bg.gif) no-repeat left bottom;
}

.ohterBox p {
	display:block;
	float:left;
	margin:11px 0 0 8px;
}

.ohterBox p.thumbImg {
	width:70px;
	height:81px;
	background:url(../images/top/other_img_bg.jpg) no-repeat 0 0;
}

.ohterBox p.thumbImg img {
	margin:2px 0 0 1px;
}

.ohterBox p.thumbTxt {
	width:195px;
	font-size:12px;
	line-height:1.4em;
}

.ohterBox p.thumbTxt2 {
	padding:0 0 0 10px;
	width:255px;
	font-size:12px;
	line-height:1.4em;
}


/* TOP Links
==========================================================*/
#topLinks {
	margin:0 auto;
	width:938px;
	height:47px;
	background:#727272;
}
#topLinks:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#topLinks { display: inline-block; }

/* exclude MacIE5 \*/
* html #topLinks { height: 1%; }
#topLinks { display:block; }
/* end MacIE5 */

#topLinks h4 {
	float:left;
	padding:20px 0 0 18px;
	line-height:1.0em;
}
* html #topLinks h4 { padding:16px 0 0 18px; }
*+html #topLinks h4 { padding:16px 0 0 18px; }






