/** CSS document **/
img	{
	border: none;
}

a:link	{
	color: blue;
	text-decoration: none;
}
a:visited	{
	color: blue;
	text-decoration: none;
}
a:active	{
	color: red;
	text-decoration: underline;
}
a:hover	{
	color: red;
	text-decoration: underline;
}

	/** コンテンツ枠 **/
.contents	{
	width: 649px;
}

/** パンくずリスト **/
.topicpath	{
	width: 649px;
	height: 18px;
	background-image:url('../img/greengradation.png');
	background-color: #dfd;

	padding: 5px 10px 5px;
	font-family: "Arial",sans-serif;
	font-size: 80%;
	word-spacing: 0.1em;
}
.topicpath a	{
	color: blue;
	text-decoration: none;
}
.topicpath a:hover	{
	color: brown;
	text-decoration: underline;
}

	/** 本文 **/
.text	{
	color: darkgreen;
}

h2	{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 150%;
	line-height: 140%;
	color: #844;
}

h3	{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 140%;
}
h3.gold	{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 130%;
	color: #884;
}
p	{
	margin-bottom: 2em;
}

.wide	{
	margin-top: 50px;
	width: 649px;
	text-align: center;
}

	/** TOP PAGE **/
.flash	{
	margin: 0 auto;
}

.grn1	{
	font-size: 150%;
	line-height: 250%;
	word-spacing: 0.2em;
	
	font-weight: bold;
	color: #009966;
	background-color: #f0fff0;
}

.grn2	{
	line-height: 150%;
	letter-spacing: 0.1em;
	
	font-size: 90%;
	font-weight: bold;
	color: green;
	
	width:80%;
	text-align: left;
	padding-left: 50px;
}

.grn3	{
	font-size: 70%;
	line-height: 200%;
	word-spacing: 0.2em;
	
	font-weight: bold;
	color: #009966;
	background-color: #f0fff0;
}

.gr1	{
	font-size: 140%;
	word-spacing: 0.2em;
	
	font-weight: bold;
	color: green;
}

.gr2	{
	font-size: 70%;
	line-height: 200%;
	word-spacing: 0.5em;
	letter-spacing: 0.2em;
	
	font-weight: normal;
	color: green;
}

.gr3	{
	font-size: 90%;
	line-height: 200%;
	word-spacing: 0.2em;
	
	font-weight: normal;
	color: green;
}

	/** NEWS PAGE **/
.photoframe	{
	width: 649px;
	height: 230px;
	margin-top: 30px;
	position: relative;
	background-color: white;
}
.photocontents	{
	width: 645px;
	height: 200px;
	
	position: absolute;
	top: 20px;
	left: 0;
	
	background-color: #E8D1FF;
	border: #E8D1FF 1px solid;
}
.photocontentsshadow	{
	width: 645px;
	height: 200px;
	
	position: absolute;
	top: 25px;
	left: 5px;
	
	background-color: #BBB;
	border: #BBB 1px solid;
}
.shakehands	{
	position: absolute;
	top: -20px;
	left: 15px;
}
.photonote	{
	width: 300px;
	height: 20px;
	padding-top: 5px;
	
	position: absolute;
	top: 160px;
	left: 20px;

	color: black;
	text-align: center;
	font-size: 100%;
}
.phototext	{
	width: 315px;
	height: 180px;
	
	position: absolute;
	top: 5px;
	left: 325px;

	color: black;
	text-align: left;
	font-size: 90%;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}

.copy1,.copy2	{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 150%;
	font-weight: bold;
	color: #A63B52;
}
.copy1	{
	margin-top: 50px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	
	text-align: left;
	
	border-color: green;
	border-style: solid;
	border-width: 1px 0 0 1px;
}
.copy2	{
	margin-bottom: 40px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	
	border-color: green;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

table.interview th	{
	width: 50px;
	vertical-align: top;
}
table.interview th,table.interview td	{
	border: #FFD1E8 1px solid;
	background-color: #FFD1E8;
	
	color: black;
	font-size: 90%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	
	padding: 5px;
}
table.interview .y	{
	border: #D1E8FF 1px solid;
	background-color: #D1E8FF;
	color: black;
}
table.interview th.y	{
	color: #004;
}

table.intro	{
	width: 540px;
}
table.intro th	{
	font: normal 100%;
	white-space: nowrap;
}
table.intro th span	{
	font: normal 80%;
}
table.intro td	{
	padding-left: 20px;
	line-height: 150%;
}

.copy3	{
	margin-top: 20px;
	padding: 10px;

	font-family: "ＭＳ ゴシック";
	font-size: 140%;
	font-weight: bold;
	line-height: 1.3em;
	
	color: #A63B52;
	background-color: #E8D1FF;
	border: #E8D1FF 1px solid;
}
	/** Public **/
table.t01	{
	margin-top: 25px;
	width: 649px;
	border-collapse: collapse;
}
table.t01 th	{
	border: 1px solid #390;
	background-image: url('../img/back.gif');
	
	text-align: center;
	color: #006400;
	font-size: 160%;
	letter-spacing: 0.5em;
	padding: 25px;
}
table.t01 th.narrow	{
	letter-spacing: 0.2em;
}
table.t01 td	{
	border: 1px solid #390;
	
	text-align: left;
	padding: 20px 30px;
	background-color: #fffff0;
}
table.t01 td.blocknote	{
	border:none;
	
	text-align: center;
	color: #390;
	font-weight:normal;
	font-size:90%;
	line-height:160%;
	padding: 20px 0;
	background-color: #fffff0;
}
#topLeft	{
	width: 45%;
}
#topRight	{
	width: 55%;
	text-align:left;
	font-size:90%;
	font-weight: bold;
}
#bottom	{
	width: 50%;
}
table.t01 .leftblock	{
	width:250px;
	text-align: center;
	color: #390;
	font-weight:bold;
	font-size:80%;
	line-height:160%;
	padding: 20px 0;
	background-color: #fffff0;
}
table.t01 .rightblock	{
	width:400px;
	text-align: left;
	color: #390;
	font-weight:normal;
	font-size:70%;
	line-height:160%;
	padding: 20px 10px;
	background-color: #fffff0;
}

