/* CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align:center;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:300%;
	font-weight: bold;
	letter-spacing: 3px;
	text-indent: 20px;
	margin: 0px;
	background-color: #ff9900;
	height: 60px;
}
h2 {
	color: #666666;
	font-size: 120%;
	border-left: 12px solid #ff9900;
	padding-left: 5px;
	margin-top: 1em;
	margin-bottom: 20px;
}
h3 {
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 100%;
	padding-left: 4px;
	margin: 0.5em 0px;
	clear: both;
}
h4 {
	color: #ffffff;
	background-color: #ff9900;
	border: 1px solid maroon;
	font-size: 90%;
	text-align: center;
	clear: both;
}
p {
	font-size: 80%;
	line-height: 120%;
	padding-left: 10px;

}
ul {
	font-size: 90%;
	margin-left: 100px;
}
ol {
	font-size: 90%;
	margin-left: 100px;
}
address {
	background-color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #ffffff;
	text-align:center;
	margin-top: 15px;
	clear: both;
	border-top: solid 1px #cccccc;
}

address a {
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
}
p img {
	float: left;
	margin-right:10px;
}
a {
	color: #0000ff;
	text-decoration: none;
	font-weight:bold;
}
h1 a {
	color:#ffffff;
	font-weight: normal;
}
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
#side h2 a {
	color: #D93E02;
	font-weight:normal;
}
#side p {
	font-weight: bold;
	line-height: 70%;
}
#side p img {
	border: none;
	padding-left:10px;
}
#side p a {
	color:#0000ff;
}

