/*common*/
html,body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-size:16px;
	line-height:100%;
	color:#333;
}
h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd {
	font-size:100%;
	margin:0;
	padding:0;
	list-style:none;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a img {
	border:none;
}
img {
	vertical-align:bottom;
}
address {
	font-style:normal;
	text-align:center;
	font-size:80%;
}
h2 a {
	text-decoration:none;
	color:#333;
}


/*MEMBER BOX*/
#member {
	height:auto;
	background:#eeeeee;
	border-bottom:1px solid #666;
	font-size:80%;
	height:35px;
	line-height:35px;
	text-align:right;
	padding:0 10px;
}
#comment {
	padding:10px;
	margin:10px 40px;
	border:1px solid #666;
	background:#fff;
	font-size:90%;
	font-weight:bold;
	color:red;
	height:auto;
	line-height:140%;
}
#member input {
	margin:0 10px;
}
#member span {
	font-size:90%;
}


/*LINK COLOR*/
#sidebar a,
#content a,
#recruit_help a,
#footer_pr a,
#company_information a {
	color:blue;
	text-decoration:underline;
}
#sidebar a:hover,
#content a:hover,
#recruit_help a:hover,
#footer_pr a:hover,
#company_information a:hover {
	color:blue;
	text-decoration:none;
}


/*ENTRY LINK*/
.entry_link .bookmark a {
	font-size:80%;
	padding-left:15px;
	background:url(../img/company/icon_bookmark.png) no-repeat left center;
	color:#0000FF;
}


/*CONTAINER*/
#container {
	width:840px;
	margin:0 auto;
}


/*HEADER*/
#header {
	background:url(../img/line.png) repeat-x left top;
	height:81px;
	overflow:hidden;
	position:relative;
}
#header_logo,
#header_description {
	height:35px;
	line-height:35px;
	margin:10px 15px 0 0;
	float:left;
}

/*GLOBAL*/
#global {
	height:35px;
	background:url(../img/global_back.png) repeat-x left top;
	clear:both;
	border-right:1px solid #666;
	overflow:hidden;
}
#global li {
	float:left;
	font-size:88%;
	text-align:center;
	line-height:35px;
	height:35px;
}
#global li a {
	display:block;
	width:118px;
	height:100%;
	border-left:1px solid #666;
}
#global a.active,
#global a:hover {
	background:url(../img/global_active.png) no-repeat left top;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}


/*SUB MENU*/
#sub_menu {
	position:absolute;
	top:10px;
	right:0;
	font-size:75%;
}
#sub_menu li {
	float:left;
	text-align:right;
}
#sub_menu li#help_link {
	background:url(../img/help.png) no-repeat left center;
	padding-left:17px;
}
#sub_menu li#personnel {
	clear:both;
	float:right;
}
#sub_menu li#personnel a {
	background:url(../img/arrow.png) no-repeat left center;
	padding-left:16px;
}


/*RECRUIT HELP*/
#recruit_help a {
	_text-decoration:none;/*IE,Trident*/
}
#recruit_help {
	clear:both;
	overflow:hidden;
	background:url(../img/recruit_help_back.png) no-repeat center 55px;
}
#recruit_help h3 {
	background:url(../img/recruit_help_header.png) no-repeat center top;
	height:55px;
	text-indent:-9999px;
	border:none;
}
#recruit_help ol,
#recruit_help ul {
	margin:5px 20px;
	overflow:hidden;
}
#recruit_help ol {
	font-size:90%;
}
#recruit_help ul {
	font-size:75%;
}
#recruit_help ul li {
	float:left;
	height:20px;
	line-height:20px;
	margin-right:15px;
	margin-bottom:5px;
}
#recruit_help ul li img {
	margin-right:3px;
}
#recruit_help ol li {
	height:29px;
	line-height:29px;
	margin:0;
	background:url(../img/nav_use.png) no-repeat left center;
	padding-left:30px;
}


/*FOOTER PR*/
#footer_pr {
	height:38px;
	font-size:70%;
	background:url(../img/footer_pr.png) no-repeat left top;
	margin-top:-5px;
	padding-left:50px;
}
#footer_pr li {
	float:left;
	width:158px;
	height:38px;
	line-height:38px;
}


/*FOOTER*/
#footer {
	height:auto;
	overflow:hidden;
	clear:both;
	background:url(../img/line.png) repeat-x left top;
	margin-bottom:20px;
}
#footer ul {
	margin:5px 15px 15px 10px;
	height:35px;
	line-height:30px;
	font-size:80%;
	background:url(../img/footer_logo.png) no-repeat right bottom;
}
#footer ul li {
	float:left;
	margin-right:10px;
}


/*TOOL TIP*/
#preview {
	position:absolute;
	background:url(../img/bg.png) no-repeat left top;
	width:241px;
	height:178px;
	overflow:hidden;
}
#preview img {
	margin-top:29px;
	margin-left:25px;
}


/*MEMBER BOX*/
#member {
	height:auto;
	background:#eeeeee;
	border-bottom:1px solid #666;
	font-size:80%;
	height:35px;
	line-height:35px;
	text-align:right;
	padding:0 10px;
}
#content #comment {
	padding:10px;
	margin:10px 40px;
	border:1px solid #666;
	background:#fff;
	font-size:90%;
	font-weight:bold;
	color:red;
	height:auto;
	line-height:140%;
}
#member input {
	margin:0 10px;
}
#member span {
	font-size:90%;
}



