@import "reset.css";
@import "header.css";
@import "left-navigation.css";
@import "right-navigation.css";
@import "main-content.css";
@import "footer.css";
@import "clinic.css";
@import "care.css";
@import "form.css";

@import "lightbox.css";

body,p,th,td {
	font-size:12px;
	color:#555555;
}

p {
	line-height:1.7em;
	}

body {
	margin:0;
	}

a:link {
	color:#6B4824;
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	}

a:hover {
	color: #FF6600;
	text-decoration:underline;
	}


/*全体くくり*/

#main-container {
	margin:0;
	width:0;
	}

/*FLASH・ヘッダーイメージ部分の下マージン*/

#content-header {
	margin-bottom:1em;
	}


/* 中央と右側をグループ化するユニットカラム */

/*#main-area {
	width:692px;
	float:right;
	}*/

.cler1 {
	clear:both;
	}

.cler2 {
	clear:both;
	padding-top:10px;
	}

.cler3 {
	clear:both;
	padding-top:20px;
	}

.cler4 {
	clear:both;
	padding-bottom:20px;
	}

.txt-right {
	text-align: right;
	}

.txt-center {
	text-align: center;
	}


.font-red {
	color:#990000;
	}

.font-red2 {
	color: #FF0000;
	}


.margin-1em {
	margin-bottom:1em;
	}