/* 基本デザイン用CSS */

a:		{text-decoration:none;}
a:link		{color:#0000FF; text-decoration:none;}
a:hover		{color:red; text-decoration:underline;}
a:active	{color:green; text-decoration:none;}
a:visited	{color:#000099; text-decoration:none;}

body	{
	background-color: #F8F4F8;
	color: #666666;
	}

/*
	font-family: "MS ゴシック", "MS Pゴシック", "MS UI Gothic", "平成角ゴシック", sans-serif;
	font-family: "MS 明朝", "MS P明朝", "細明朝体", serif;
*/

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: 70%;
	margin: 0px;
	background-color: #ffcc99;
	border-bottom: solid 1px #ff6666;
/*	border-bottom: solid 1px #66ccff; */
	}
h3	{
	font-family: "MS 明朝", "細明朝体", serif;
	font-size: 120%;
	font-style: bold;
	margin: 1em 0px;
	color: #0066cc;
	background-color: #ffcc99;
	border-top: double 3px #ff6666;
	border-bottom: double 3px #ff6666;
	text-align: center;
	clear: both;
	}
h4	{
	font-family: "MS 明朝", "細明朝体", serif;
	font-size: 90%;
	margin: 1em 0px;
	border-bottom: dashed 1px #663300;
	text-align: center;
	}
h5	{
	font-family: "MS 明朝", "細明朝体", serif;
	font-size: 90%;
	font-style: bold;
	margin: 1em 0px;
	color: #0066cc;
/*	background-color: #ffcc99; */
/*	border-top: solid 2px #ff6666; */
/*	border-bottom: solid 2px #ff6666; */
	background-color: #ccffff;
	border-top: solid 2px #6699ff;
	border-bottom: solid 2px #6699ff;
	text-align: center;
	clear: both;
	}
p	{
	font-family: "MS UI Gothic", "MS Pゴシック", "Osaka", sans-serif;
	font-size: 80%;
	line-height: 120%;
	}
ul	{
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 8px;
	font-size: 70%;
	list-style-type: square;
/*
	line-height: 180%;
*/
	}
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;
	}
li	{
	margin-left: 15px;
	}
/*
li a	{
	border-bottom: 1px dashed #ff6666;
	}
*/
.side 	{
	background-color: #ffcc99;
	font-size: 80%;
	margin-top: 0px;
	}