.text3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 25px;
	color: #CC3366;
	letter-spacing:0.1em;
}
.text4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #CC9900;
	letter-spacing:0.3em;
	margin-bottom: 10px;
}
#text5 {
	text-align: left;
	padding: 0 5px;
	border-width: 0 0 1px 10px;

	font-size: 150%;
	color: #080;
	letter-spacing:0.3em;
}
.text6 {
	font-size: 90%;
	font-weight: normal;
	line-height: 25px;
	color:beige;
	background-color: #390;
	letter-spacing:0.1em;
	padding:1em;
	margin-bottom: 50px;
}
.text7 {
	font-size: 90%;
	font-weight: normal;
	line-height: 25px;
	color: #390;
	letter-spacing:0.1em;
	padding:1em;
	margin-bottom: 50px;
	border: 1px solid #390;
}
.t01left {
	border-spacing:0;
	font-size: 14px;
	line-height: 28px;
	color: #006633;
	font-weight: normal;
}
p	,	pre {
	border-spacing:0;
	font-size: 14px;
	line-height: 28px;
	color: #006633;
	font-weight: normal;
}

	/** PRICE **/
table.price,table.price2,table.price3	{
	margin: 40px 0px;
}
table.price td,table.price2 td,table.price3 td	{
	border: 1px solid #390;
	background-color: #cfc;
	
	text-align: center;
	color: #360;
	font: bold 90% "ＭＳ Ｐゴシック";
}
table.price td	{
	padding: 10px 4px;
}
table.price td.t04	{
	line-height: 160%;
}
table.price2 td	{
	padding: 10px 10px;
}
table.price3 td	{
	padding: 10px 7px;
}
table.price td.left,table.price2 td.left,table.price3 td.left	{
	background-color: #fffff0;
	border: none;
	text-align: left;
	font-size: 120%;
	padding: 0;
}
table.price td.right,table.price2 td.right,table.price3 td.right	{
	background-color: #fffff0;
	border: none;
	text-align: right;
	font-size: 80%;
	padding: 0;
}

.plus1	{
	font-size: 150%;
}
.size1	{
	font-size: 70%;
	letter-spacing:0;
}
.size2	{
	font: bold 80% "ＭＳ Ｐゴシック";
}
.size3	{
	font-size: 90%;
}

table.course	{
	font-size: 100%;
	margin:50px 0px;
	width: 550px
}
table.course tr td	{
	padding:0;
	border: none;
}
table.course tr td.ctd01	{
	width:46px;
}
table.course tr td.ctd02	{
	width:60px;
}
table.course tr td.ctd03	{
	width:444px;
}
.icon	{
	width: 46px;
	height:47px;
	border:none;
	margin-bottom: 10px;
}
table.course tr td.ctd1	{
	white-space:nowrap;
	font-size:160%;
}
table.course tr td.ctd2	{
	font-size: 130%;
}
table.course tr td.ctd3	{
	vertical-align:top;
	text-align:center;
}
table.course tr td.ctd4	{
	width:564px;
	font-size: 100%;
	line-height: 150%;
	vertical-align:top;
	text-align:left;
	padding-left: 20px;
	padding-bottom:20px;
}
table.course tr td.ctd5	{
	padding-top:20px;
	text-align:left;
	margin-left: 100px;
	line-height: 140%;
	letter-spacing: 0em;
}

.center	{
	text-align: center;
}
.right	{
	text-align: right;
}
.orange	{
	color:#B44;
	font-size:110%;
	letter-spacing: 0.1em;
}
.big	{
	font-size:100%;
	letter-spacing: 0.2em;
}
.bargreen {
	font-size: 18px;
	font-weight: bold;
	color: #336600;
	background-color: #CCFFCC;
	border: none;
	text-align: center;
	line-height: 100px;
	font-style: normal;
	margin-bottom: 100px;
}

table.linktable tr td	{
	padding:10px;
}

table.prf td	{
	padding: 0;
	border: none;
	line-height: 130%;
}
table.prf td.cntr	{
	text-align: center;
	padding: 10px 0;
}
table.prf td.rgt	{
	text-align: right
}

ul.contents li	{
	list-style-type: square;
	line-height: 150%;
}

ol	{
}
ol li	{
	font-size: 90%;
	line-height: 160%;
	list-style-type: decimal;
}

table.simple tr td	{
	border: none;
	padding: 0;
	text-align: right;
}
a.golf	{
	color: pink;
	font-weight: bold;
}
a.golf:hover	{
	text-decoration: underline;
}
div.memobase	{
	width: 600px;
	height: 300px;
	position: relative;
	}
div.memotitleshade	{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 260px;
	height: 32px;
	border: 1px solid green;
	background-color: green;
	z-index: 3;
}
div.memotitletext	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 22px;
	border: 1px solid green;
	background-color: white;
	z-index: 4;
	
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	}
div.memocontents	{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 500px;
	height: 240px;
	border: 1px solid green;
	background-color: white;
	z-index: 2;
	
	font-size: 100%;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}
div.memocontentsshade	{
	position: absolute;
	top: 35px;
	left: 35px;
	width: 510px;
	height: 250px;
	border: 1px solid green;
	background-color: green;
	z-index: 1;
}
table.golfprice td	{
	padding: 1em 0.5em;
}
