@charset "utf-8";



/* ----------------------------------- Site Top Text */

#wrapper h1{
	position: absolute;
	top: 5px;
	right: 20px;
	margin: 0px;
	font-size: 0.9em;
	z-index: 100;
	color: #333;
}




/* ----------------------------------- Header */

/* frame */
#header{
	position: absolute;
	width: 770px;
	height: 120px;
	margin: 0px 15px;
	border-bottom: 1px #003399 solid;
	background: url(../img/logo.gif) left top no-repeat;
}


/* logo */
#header p.title{
	margin: 37px 0px 0px 90px;
	font-size: 1.8em;
	font-weight: bold;
}

#header p.title a{ color: #333; text-decoration: none; }
#header p.title a:hover{ color: #0000ff; text-decoration: underline; }


#header p.sub-title{
	margin: 15px 0px 0px 50px;
	color: #777;
	font-size: 0.9em;
}





/* ----------------------------------- pnav(パンくず） */

#pnav{
	position: absolute;
	width: 780px;
	margin: 120px 0px 0px;
}


#pnav p{
	padding: 6px 0px 0px 30px;
	color: #333333;
	font-size: 90%;
}


