@charset "UTF-8";
/* formatting style
----------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: "ヒラギノ丸ゴ Pro W4";
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFCC66;
}
hr {
    display: none;
}
/* link style
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #66CC00;
	text-decoration: underline;
}
a:hover {
	color: #66CC00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sideber {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #339900;
	background-color: #CFFF68;
}
/* header styles
----------------------------*/
#header {
	background-image: url(photo_foot/header-img1-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	border-top: 3px solid #66CC33;
	position: relative;
}
#about_reflexology #header {
	background-image: url(photo_foot/reflex-header.jpg);
}
#about_reflexology-school  #head {
	background-image: url(photo_foot/reflex-header.jpg);
}
#about_indianchampi #header {
	background-image: url(photo_foot/champi-header.jpg);
}
#about_kokoraku-counseling #header {
	background-image: url(photo_foot/kokoraku-header.jpg);
}
#book #header {
	background-image: url(photo_foot/book-header.jpg);
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
	height: 150px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FF9900;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	height: 2.8em;
	width: 170px;
}
#header ul li#nHome a {
	border-left-style: none;
}
#main h2 {
	margin-bottom: 15px;
}
#main h3 {
	font-weight: bold;
	background-image: url(icon/ico_clover2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 23px;
	margin-bottom: 15px;
	border-top: 3px solid #33CC00;
	border-bottom: 1px dotted #666666;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main  dl#news   dt {
	font-weight: bold;
	background-image: url(icon/konoha02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 6em;
	padding-left: 17px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
#houmon-treatment #main table {
	border: medium dotted #33FF00;
}
#menu #main table {
	border: thin ridge #66CC00;
}
#book #main table {
	border: thin dotted #FF9900;
}
#link #main table {
	border: thin dashed #33FF33;
}
#header ul li#nVoice a {
	border-left-style: none;
}
#header ul li#nTanjogaku a {
	border-left-style: none;
}
#header ul li#nBook a {
	border-left-style: none;
}

/* sideber styles
----------------------------*/
#sideber h2 {
	margin-bottom: 15px;
}
#sideber dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sideber dl dt a:hover {
	border: 1px solid #000000;
}
#sideber dl dt {
	clear: both;
}
#about_reflexology-school #sideber dl dt {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}
#sideber dl dd {
	margin-bottom: 10px;
}
#footer p a:hover {
	color: #FF9900;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
