/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, address, ul, li {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
body {
	background: url(img/bodyback.jpg) repeat-x;
	background-attachment: fixed;
	font-size: 14px;
}
img {
	border: 0;
}
a:link,a:visited,a:active {
	color: #0033FF;
}
a:hover {
	color: #993300;
	background-color: #DAD6AD;
}
strong {
	color: #FF0000;
	font-weight: normal;
}
#all {
	width: 800px;
	margin-top: 30px;
	margin-left: 15px;
	background: url(img/allback.jpg) repeat-y;
	border-right: 7px outset #CCCCCC;
	border-left: 1px solid #666666;
	border-bottom: 5px outset #CCCCCC;
}
#header {
	padding: 10px;
	font-size: 14px;
	background: url(img/headerback1.jpg) no-repeat 0px 1px #FF9900;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
}
#header p {
	font-size: 12px;
}
#header a {
	text-decoration: none;
}
#header h1 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 40px;
}
#header h1 a,h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
}
#main {
	width: 580px;
	padding: 10px;
	font-size: 12px;
	float: left;
}
#main h2,#main h3 {
	display: inline;
	margin-right: 15px;
	padding-bottom: 10px;
}
.touroku {
	padding: 5px 0 25px 0;
}
.touroku a {
	display: block;
	background: url(img/navi.jpg) repeat-x #FFFFFF;
	padding: 3px 0;
	color: #FF0000;
	text-align: center;
	text-decoration: none;
	border: 1px solid #666666;
	width: 80px;
	font-size: 14px;
	float: right;
}
.touroku a:hover {
	background: url(img/navi_hover.jpg) repeat-x #FFFFFF;
}
h4 {
	font-size: 14px;
	padding: 2px 0 2px 12px;
	background: url(img/h4.jpg) no-repeat left center;
}
.link {
	padding: 5px 0 0 0;
	border-top: 1px dotted #CC9900;
	margin-top: 5px;
}
.link p {
	text-indent: 12px;
}
#menu {
	width: 180px;
	padding: 10px;
	float: left;
	text-align: center;
}
#sl h2 {
	padding: 5px;
	font-size: 13px;
	border: 1px solid #FF3300;
	border-left-width: 5px;
	border-right-width: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
#sl p {
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 11px;
}
#pfr h2 {
	padding: 5px;
	font-size: 13px;
	border: 1px solid #FF3300;
	border-left-width: 5px;
	border-right-width: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
#pfr h3 {
	margin-top: 10px;
	background: url(img/ashiato.gif) no-repeat;
	padding: 2px 0 2px 18px;
	border-bottom: 1px dotted #FF3300;
	margin-bottom: 5px;
}
#pfr {
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
}
#ranking {
	font-size: 13px;
	margin-top: 20px;
}
#ranking h2 {
	padding: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	border: 1px solid #FF3300;
	border-left-width: 5px;
	border-right-width: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
#ranking p {
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 11px;
}
ul {
	margin-left: 10px;
	list-style: none;
}
table {
	margin: 20px 0;
	border-collapse: collapse;
}
td {
	padding: 10px 0;
}
#copyright {
	clear: both;
	background: #FFFFFF;
	height: 45px; 
	border-color: #666666;
	border-top: 1px solid #666666;
	text-align: center;
	padding-top: 25px;
	font-size: 12px;
}
#footer_link {
	clear: both;
	background: #FFFFFF;
	height: 20px; 
	border-color: #666666;
	border-top: 1px solid #666666;
	text-align: center;
	padding-top: 25px;
	font-size: 11px;
}

