﻿@charset "utf-8";
/* ================================================
基本共通css
================================================ */

/* ヘッダーエリア
----------------------------------------------------------------------------- */
#header {
	position: relative;
	font-size: 1%;
}
#header #tilte {
	background-image: url(../imgs/header/site_title_02.gif);
	background-repeat: no-repeat;
	float: left;
	height: 122px;
	width: 548px;
	position: relative;
	text-align: left;
}
#header h1 {
	float: left;
	width: 637px;
}
#header #menu {
	background-image: url(../img/mizuki_05.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 1000px;
	text-align: right;
}



