﻿@charset "UTF-8";


#logo {
	float:left;
}

#head_navi{
	margin-top:5px;
	padding-top:5px;
	padding-left:20px;
	float:right;
	font-size: 90%;
	line-height: 1.2;
    height:25px;
}


#head_navi a{
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding-top:2px;
	padding-left:20px;
	padding-right:10px;
	text-decoration: none;
	font-size:14px;

	background-color:rgb(255,255,255);
	border-radius:10px;
	box-shadow:3px 3px 5px 2px #AAA;
}

#header h3{
	font-size:10pt;
	color:navy;
	font-family:"ＭＳ Ｐゴシック";
}

#SiteMap {
	background: url(../image/sitemap2.gif) left bottom no-repeat;
}
#Inquiry {
	background: url(../image/mail2.gif) left bottom no-repeat;
}
#Intro {
	background: url(../image/caution.gif) left bottom no-repeat;
}
