@charset "UTF-8";

/* ===== Universal Reset ===== */

* {
	margin:0;
	padding:0;
}

/* ===== Basic Style ===== */

body {
	color:#333333;
	background:#fff url(../images/bg-body.png) no-repeat center -150px;
	text-align:center;
}
img {
	border:0;
	vertical-align: bottom;
}
ul,dl,ol {
	list-style-type:none;
	list-style-position:outside;
}
p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-size: 88%;
}
a {
	color: #CC359A;
}
/* ===== Common Style ===== */
h1 a {
	font-size: 9px;
	text-decoration: none;
	color: #5C0100;
	float: left;
}
h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h3 {
	font-weight: bold;
	color: #C39;
	font-size: 82%;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#headerArea {
	height: 90px;
	width: 900px;
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
}
#contentsArea {
	width: 900px;
	text-align: left;
	margin-top: 90px;
}
#footerArea {
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-color: #393332;
	clear: both;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
dl#information {
	border-left-color: #C7337D;
	display: block;
	font-size: 88%;
	border-left-width: 2px;
	border-left-style: solid;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	clear: left;
}
dl#information dt {
	color: #C7337D;
	margin-bottom: 0.5em;
}
dl#information dd {
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#leftColumn {
	width: 615px;
	margin-right: 20px;
	margin-left: 15px;
	_margin-left: 7px;
	float: left;
	clear: left;
	margin-bottom: 25px;
}
#rightColumn   {
	width: 250px;
	float: left;
}
#footer-logo {
	float: left;
	margin-right: 20px;
}
#footerNavi {
	float: left;
	width: 740px;
}
#copyright {
	font-size: 65%;
	color: #B1A99C;
	text-align: center;
}
#footerNavi li {
	float: left;
	margin-right: 1em;
	padding-left: 10px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	vertical-align: bottom;
	display: table-cell;
	white-space: nowrap;
}
#footerNavi li a {
	font-size: 69%;
	color: #E4E0D5;
	text-decoration: none;
}
#footerNavi li a:hover {
	text-decoration: underline;
}
ul#globalNavi {
	position: absolute;
	top: 35px;
	right: 25px;
	height: 35px;
	width: 557px;
}
ul#globalNavi li{
	float: left;
}
ul#secondaryNaviTop {
	background-color: #7A3337;
	background-image: url(../images/bg-navi-s.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 780px;
	_width: 900px;
	padding-left: 120px;
}
ul#secondaryNaviTop li {
	float: left;
}
div.catBox {
	background-image: url(../images/bg-catbox.gif);
	background-repeat: no-repeat;
	padding-right: 11px;
	padding-left: 11px;
}
div.catBox h2 {
	margin-left: -11px;
	margin-right: -11px;
}
ul.catItem01 li{
	margin-top: 5px;
	margin-bottom: 5px;
}
div#searchArea {
	position: absolute;
	top: 10px;
	right: 25px;
	height: 17px;
	padding: 0px;
	width: 180px;
}
#searchBox {
	border: 1px none #EACAE0;
	height: 17px;
	width: 163px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#searchButton {
	position: absolute;
	bottom: 0px;
	left: 165px;
	height: 17px;
	width: 17px;
}
div#serviceHeader {
	background-color: #843F42;
	background-image: url(../images/bg-serviceheader.jpg);
	height: 460px;
	width: 900px;
	position: relative;
}
#serviceNaviArea {
	background-image: url(../images/bg-serviceheader.jpg);
	background-position: left top;
	height: 460px;
	width: 169px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFA8A8;
}
#serviceNaviArea h2{
	margin: 0px;
}
#headline {
	width: 700px;
	_width: 730px;
	background-image: url(../images/bg-serviceheader.jpg);
	background-position: right top;
	height: 460px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
#headline h1 {
	margin-bottom: 15px;
}
ul#sleNavi {
	width: 715px;
	text-align: right;
	margin-right: -15px;
}
ul#sleNavi li {
	display: inline;
}
div.boxA {
	background-image: url(../images/bg-box-a.png);
	clear: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 12px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
div.boxA h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
div.boxB {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFDBEC;
	text-align: center;
	padding-top: 10px;
}
table.chargeRate {
	text-align: center;
	width: 595px;
	font-size: small;
	_font-size: x-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E9CAD6;
	border-left-color: #E9CAD6;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.chargeRate th {
	background-color: #F1D9E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9CAD6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9CAD6;
	margin: 0px;
	padding: 2px;
}
table.chargeRate td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E9CAD6;
	border-right-color: #E9CAD6;
	margin: 0px;
	padding: 2px;
}
.trCaption {
	background-color: #F1D9E5;
}
.leftPhoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
}
.leftPhoto02 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.leftPhoto03 {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.clearBoth {
	clear: both;
}
.center {
	text-align: center;
}
.txt13 {
	font-size: 82%;
}
.txt12 {
	font-size: 75%;
}
.small {
	font-size: 88%;
}

.x-small {
	font-size: x-small;
}
.xx-small {
	font-size: xx-small;
}
.highLight01 {
	color: #C39;
	font-size: x-small;
	_font-size: xx-small;
}
.annotation01 {
	font-size: x-small;
	color: #CC359A;
	margin-bottom: 0.5px;
	margin-top: 0px;
}
.annotation02 {
	font-size: x-small;
	color: #666;
	margin-bottom: 0.5px;
	margin-top: 1em;
}
dl.faq dt {
	color: #CC3399;
	text-decoration: underline;
	cursor: pointer;
	font-size: 88%;
	line-height: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
dl.faq dd {
	font-size: 82%;
	margin-bottom: 1em;
	line-height: 1.5em;
}
.styleH3 {
	color: #750000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC99CC;
	font-size: 82%;
	clear: left;
	margin-bottom: 1em;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 1em;
}
#topButton {
	background-color: #FFF;
	text-align: center;
	width: 900px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}
.leftIcon {
	float: left;
	margin-right: 15px;
}
.curriculum {
	clear: left;
	float: left;
	margin-bottom: 15px;
}
.price {
	font-weight: bold;
	color: #333;	
}
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
.border01 {
	padding-top: 5px;
}
