﻿@charset "UTF-8";

/*
ヘッダー
-------------------------------------------*/
#header {
	background-image: url(../images/head.gif);
	position: relative;
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: repeat-x;
}
#header h1 {
	font-size: 22px;
	position: absolute;
	color: #0099CC;
}
#header h1 a {
	text-decoration: none;
}

#header h2 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	position: absolute;
}

#header h3 {
	position: absolute;
}
#header #info {
	font-size: 12px;
	color: #666666;
	position: absolute;
}
#header #info strong {
	font-size: 24px;
	color: #D38E27;
	padding-left: 5px;
}
