@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	color: #FFF;
	background-image: url(../img/top/back.gif);
	background-repeat: repeat-x;
}
h1 {
	background-image:url(../img/text/h1.gif);
	background-repeat: no-repeat;
	clear: both;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-indent: 10px;
	margin-top:10px;
	margin-bottom:10px;
}
h2 {
}
h3{
	font-size: 14px;
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F63;
	line-height: 150%;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration: none;
}
h3 a{
	text-decoration: none;
	color: #333;
}
address  {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	font-style: normal;
}
