@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: auto;
	font: normal normal 80%/1.5em 'Trebuchet MS', 'Gill Sans', Arial, Helvetica, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	letter-spacing: 0.05em;
	word-spacing:0.05em;
	color:#333;
	background:#eef;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, hr {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

hr {
	display: none;
}

img {
	border: none;
	color: #fff;
	background: transparent;
}

a {
	color:#333;
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	color:#33a;
}

a:hover, a:active {
	color:#f00;
}

abbr, acronym {
	cursor: help;
}

strong {
	font-weight: bold;
	color: #e47;
}

table {
	border: 1px solid #333;
	border-collapse: collapse;
}

th, td {
	padding: 5px 10px;
	border-collapse: collapse;
	border: 1px solid #900000;
}

input.btn {
	width: auto;
	padding: 5px 10px;
	margin: 0 20px 0 0;
	cursor: pointer;
}

input, textarea, select {
	border: 1px solid #ddd;
	font: normal normal 91%/1.5em Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}

input:focus, textarea:focus, select:focus {
  background-color: #FFFAF1;
}

/*---------------------------------------------------------*/

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	float: none;
	clear: both;
}

/******************************************************************** wraper
*/

#wraper {
	padding:7px;
	width: 794px;
	text-align: left;
	margin: 7px auto;
	background:#fff;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
}

/******************************************************************** header
*/

#header {
	position: relative;
	height: auto;
	width: 100%;
}

#header h1 {
	padding:0 10px;
	font-weight:normal;
}

#header h2 a {
	margin-left:7px;
	margin-top:7px;
	background:url(../img/colum.gif);
	width:780px;
	height:86px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}

/*---------------------------------------------------------*/

#globalNav {
}

/******************************************************************** mainColumn
*/

#mainColumn {
	padding:7px 7px 0 0;
	position: relative;
	display: inline;
	width: 613px;
	float: right;
}

/******************************************************************** blogText
*/

#blogText h3 {
	padding:2px 10px;
	display:block;
	width:598px;
	border-bottom:2px dotted #2087AD;
	color:#1B5273;
}

#blogText p {
	margin:10px;
}

#blogText .photoList {
	width:300px;
	display:block;
	float:left;
	margin:0 3px;
}

#blogText .photoList h4 {
	font-weight:normal;
	width:300px;
}

#blogText .photoList p {
	margin:0;
	padding:0;
}

#blogText .photoList p.message {
	font-size:10px;
	color:#777;
	width:300px;
}

/******************************************************************** ListUp
*/

#ListUp h2 {
	padding:2px 10px;
	display:block;
	width:598px;
	border-bottom:2px dotted #2087AD;
	color:#1B5273;
}

div.number {
	padding:7px 0 0 7px;
	display:block;
	width:290px;
	float:left;
}

div.number img {
	float:left;
}

div.number p {
	margin-left:77px;
}

div.number p a {
	text-decoration:none;
}

div.number p a:hover {
	text-decoration:underline;
}

/******************************************************************** LeftList
*/

#LeftList h2 {
	background:url(../img/columBack.gif);
	display:block;
	width:160px;
	height:30px;
	text-indent:-9999px;
}

#LeftList ul li {
	margin:5px 0;
}

#LeftList ul li a {
	padding:5px;
	text-align:center;
	display:block;
	letter-spacing:0.2em;
	text-decoration:none;
	width:150px;
	height:20px;
}

#LeftList ul li a:hover {
	background:url(../img/columBtHover.gif) repeat-y;
}

/******************************************************************** OtherLink
*/

#OtherLink h2 {
	margin-top:14px;
	background:url(../img/columLink.gif);
	display:block;
	width:160px;
	height:30px;
	text-indent:-9999px;
}

#OtherLink ul li {
	margin:10px 0;
}

#OtherLink ul li a.Dental {
	margin-left:11px;
	background:url(../img/abodental.gif);
	width:140px;
	height:43px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#OtherLink ul li a.Happy {
	margin-left:20px;
	background:url(../img/banner_hhs.gif);
	width:120px;
	height:60px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#OtherLink ul li a.NEWS {
	margin-left:20px;
	background:url(../img/aboBanner.gif);
	width:120px;
	height:60px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#OtherLink ul li a.Smile {
	margin-left:20px;
	background:url(../img/smileBanner.gif);
	width:120px;
	height:60px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#OtherLink ul li a.Colum {
	margin-left:11px;
	background:url(../img/columBanner.gif);
	width:140px;
	height:43px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#OtherLink ul li a.Morita {
	margin-left:11px;
	background:url(http://www.abodental.jp/image/cool.gif);
	width:140px;
	height:47px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

/******************************************************************** leftColumn
*/

#leftColumn {
	margin-top:7px;
	padding-left:7px;
	position: relative;
	width: 160px;
	float: left;
	background:url(../img/columBtBack.gif) repeat-y;
}

/******************************************************************** footer
*/

#footer {
	margin-top:40px;
	width:770px;
	display:block;
	position: relative;
	clear: both;
	background: #2087AD;
	padding:5px 10px;
	color:#fff;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#f33;
}

address {
	font-style: normal;
}

#pageTop {
	float: right;
}

/******************************************************************** Float containers fix
*/

.clearfix {}

/******************** exp IE*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
/******************** for IE*/
.clearfix{ display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/******************************************************************** printer styles
*/
 
@media print{
	#leftColumn { display:none;} 
	#mainColumn { width:100%; float:none;}
}
