@charset "utf-8";
/* CSS Document */

/* dental-E.html用CSS */

body{
	margin-top: 0;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}


table, th, td {
	border-style: none;
}

a:link {
	color: #0000CC;
	font-size: 12px;
	text-decoration: none;
}


a:visited {
	color: #0000CC;
	font-size: 12px;
	text-decoration: none;
}


a:hover {
	color: red;
	font-size: 12px;
	text-decoration: underline;
}

/* 見出し　赤 */

h1 {
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF7F00;
	border-left-color: #FF7F00;
}


/* リンク設定　indexページ */

p.menu {
	padding-bottom: 20px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
	display: block;
	text-indent: 20px;
	text-align: left;
}


p.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	background-image: url(../images/cube_green.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	display: block;
}


p.menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	background-image: url(../images/cube_green.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	display: block;
}


p.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF7F00;
	text-decoration: none;
	background-image: url(../images/cube_orange.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
}


ul {
list-style-image:url(../images/cube_orange.gif);
}


/* フッター */

p.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	line-height: 2em;
	text-align: center;
	background-color: silver;
}


#foot a{
	color:gray;
	font-size: 10px;
}


#foot a:link{
	color:gray;
	font-size: 10px;
	text-decoration:none;
}


#foot a:visited{
	color:gray;
	font-size: 10px;
	text-decoration:none;
}


#foot a:hover,#foot a:active{
	color:red;
	font-size: 10px;
	text-decoration:none;
}

