@charset "utf-8";
@import url('./base.css');

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #D2CFB1;
	color: #000;
}

div#head {
	width: 920px;
	margin: 30px auto 0 auto;
	background-image: url(../img/topillust.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	height: 550px;
}
div#header {
	width: 920px;
	margin: 30px auto 0 auto;
}

h1#toplogo {
	text-align: center;
}

div#gnavi {
	width: 900px;
	margin: 0 auto;
}

ul#navi {
	list-style: none;
}
ul#navi li {
	float: left;
	height: 50px;
}
ul#navi li a {
	width: 150px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	/*\*/overflow: hidden;/**/
}
ul#navi li a:hover {
	background-position: 0px -50px;
}

ul#navi li#n_greet a {
	background-image: url(../img/greet.png);
}
ul#navi li#n_env a {
	background-image: url(../img/env.png);
}
ul#navi li#n_life a {
	background-image: url(../img/life.png);
}
ul#navi li#n_rec a {
	background-image: url(../img/rec.png);
}
ul#navi li#n_about a {
	background-image: url(../img/about.png);
}
ul#navi li#n_know a {
	background-image: url(../img/know.png);
}

div#cont {
	width: 720px;
	padding: 10px 30px;
	margin: 10px auto;
}
div#cont h2 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
div#cont p {
	text-indent: 20px;
}

div#greetfoot {
	margin: 20px auto;
	width: 600px;
}

div#doctor {
	width: 200px;
	float: left;
}
div#doctor p {
	text-align: left;
}

ul#bio {
	list-style: none;
	text-indent: 20px;
}
div#greetfoot h4 {
	text-indent: 10px;
}
ul#children {
	list-style: none;
	text-indent: 50px;
}

strong {
	font-size: 1.5em;
}
ul#station {
	list-style: none;
	text-indent: 40px;
	margin: 20px 0;
}
h3{
	margin-top: 30px;
}
h4 {
	text-indent: 40px;
}

.red {
	color:#EE2C02;
}
