/* ------------------------------------------------------------
	head_02
------------------------------------------------------------ */
body#bd-1 div#head.skin,
body#tp-2-2 div#head.skin,
body#cm-1 div#head.skin,
div#head.skin{
	position: relative;
	height: 67px;
	background: url(/img/head_02/bg_header_001.png) no-repeat 0 0;
}

div#head.skin p.siteTitle a{
	position: absolute;
	top: 18px;
	left: 25px;
	width: 114px;
	height: 33px;
	background: url(/img/head_02/logo_001.png) no-repeat 0 0;
}

/* navG  */
div#head.skin ul#navG{
	z-index: 10;
	position: relative;
	left: 172px;
	top: 23px;
	height: 23px;
	width: 365px;
}

div#head.skin ul#navG li{
	background: url(/img/head_02/border_001.png) 100% 50% no-repeat;
	padding: 0 15px 0 0;
	float: left;
	margin-right: 13px;
	display: inline;
}

div#head.skin ul#navG li.friend{
	background: none;
}

div#head.skin ul#navG li a {
	height: 23px;
	display: block;
}

div#head.skin ul#navG li.home a {
	width: 67px;
	background: url(/img/head_02/btn_home_001.png) 0 0 no-repeat;
}

div#head.skin ul#navG li.contents a {
	width: 130px;
	background: url(/img/head_02/btn_contents_001.png) 0 0 no-repeat;
}

div#head.skin ul#navG li.friend a {
	width: 81px;
	background: url(/img/head_02/btn_friend_001.png) 0 0 no-repeat;
}

div#head.skin ul#navG li a:hover {
	background-position: 0 -23px;
}

/* navH  */
div#head.skin ul#navH {
	overflow: hidden;
	position: absolute;
	right: 300px;
	top: 25px;
	z-index: 5;
	text-align: right;
	width: 20em;
}

div#head.skin ul#navH li {
	border-left: none;
	display: inline;
	margin-right: 0;
	padding-right: 10px;
}

div#head.skin ul#navH a {
	color: #fff;
	font-weight: bold;
}


/* navI  */
div#head.skin ul#navI {
	overflow: hidden;
	position: absolute;
	top:25px;
	right:20px;
	text-align: right;
	width: 550px;
	height: 25px;
}

div#head.skin ul#navI li {
	border-right: 1px solid #fff;
	border-left: none;
	display: inline;
	margin-right: 0;
	padding: 0px 10px;
}

div#head.skin ul#navI li.last {
	border-right: 0px solid #fff;
	border-left: none;
	margin-right: 0;
	padding: 0px 0px 0px 10px;
}

div#head.skin ul#navI a {
	color: #fff;
	font-weight: bold;
}

/* txt_cution */
.txt_cution {
	display: none;
	background: url(/img/head_02/txt_cution.gif) no-repeat;
	width:411px;
	height:12px;
	position:absolute;
	top:20px;
	right:20px;
}

/* upload  */
div#head.skin p.register a{
	position: absolute;
	width: 155px;
	height: 44px;
	display: block;
	background: url(/img/head_02/btn_register_001.png) 0 0 no-repeat;
	top: 14px;
	right: 12px;
}

div#head.skin p.login a{
	position: absolute;
	width: 111px;
	height: 44px;
	display: block;
	background: url(/img/head_02/btn_login_001.png) 0 0 no-repeat;
	top: 14px;
	right: 170px;
}

div#head.skin p.register a:hover{
	background-position: 0 -44px;
}

div#head.skin p.register a:active{
	background-position: 0 -88px;
}

div#head.skin p.login a:hover{
	background-position: 0 -44px;
}

div#head.skin p.login a:active{
	background-position: 0 -88px;
}

/* switch */
body#tp-2-2 div#wrapper div#head.skin ul#navG li.home a {
	background-position: 0 -46px !important;
}

body#cm-1 div#wrapper div#head.skin ul#navG li.contents a {
	background-position: 0 -46px !important;
}

body#bd-1 div#wrapper div#head.skin ul#navG li.friend a {
	background-position: 0 -46px !important;
}

