/* CSS Document */

body {
	margin: 0px auto;
	padding:0;
	background-color: #ffffff;
}
/*===anchor===*/
a:link {
	color:#333;
}
a:visited {
	color:#666;
}
a:hover {
	color:#e30;
}
a:active {
	color:#e30;
}
a img {
	border:none;
}
h1{
	margin-top: 20px;
	margin-bottom:20px;
	color:#006600;
	font-size:18px;
	font-weight:700;
}
h2 {
	color:#006600;
	font-size:17px;
}
#contents1 {
	background-image:url(../sumai/img/note1.gif);
	background-repeat:repeat-y;
	width:700px;
	margin:0px auto;

}
#suma {
	width: 550px;
	margin-left: 100px;
	font-size: 12px;
	color:#5C5C5C;
}
p {
	line-height:1.4;
}
strong {
	font-size:14px;
	color:#003300;
}
em {
	color:#660000;
	font-style:normal;
	font-size:13px;
	font-weight:700;
}

.rinks {
	text-align:right;
	font-size:10px;
}
img {
	border:none;
}
address {
	margin-top: 30px;
	margin-left: 220px;
	font:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-style:normal;
	font-size:11px;
}
p.breadcrumb {
	margin:0 15px 0 0;
	padding:0;
	text-align:right;
	clear:both;
	font-size:85%;
	color:#333;
}
p.breadcrumb a:link {
	color:#333;
	text-decoration:none;
}
p.breadcrumb a:visited {
	color:#333;
	text-decoration:none;
}
p.breadcrumb a:hover {
	color:#e30;
	text-decoration:underline;
}
p.breadcrumb a:active {
	color:#e30;
	text-decoration:underline;
}