/* greeting -------------------------------------------- */
#greeting{
	width:940px;
	margin:70px auto 145px auto;
	padding:0 20px;
	position:relative;
	}
#greetingLogo{
	background:url(../images/logo.png) no-repeat bottom right;
	width:100%;
	height:73px;
	overflow:hidden;
	}
#greetingText{
	background:url(../images/greeting/woman.jpg) no-repeat top right;
	width:100%;
	height:156px;
	margin:16px 0 0 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.9em;
	color:#599500;
	padding:4px 0 12px 0;
	}
#greetingText p{
	margin:0 131px 0 0;
	padding:6px 0 0 547px;
	}
#greetingSign{
	position:absolute;
	bottom:5px;
	right:151px;
	background:url(../images/greeting/sign.png) no-repeat top right;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:254px;
	height:37px;
	line-height:37px;
	text-align:center;
	overflow:hidden;
	}
a#greetingSign:hover{
	background-position:100% -37px;
	}
#greetingChoose{
	position:absolute;
	top:0;
	left:31px;
	margin:0;
	padding:0;
	width:467px;
	}
#greetingChoose li{
	position:relative;
	overflow:hidden;
	list-style-type:none;
	float:left;
	}
#greetingChoose li .text1{
	padding:30px 0 0 180px;
	}
#greetingChoose li .text2{
	padding:5px 0 0 210px;
	}
#greetingChoose li#greetingJoin{
	width:458px;
	height:123px;
	}
#greetingChoose li#greetingJoin a.link:link, #greetingChoose li#greetingJoin a.link:visited{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/greeting/join.png) no-repeat top left;
	width:458px;
	height:123px;
	overflow:hidden;
	}
#greetingChoose li#greetingJoin a.link:hover, #greetingChoose li#greetingJoin a.link:active{
	background-position:0 -123px;
	}
#greetingChoose li#greetingStory{
	width:467px;
	height:103px;
	}
#greetingChoose li#greetingStory a.link:link, #greetingChoose li#greetingStory a.link:visited{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/greeting/story.png) no-repeat top left;
	width:467px;
	height:103px;
	overflow:hidden;
	}
#greetingChoose li#greetingStory a.link:hover, #greetingChoose li#greetingStory a.link:active{
	background-position:0 -103px;
	}
#greetingChoose li#greetingAsk{
	width:467px;
	height:127px;
	}
#greetingChoose li#greetingAsk a.link:link, #greetingChoose li#greetingAsk a.link:visited{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/greeting/ask.png) no-repeat top left;
	width:546px;
	height:127px;
	overflow:hidden;
	}
#greetingChoose li#greetingAsk a.link:hover, #greetingChoose li#greetingAsk a.link:active{
	background-position:0 -127px;
	}
#greetingGoWithoutLogin{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
	bottom:-60px;
	position:absolute;
	right:0px;
	color:#868480;
	width:551px;
	text-align:center;
	}
.choose_sg{
	color:#868480;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
	}
#greetingGoWithoutLogin .choose_sg{
	font-size:0.9em;
	margin-bottom:3px;
	}
#greetingGoWithoutLogin .button, #greetingGoWithoutLogin .button_on{
	margin-left:146px;
	background:url(../images/greeting/sign.png) no-repeat top right;
	font-size:1em;
	float:left;
	line-height:37px;
	white-space:nowrap;
	padding:0 0 0 0;
	text-align:center;
	width:254px;
	height:37px;
	}
#greetingGoWithoutLogin .button_on{
	background-position:100% -37px;
	}