﻿/* ページの基本デザイン用CSS */
body{
	background-color: #CC99FF;　/*薄紫*/
	text-align: center;
        margin: 0px;
	padding: 0px;
}

#contents {
	padding: 0px;
	margin: auto;
	border: ;　
	text-align:center;
}   

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:270%;
	font-weight: normal;
	color: #3333ff;　　　　/*紫*/
	letter-spacing: 3px;
	text-align:center;
	background-image: url(dental-top.gif);
	background-position: top center;
        background-repeat: no-repeat;
        height: 300px;
	padding-top:50px;
        margin-top: 0px;
}

#main h2 {
	border:3px double #663399;
	color: #00CCFF;
	font-size: 110%;
	text-align: center;
	margin:0.5em 0px;
	clear:both;
	line-height: 115%;
}



#main h3 {
	border:3px double #FF0000;
	color: #00CCFF;
	font-size: 110%;
	text-align: center;
	margin:0.5em 0px;
	clear:both;
	line-height: 115%;
}

h4 {
	font-size:110%;
	text-align:center;
	margin-top: 0px;
	margin-bottom:10px;
	line-height: 115%;
}
p {
	font-size: 100%;
	line-height: 150%;
}


address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
}

#address a {
        color: #3333ff;　　　　/*紫*/
        text-decoration: none;
}

p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin-top: 0px;
	margin-bottom:3px;
	margin-right: 10px;
}
a {
	color: #ff66ff;       /*ピンク*/
	text-decoration: none;
	font-weight:bold;
}

#main p {
    color:#3300ff;
	font-weight: bold;
	font-size: 105%;
	text-align: left
}
#side p {
    font-size: 100%;
	line-height: 120%;
    margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align:center;
}
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
    margin: 0px;
}
#side h2 a {
	color: #660099;
	font-weight:normal;
}

#side h4 {
	font-size:100%;
	line-height: 100%;
　　　　text-align:center;
	margin-top: 0px;
	margin-bottom:10px;
}
#side h4 a {
	color: #FF66FF;　　/*ピンク*/
        text-decoration: none;
	font-weight:bold;
}

#memo{
	margin: 15px 15px;
	background-image: url(ami.gif);
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
}

#annai {
    background-color: #ffffff;
	padding: 5px;
	width: 920px;
	height: 22px;
        margin-top: 5px;
}
#annai h4 {
    width: 225px;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-size: 100%;
	line-height: 100%;
}
#annai a {
	font-weight: normal;
	display: block;
	width: 450px;
}

#link {
    background-color: #ffffff;
	padding: 5px;
	width: 800px;
	height: 22px;
        margin-top: 5px;
}
#link h4 {
    width: 265px;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-size: 100%;
	line-height: 100%;
}




#link a {
        color: #3333ff;　　　　/*紫*/
        text-decoration: none;
	font-weight: bold;
	display: block;
	width: 265px;
}


	



	
    
