@charset "utf-8";

/*=====================================================

/* Phrase elements styles
-------------------------------------*/

p.logo  {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

div.header img {
	vertical-align: bottom;
	border: none;
}


div.header ul, div.header li {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style-type: none;
}

p.logo {
	padding: 14px 0 27px 20px;
}

ul.globalnav {
	position: absolute;
	top: 49px;
	right: 18px;
}

ul.globalnav li {
	float: left;
	margin-right: 2px;
}

ul.config {
	position: absolute;
	top: 14px;
	right: 46px;
}

ul.config li {
	float: left;
	margin-right: 8px;
}




/* div.header
-------------------------------------*/
div.header {
position: relative;
clear: both;
margin: 0 auto;
width: 850px;
text-align: left;
background: #fff;
}

div.header h2 {
	margin: 13px 20px 7px;
}

div.header p.hl_btn01 {
	position: absolute;
	top: 409px;
	left: 71px;
}

div.header p.hl_btn02 {
	position: absolute;
	top: 407px;
	left: 338px;
}

div.header p.hl_btn03 {
	position: absolute;
	top: 401px;
	left: 69px;
}

div.header p.hl_btn04 {
	position: absolute;
	top: 399px;
	left: 335px;
}


/* clearfix
------------------------------------*/

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clear { display: inline-block; }


/* Hides from IE-mac \*/
* html .clear { height: 1%; }


.clear { display: block; }
/* End hide from IE-mac */
