body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
}

a { color: #00f; }
a:hover { text-decoration: none; }

h1,
h2,
h3,
p,
table,
ul,
ol,
dl { margin-top: 0; }

dd { padding-left: 0; }

img {
	border-width: 0;
	vertical-align: bottom;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	background: transparent url(../images/common/container_bg.gif) repeat-y 0 0;
	text-align: left;
}
#header {
	height: 100px;
	margin-right: 10px;
	padding-left: 140px;
	background: transparent url(../images/common/izaki_symbol.gif) no-repeat 0 0;
}
#inner-header {
	position: relative;
	height: 100px;
	background: transparent url(../images/common/header_bottom.gif) no-repeat 0 100%;
}
#logo { margin: 0; }
#sitemenu {
	position: absolute;
	top: 20px;
	right: 0;
	width: 476px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/common/sitemenu_bg.gif) repeat-y 0 0;
	text-align: right;
}
#sitemenu li {
	list-style-type: none;
	position: absolute;
	top: 2px;
	width: 90px;
	height: 16px;
}
#menu-frontpage { right: 190px; }
#menu-faq       { right: 190px; }
#menu-link      { right: 100px; }
#menu-inquiry   { right:  10px; }
ul#mainmenu {
	position: absolute;
	top: 40px;
	width: 650px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #0070c0;
}
ul#mainmenu li {
	list-style-type: none;
	float: left;
}
#menu-practice          { width: 72px; }
#menu-staff             {
	width: 80px;
}
#menu-equipments        { width: 71px; }
#menu-neurosurgery      { width: 86px; }
#menu-internal-medicine { width: 48px; }
#menu-stop-smoking      { width: 73px; }
#menu-brain-checkup     { width: 69px; }
#menu-facilities        { width: 74px; }
#menu-hospitalization   { width: 61px; }

#contents {
	
}

#footer {
	margin: 0;
	padding: 0 10px 15px;
	background: transparent url(../images/common/container_bottom.gif) no-repeat 0 100%;
}
#footer span {
	display: block;
	width: 780px;
	background-color: #0070c0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* Mac IE 以外 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }

.size12 { font-size: 1.2em; }
.size14 { font-size: 1.4em; }
.size16 { font-size: 1.6em; }

.bold { font-weight: bold; }

.pred { color: #f63; }
.blue { color: #0070c0; }

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.clear {
	clear: both;
}