#pr {
	padding: 6px 0 0 20px;
	font-size: 12px;
	position: absolute;
	top: 0px;
}
#pr p {
	float: left;
	margin-right: 30px;
}
#navi {
	padding: 10px 0 20px 0;
	margin: 0;
}
#navi li {
	border: 1px solid #666666;
	float: left;
	white-space: nowrap;
	font-size: 14px;
	margin-right: 20px;
	text-align: center;
}
#navi a {
	background: url(img/navi.jpg) repeat-x #FFFFFF;
	padding: 3px 0;
	display: block;
	text-decoration: none;
	width: 120px;
}
#navi a:hover {
	background: url(img/navi_hover.jpg) repeat-x #FFFFFF;
}
.update {
	margin-top: 20px;
	text-align: right;
}
.right {
	padding: 5px 0;
	text-align: right;
}
/*---- submit ----*/
#submit {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px dotted #CC9900;
	background: transparent;
}
#submit ul {
	list-style: inside decimal;
}
#submit p {
	text-align: center;
}
.text {
	border: 1px solid #CC9900;
	padding: 2px;
	width: 300px;
}
textarea {
	border: 1px solid #CC9900;
	padding: 2px;
	width: 400px;
	height: 120px;
}
.formtitle {
	font-size: 16px;
	font-weight: 800;
}
.back {
	margin-top: 40px;
}
/*---- top pape ----*/
#top {
	width: 800px;
	margin-top: 30px;
	margin-left: 15px;
	background: #FFFFFF;
	border-right: 7px outset #CCCCCC;
	border-left: 1px solid #666666;
	border-bottom: 5px outset #CCCCCC;
}
#top_header {
	border-top: 1px solid #666666;
	padding: 20px 10px 10px 10px;
	font-size: 14px;
}
#top_header h1 {
	margin-bottom: 10px;
}
#top_main {
	background: url(img/cat.jpg) no-repeat left bottom;
	height: 520px;
	padding: 0 0 0 360px;
	border-bottom: 1px dotted #666666;
}
#top_main h3 {
	font-size: 16px;
	font-weight: 800;
	background: url(img/h4.jpg) repeat-x #FF9900;
	border-top: 2px solid #FFCC66;
	padding: 3px 10px;
	margin: 0;
	color: #FFFFFF;
}
#top h4 {
	font-size: 14px;
	font-weight: 800;
	color: #3399CC;
	padding: 10px 0 0 20px;
	clear: both;
	background: transparent;
}
#list {
	overflow: auto;
	height: 520px;
	background: url(img/list_shadow.jpg) repeat-y left #F2F3D3;
}
#list ul {
	margin-bottom: 10px;
}
#list li {
	font-size: 14px;
	background: url(img/ashiato2.gif) no-repeat left center;
	padding: 3px 0 2px 18px;
	margin-left: 20px;
}
#navi_top {
	padding: 5px 0 40px 10px;
}
#navi_top li {
	border: 1px solid #666666;
	float: left;
	font-size: 14px;
	color: #000000;
	margin-right: 20px;
	text-align: center;
}
#navi_top a {
	background: url(img/navi.jpg) repeat-x #FFFFFF;
	display: block;
	padding: 3px 0;
	text-decoration: none;
	width: 120px;
}
#navi_top a:hover {
	background: url(img/navi_hover.jpg) repeat-x;
}
/*---- hospital beauty hotel ----*/
.prefecture {
	border-top: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	background-color: #F2F3D3;
	margin: 0 0 10px 0;
	width: 100%;
}
.prefecture td {
	width: 12.5%;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
	text-align: center;
	padding: 4px 0;
}
.linktable {
	border-top: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	background-color: #F2F3D3;
	width: 100%;
	margin: 0;
	font-size: 12px;
}
.linktable th {
	padding: 2px;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
	background-color: #D0CAAE;
	font-weight: normal;
}
.linktable td {
	padding: 5px;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
}
caption {
	background-color: #CC9900;
	padding: 3px;
	margin-left: -1px;
}
.name {
	width: 38%;
}
.address {
	width: 45%;
}
.tel {
	width: 17%;
}
.ad a:link,.ad a:hover,.ad a:visited,.ad a:active {
	color: #000000;
	text-decoration: none;
	background: transparent;
}
/*---- petlink ----*/
#petlink h3 {
	font-size: 14px;
	font-weight: 800;
	background-color: #CC9900;
	display: block;
	padding: 5px;
	margin: 0;
}
dt {
	padding: 5px 0 2px 5px;
}
dd {
	border-bottom: 1px dotted #CC9900;
	padding: 0 0 5px 15px;
}

/*---- thanx ----*/
#thanx_main {
	background: url(img/thanx.jpg) no-repeat 50px 20px;
	padding: 0 10px 50px 360px;
}
#thanx_main h3 {
	margin: 20px 0 0 0;
	padding: 10px;
	background-color: #FF6600;
	font-weight: 800;
	color: #FFFFFF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#thanx_main h4 {
	margin: 30px 0 0 0;
	padding: 10px;
	background-color: #99CCFF;
	color: #003399;
	font-weight: 800;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#thanx_main p {
	margin-top: 20px;
	line-height: 1.4;
}
.code {
	margin: 10px 0 0 0;
	width: 420px;
	height: 50px;
	border-color: #666666;
	padding: 5px;
	font-size: 12px;
}
#thanx_main img {
	vertical-align: middle;

#tolinx {
	text-align:center;
	padding:5px 0 5px 0;
}
}