﻿@charset "utf-8";
/* CSS Document */

/* Header description */

#desc {
	height:181px;
	color:#ffffff;
	padding:0;
	background:#FFFFFF url(../images/common.jpg) top left no-repeat;
	clear:both;
	margin:5px 0 15px 0;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}
#wrapper {
	width: auto;
	height: 60px;
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align: left;
	position: relative;
}
.firstlayer {
	font-size: 36px;
	font-weight: bold;
	color: #CCC;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.secondlayer {
	font-size: 36px;
	font-weight: bold;
	color: #666;
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 0;
}
