@charset"utf-8";

#typing_wrapper{
		/* margin:50px 146px; */
		width:628px;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
}

#typing_sub_wrapper{
		/* width:548px; */
		width: 568px;
		margin-bottom:50px;
		padding:0 40px ;
}

#typing_sub_wrapper:after{
		content:"";
		display:block;
		height:0;
		overflow:hidden;
		clear:both;
}

#typing_wrapper .left{
		float:left;
		width: 137px;
		margin-right: 20px;
}

#typing_wrapper .right{
		float:right;
		/* width:391px; */
		width: 411px;
}

#typing_wrapper .right p,#typing_wrapper .right div{
		margin-bottom: 10px;
		text-align:center;
		line-height: 18px;
}

#keyword{
		width: 648px;
		height: 60px;
		padding: 10px 0 10px;
		background: url("../img/bg.gif");

}
#typing_wrapper ul{
		text-align:center;
}

#typing_wrapper li{
		display:inline;
		padding:0 10px;
		border-right: 1px solid #000000;
		line-height: 1.8;
		position: relative;
		top: -7px;
}

#typing_wrapper li.end{
		border:none;
}


h1{
		border:none;
		background:none;
		font-size: 12px;
		color: #a9a9a9;
		font-weight: normal;
		margin:0;
		padding:0;
}

#typing_wrapper h2{
		border:none;
		background:none;
		font-size: 18px;
		font-weight:bold;
		text-align:center;
		margin-bottom: 20px;
}

#typing_wrapper h3{
		border:none;
		background:none;
		font-size: 14px;
		font-weight:bold;
		text-align:center;
}

#typing_wrapper h4{
		border:none;
		background:none;
		font-size: 14px;
		text-align:center;
		margin-bottom: 10px;
}
