@charset "shift_jis";

/* ================================================

	Header.css

================================================ */

#pcb_header{
	position: relative;
	z-index: 10001;
}

#pcb_header {
	width: 100%;
	height: 80px;
	background-color:#f7f6f6;
	overflow: auto;
	font-size: 12px;
	border-bottom: 3px solid #085b90;
}
#pcb_header .header_wrap {
	margin: 0 auto;
	clear: both;
}

#pcb_header .header_wrap .logo{
	float: left;
}
#pcb_header .header_wrap .logo img{
	width:80px;
	margin: 10px;
}

#pcb_header .logout{
	width: 760px;
	margin: 0 auto;
}

#pcb_header .logout p{
	float: right;
	padding-top: 55px;
}
#pcb_header .logout p a{
	color: #333333;
	text-decoration: none;
}


