/* トップページ基本デザイン用CSS */

a:		{text-decoration:none; font-weight: bold;}
a:link		{color:#0000FF; text-decoration:none; font-weight: bold;}
a:hover		{color:red; text-decoration:underline;}
a:active	{color:green; text-decoration:none;}
a:visited	{color:#000099; text-decoration:none; font-weight: bold;}

body	{
	background-color: #F8F4F8;
	color: #666666;
	}

h1	{
	font-family: "MS ゴシック", "平成角ゴシック", sans-serif;
	font-size: 150%;
	margin: 0px;
/*	background-color: #ccffff; */
	background-color: #ffcc99;
	}
h2	{
	font-family: "MS 明朝", "細明朝体", "Times New Roman", Times, serif;
	font-size: 80%;
	margin: 0px;
	background-color: #ffcc99;
	border-bottom: solid 1px #ff6666;
/*	background-color: #ccffff; */
/*	border-bottom: solid 1px #66ccff; */
	}
h4	{
	font-family: "MS 明朝", "細明朝体", serif;
	font-size: 90%;
	font-style: bold;
	margin: 0px;
	border-bottom: ;
	text-align: left;
	}
p	{
	font-family: "MS UI Gothic", "MS Pゴシック", "Osaka", sans-serif;
	font-size: 80%;
	line-height: 120%;
	}
address	{
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	font-style: normal;
	text-align: center;
	border-top: dashed 1px #663300;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
	}
p img	{
	float: left;
	margin-right: 5px;
	}
.side 	{
/*	background-color: #E7FAEE; */
	background-color: #ffcc99;
	font-size: 80%;
	margin-top: 0px;
	}
.update	{
	margin: 5px 50px;
	padding: 10px;
	}