@charset "utf-8";

/*　中央に設置＆影つけるため　*/
#teritory-back{
	width: 724px;
	background-image: url(../pic/back.gif);
	margin: 0 auto;
	position: relative;
}
#teritory {
	background-color: #CCFF99;
	width: 700px;
	margin:0 auto;
}
#content {
	float: right;
	width: 505px;
	background-color: #FFFFCC;
	padding: 0 0px 30px 0px;
	text-align: left;
}
#nav {
/*	background-color: #CCFF99;
*/	float: left;
	width: 195px;

}
#footer {
	clear: both;
}
#header {
	width: 700px;
/*	background-image: url(../pic/title.jpg);
	height: 90px;
	background-repeat: no-repeat;
  overflow: hidden;
*//*印刷用追加*/
	color: #fff;
	display: list-item;
	list-style-image: url(../pic/title.jpg);
	list-style-position: inside;
	height: 90px;
}
#header h1, #header p{
	text-indent:-9999px;
}
#footerNavi {
	height: auto;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFF99;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


#footerNavi a{
	font-size: 90%;
}

/*　右上の問い合わせ　*/
#apDiv1 {
	position:absolute;
	top:58px;
	width:136px;
	height:17px;
	z-index:1;
	right: 25px;
	display: block;
}
#apDiv1 a {
	width:136px;
	height:17px;
  display: block;
}
/*　左上のロゴ周り　*/
#apDiv2 {
	position:absolute;
	top:19px;
	width:246px;
	height:56px;
	z-index:1;
	right: 447px;
	display: block;
}
#apDiv2 a {
	width:246px;
	height:56px;
  display: block;
}
#footerIndex {
	width: 90%;
	text-align: right;
}
/*　はじめての方へページ設定　*/
#setContent {
	height: auto;
	width: auto;
	padding-right: 20px;
	padding-left: 30px;
}
#setContent h2{
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 150%;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* 画像　設定*/
p.photoLeft {
	float: left;
	width: auto;
	height: auto;
	margin-top: 1.3em;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p.photoRight {
	float: right;
	width: auto;
	height: auto;
	margin-top: 1.3em;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* コースご案内ページ　設定*/
.courseTitleA {
	padding: 3px;
	font-size: 11px;
	background-color: #99CC99;
	vertical-align: top;
}
.courseTitleB {
	padding: 3px;
	font-size: 11px;
	background-color: #CCFF99;
	vertical-align: top;
}
.courseContent {
	padding: 3px;
	font-size: 11px;
	vertical-align: top;
}
.courseContent_strong {
	padding: 3px;
	font-size: 11px;
	background-color: #CCFFCC;
	display: block;
}
.courseContent_waku {
	padding: 3px;
	font-size: 10px;
	display: block;
	border: 1px solid #CCCC33;
}

p.coursePhoto {
	float: right;
	width: auto;
	height: auto;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	top: 0px;
}
.comment{
	padding: 3px;
	display: block;
	background-color: #FFFF99;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 80%;
}
/*　ココが違います　設定*/
div#point{
	text-align: center;
}
div#point table{
	width: 95%;
	text-align: left;
	font-size: 11px;
}
div#point td{
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*　リンク　設定*/

div#link{
	text-align: center;
}
div#link table{
	width: 95%;
	text-align: left;
}
div#link td{
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*　写真館　設定*/
p.Photo {
	width: auto;
	height: auto;
	margin-top:  0.5em;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 0.3em;
}

p.Photo img {
	border: 10px solid #FFFFFF;
}

div#photoTable {
	text-align: center;
	position:relative;
	width:446px;
    height:1310px;
}
div#photoTable table{
	text-align: center;
}
/* コピーガード用*/
span.guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../pic/spacer.gif);
}
