@charset "Shift_JIS";

@import url(page.css);
@import url(header.css);
@import url(top.css);
@import url(sidemenu.css);
@import url(area.css);
@import url(clinic.css);
@import url(doctor.css);
@import url(campaign.css);
@import url(footer.css);


/*----------------------------------↓HTMLタグ再定義↓-----------------------------------*/
html {   
    overflow-y: scroll; 
}

* {
	margin: 0px;
	padding: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

a {
	overflow: hidden;
}

a:link, a:visited {
	color: #000000;
	text-decoration:none;
}

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

img, fieldset {
	border: 0 none;
}

object, embed {
	vertical-align: top;
}

ul {
	list-style: none;
}

object, embed {
	vertical-align: top;
}

legend {
	display: none;
}

th, td {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

p, dt, dd, li {
	word-break: break-all;
}

/*----------------------------------↑HTMLタグ再定義↑-----------------------------------*/

body {
	font-size: 100%;
	line-height: 120%;
	color: #1c1c1c;
	text-align: center;
	background-color: #ffffff;
}

.img_left {
	margin: 0px 5px 5px 0px;
}

.img_right {
	margin: 0px 0px 5px 5px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}

.clearfix {
	display:block;
}
/* end MacIE5 */


span.pink {
	color: #ec407b;
	font-weight: bold;
}
