/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* for all templates and grids */
body{text-align:center;
	margin:0px;}
img {
	margin:0px;
	padding:0px;
	border:none;
}
#doc3 {
	margin:auto 0px; /* not for structure, but so content doesn't bleed to edge */
	width:auto;}
	

/* GRIDS (not TEMPLATES) */
#middle {
	margin:0px auto;
	width: 800px;
	clear:both;
}
.m-left{
	float:left;
	width: 300px;
	height: 265px;
	padding: 0;
	margin: 0;
}
.m-center{
	float:left;
	margin-top: 25px;
	width: 300px;
	text-align: right;
}
.m-right{
	float:left;
	margin-top: 85px;
	width: 150px;
	margin-left: 10px;
}
.clear {
	clear:both;
}
#hd {
	background-image: url(../images/t-header-line.jpg);
	background-repeat: repeat-x;
	height: 157px;
}
#ft{
	clear:both;
	background-image: url(../images/t-footer-line.jpg);
	background-repeat: repeat-x;
}
#ft address {
	text-align:right;
	font-style: normal;
	color: #CCCCCC;
	font-size: 75%;
	padding-top: 5px;
}
#hd h1,h2,p {
text-indent:-5000px;
margin:0px;
padding:0px;
}
.m-center ul {
	margin:0px;
	padding:0px;
	list-style-image:none;
	clear:both;
}
.m-center p {
	margin:0px;
	padding:0px;
}
.m-center li {
	margin:0px;
	padding:0px;
	float:right;
	width: 52px;
	height: 52px;
	display:block;
	text-indent:-9999px;
}
.m-center li#profile {
  background: url(../images/m-profile2.jpg) no-repeat;
}
.m-center li#implant {
  background: url(../images/m-implant2.jpg) no-repeat;
}
.m-center li#kyosei {
  background: url(../images/m-kyosei2.jpg) no-repeat;
}

.m-center li#shisyubyo {
  background: url(../images/m-shisyubyo2.jpg) no-repeat;
}
.m-center li#yobo {
  background: url(../images/m-yobo2.jpg) no-repeat;
}
.m-center li#care {
  background: url(../images/m-care2.jpg) no-repeat;
}
.m-center li#daekikensa {
  background: url(../images/m-daekikensa2.jpg) no-repeat;
}
.m-center li#oshirase {
  background: url(../images/m-oshirase2.jpg) no-repeat;
}

.m-center li#blog {
  background: url(../images/m-blog2.jpg) no-repeat;
}
.m-center li#link {
  background: url(../images/m-link2.jpg) no-repeat;
}
/* リンクの指定
---------------------------------------------------- */
.m-center li#profile  a {
  background: url(../images/m-profile.jpg) no-repeat;
}
.m-center li#implant a {
  background: url(../images/m-implant.jpg) no-repeat;
}
.m-center li#kyosei a  {
  background: url(../images/m-kyosei.jpg) no-repeat;
}

.m-center li#shisyubyo a {
  background: url(../images/m-shisyubyo.jpg) no-repeat;
}
.m-center li#yobo a {
  background: url(../images/m-yobo.jpg) no-repeat;
}
.m-center li#care a {
  background: url(../images/m-care.jpg) no-repeat;
}
.m-center li#daekikensa a {
  background: url(../images/m-daekikensa.jpg) no-repeat;
}
.m-center li#oshirase a {
  background: url(../images/m-oshirase.jpg) no-repeat;
}

.m-center li#blog a {
  background: url(../images/m-blog.jpg) no-repeat;
}
.m-center li#link a {
  background: url(../images/m-link.jpg) no-repeat;
}

/* マウスオーバー時の指定
---------------------------------------------------- */
.m-center li#profile a:hover {
  background: url(../images/m-profile2.jpg) no-repeat;
}
.m-center li#implant a:hover {
  background: url(../images/m-implant2.jpg) no-repeat;
}
.m-center li#kyosei a:hover {
  background: url(../images/m-kyosei2.jpg) no-repeat;
}

.m-center li#shisyubyo a:hover {
  background: url(../images/m-shisyubyo2.jpg) no-repeat;
}
.m-center li#yobo a:hover {
  background: url(../images/m-yobo2.jpg) no-repeat;
}
.m-center li#care a:hover {
  background: url(../images/m-care2.jpg) no-repeat;
}
.m-center li#daekikensa a:hover {
  background: url(../images/m-daekikensa2.jpg) no-repeat;
}
.m-center li#oshirase a:hover {
  background: url(../images/m-oshirase2.jpg) no-repeat;
}

.m-center li#blog a:hover {
  background: url(../images/m-blog2.jpg) no-repeat;
}
.m-center li#link a:hover {
  background: url(../images/m-link2.jpg) no-repeat;
}
