@charset "utf-8";


/* IE */
/*
* html #face {
	width: 410px;
	height: 564px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src=img/top_face0.png,SizingMethod=scale);
	}

* html #faceImg {
	display: none;
	}
*/

#main {
	position: relative;
	width: 956px;
	height: 535px;
	margin: 0 auto;
	background: url(../img/top_main_bg.gif) left top no-repeat;
	}

#main #iniCmt {
	position: absolute;
	left: 20px;
	top: 20px;
	}

#main #partCmt {
	height: 100px;
	opacity: 0;
	filter: alpha(opacity: 0);
	z-index: 200;
	position: absolute;
	left: 20px;
	top: 20px;
	}

#main #partCmt #white {
	width: 500px;
	height: 100px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	}

#main #partCmt h2 {
	padding-bottom: 20px;
	z-index: 100;
	}

#faceList {
	position: absolute;
	left: 18px;
	top: 170px;
	width: 492px;
	list-style: none;
	}

#faceList li {
	float: left;
	width: 40px;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0;
	line-height: 1;
	}

#faceList li a {
	display: block;
	width: 40px;
	height: 57px;
	}

#face {
	position: absolute;
	right: 0;
	top: -29px;
	z-index: 10;
	}

.tool-tip {
	height: 42px;
	padding: 5px 5px 0;
	line-height: 1.2;
	color: #fff;
	font-size: 10px;
	background: url(../img/top_baloon_bg.gif) left bottom no-repeat;
	}


