@charset "UTF-8";

/*****************************************************************************
 CSS初期化
 *****************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
img {
	margin-top: 0px;
}







body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #CCC;
} 
#header {
	margin-top: 15px;
	padding: 0;
	height: 75px;
	margin-left: 10px;
	left: 27px;
	top: 30px;
} 

#toplogo {
	width:350px;
	float: left;
	height: 60px;
}
#teldenwa {
	width:465px;
	height:75px;
	float: right;
}



#navi  {
	height: 60px;
	width: 1000px;
	margin-top: 5px;
	margin-bottom: 10px;

}
#navi ul  {
	display: block;
}
#navi ul li  {
	float: left;
}
#container #slide {
	height:200px;
	padding: 0px;
	margin-bottom: 20px;
}
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 280px;
	height: 600px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar1 ul {
	display: block;
	margin-top:5px;
	margin-bottom: 15px;
}
#sidebar1 ul li {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 0px;
}
#mainContent {
	margin: 0; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: url(img/page_back_02.jpg) repeat-y left;
} 
#mainContentvoice {
	margin: 0; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	
}
#mainContent #sc {
	width: 690px;
	height: auto;
	padding-left: 20px;
}
#mainContent #sc p{
	font-size: 0.9em;
	line-height: 1.4em;
}
#mainContent #sc #block_l {
	height: 200px;
	width: 180px;
	float: left;
}
#mainContent #sc #block_c {
	height: 200px;
	width: 180px;
	float: left;
	margin-left: 20px;
}
#mainContent #sc #block_r {
	height: 200px;
	width: 180px;
	float: right;
}
#mainContent #sc div #slider_1 {
	width: 320px;
	margin-left: 80px;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	height: 40px;
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
	border-top-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #fe9f00;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #ccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
} 
#footer p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	padding: 10px 0 10px 20px;
}
div#footer p.add {
	float:left;
	width 500px;
}

div#footer p.copy {
	width 350px;
	float:right;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
a:link {
	color: #00F;
}
a:visited {
	color: #060;
}
a:hover {
	color: #F63;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 2px dotted #F90;
	border-left: 10px solid #F30;
	font-weight: bold;
	color:#666;
	}
h4 {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-left-width: 12px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #0C0;
	border-left-color: #096;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	color: #030;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 22px;
}
.px10 {
	font-size: 10px;
	color: #666;
}

.green2 {
	color: #030;
	font-weight: bold;
	font-size: 1em;
}
.blue {
	color: #06C;
}
.orange18px {
	font-size: 18px;
	color: #F60;
}
.orange {
	color: #F60;
}





table.table010 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 650px;
	border-collapse: collapse;
	font-size: 0.9em;
	border-top: 1px solid #CCC;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 th,
table.table010 td {
	padding: 4px 6px;
	border-bottom: 1px solid #CCC;
}

table.table010 th {
	text-align: center;
	white-space: nowrap;
	color: #333;
	background-color: #FC9;
	font-weight: bold;
}

table.table010 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table010 td.time,
table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}


table.table011 {
	width: 670px;
	border-collapse: collapse;
	font-size: 0.9em;
	border: 1px solid #CCC;
}

table.table011 caption {
  margin-top: 1em;
  text-align: left;
}

table.table011 th,
table.table011 td {
	padding: 4px 6px;
	border: 1px solid #CCC;
}

table.table011 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table011 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table011 td.time,
table.table011 td.fee {
	text-align: right;
}



table.table012 {
	width: 690px;
	border-collapse: collapse;
	font-size: 0.9em;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


table.table012 h2{
	font-size:18px;
	line-height: 22px;
}

table.table012 caption {
  margin-top: 1em;
  text-align: left;
}

table.table012 th,
table.table012 td {
	padding: 4px 6px;
}

table.table012 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table012 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table012 td.time,
table.table012 td.fee {
  text-align: right;
  white-space: nowrap;
}

table {
	width: 650px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	color:#666;
	font-size: 13px;
}
table th {
    padding: 7px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    text-align: left;
}
table td {
    padding: 7px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


div.div100-hpi {
	width: 690px;
	overflow: hidden; /* clear float */
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#mainContent #sc .div100-hpi #daikou {
	padding-left: 20px;
}

div.div100-hpi h3 {
	margin: 1em 0;
	padding: 3px 10px;
	border-bottom: 1px dotted #06F;
	color: #03C;
}

div.div100-hpi p {
	margin: 1em 0 1em 20px;
}

div.div100-hpi img.figure {
  float: right; /* 画像を左寄せにする場合は left */

  display: inline; /* for IE6,7 */
  margin: 0 0 1em 20px;
}

#agree {
	margin: 10px 15px;
}
#accessinfo {
	text-align:left;
	line-height:1em;
}

#ryousyo {
	text-align:left;
	line-height: 1.3em;
}

#ichibu {
	width: 670px;
	color: #666666;
	font-size: 13px;
	padding-top: 20px;
}
#interv {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666666;
}
#interviewbox {
	color:#333333;
	line-height: 1.3em;
	float: left;
	width: 350px;
	margin: 10px 0px 20px 20px;
}
#interviewpho {
	float: left;
	width: 250px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left: 20px;
}
#cl {
	margin: 0;
	padding: 0;
	clear:both;
}
#voice11 {
	margin: 0px 20px 60px 20px;
	font-size: 14px;
}

#staffwaku {
	width: 690px;
	line-height: 1.5em;
	font-size: 18px;
	border-bottom: 1px dotted #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 35px;
	margin-left: 15px;
	color: #666;
	padding-bottom: 10px;
}
#staffmigi {
	margin: 5px;
	width: 360px;
	float:left;
	margin-top: 15px;
}
#staffimg {
	width:200px;
	height:240px;
	float:left;
	margin-left: 50px;
	margin-top: 15px;
}
#staff1 {
	color:#F60;
	font-size:26px;
	font-weight:400;
	margin: 20px 0px 20px 0px;
	width: 690px;
	border-bottom: 1px solid #F90;
}
#staff2 {
	font-size:13px;
	line-height:1.3em;
	margin: 10px 0px 10px 30px;
	width: 320px;
}
#staff3 {
	font-size:13px;
	line-height:1.3em;
	margin: 20px 0px 50px 30px;
	width: 320px;
}
#corp {
	margin-top:20px;
	margin-left: 20px;
}
#servicest {
	width:620px;
	margin: 10px 40px 20px 0px;
}

#snow {
	margin-left:30px;
	width: 680px;
}
#snowcont {
	margin-top:10px;
	margin-left:10px;
	color: #333;
	line-height: 1.3em;
}
#snowcont dl {
	-webkit-text-size-adjust: 100%;
}
#snowcont dt {
	-webkit-text-size-adjust: 100%;
	width:360px;
	border-bottom: 1px dotted #ccc;
	margin: 0px;
	color: #333;
	float: left;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	font-weight: 600;
}
#snowcont dd {
	-webkit-text-size-adjust: 100%;
	color:#F30;
	margin: 0px 0px 0px 370px;
	border-bottom: 1px dotted #ccc;
	width: 200px;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-weight: 600;
}


.red {
	color:#F33;
}



#snowsch {
	font-size:12px;
	width: 680px;
}
#snowbus {
	float:left;
	width: 362px;
	margin-top: 10px;
	height: 300px;
	padding: 0;
}
#snowbus2 {
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	vertical-align: top;
	width: 277px;
	height: 300px;
	padding: 0;
}
#gallerytext {
	width: 680px;
	margin: 10px 0px 10px 30px;
	color: #666;
}
#gallerytable {
	width: 680px;
	margin: 10px 0px 10px 35px;
}
#snowsch table {
	width:170px;
	font-size:12px;
	font-weight:600;
	margin:0px;
	padding:0px;
}
#snowsch2 table {
	border-color:#666;
	text-align:center;
	width:160px;
	font-size:10px;
	margin:0px;
	padding:0px;
}
#snowsch2 td {
	border-color:#666;

}
#snowsch2 .myoko {
	background-color:#A7C7FF;
}
#snowsch2 .maiko {
	background-color:#FFB395;
}
#snowsch2 .hatabi {
	color:#F00;
}

#snowsch3 table {
	border-color:#666;
	text-align:center;
	width:640px;
	font-size:13px;
	margin:0px;
	padding:0px;
	table-layout:fixed;
}
#snowsch3 td {
	border-color:#666;
	vertical-align: top;
	text-align:center; 

}
#snowsch3 .myoko {
	background-color:#ECF1FF;
}
#snowsch3 .maiko {
	background-color:#FFB395;
}
#snowsch3 .hatabi {
	color:#F00;
}
#snowschsub {
		width:220px;
		float:left;
		
}
#mainContentfda {
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	margin: 0px 0px;
}
#cosmofda  {
	margin: 0px;
	padding:5px 0px 0px 80px;
}
#fdatext {
	line-height:1.3em;
	font-size:16px;
	color:#333;
	width: 600px;
	margin: 10px 20px 30px 30px;
	
}
#thanx {
	margin: 10px 10px 0px 20px;
	font-size:18px;
}
#thanx2{
	margin: 10px 10px 30px 20px;
	font-size:16px;
	line-height:1.3em;
	color:#333;
}
#panftitle {
	font-size:20px;
	background-image:url(img/titlebg.jpg);
	background-repeat:no-repeat;
	width: 600px;
	height :40px;
	padding-left: 40px;
	padding-top:5px;
	line-height:2em;
	
}
#rentcartext {
	line-height:1.3em;
	font-size:16px;
	color:#333;
	width: 600px;
	margin: 10px 20px 30px 30px;
	
}
#tshirtstext {
	line-height:1.3em;
	font-size:16px;
	color:#333;
	width: 600px;
	margin: 10px 20px 30px 30px;
	
}
.chui {
	font-size:10px;
}
#renttable table {
	border:1px solid #333;
}
#renttable th {
	border:1px solid #333;
	border-width: 0px 0px 1px 1px;
}
#renttable td {
	border:1px solid #333;
	border-width: 0px 0px 1px 1px;
}
td.nedanmuki  {
	text-align:right;
}
#bustext {
	line-height:1.3em;
	font-size:16px;
	color:#333;
	width: 600px;
	margin: 10px 20px 30px 30px;
	
}
#clubtext {
	line-height:1.3em;
	font-size:16px;
	color:#333;
	width: 600px;
	margin: 10px 20px 30px 30px;
}
#airticketstext {
	line-height:1.3em;
	font-size:16px;
	color:#333;
	width: 600px;
	margin: 10px 20px 30px 30px;
}
#airticketshenkou {
	font-size:12px;
}
#airtickethon {
	margin:20px 20px 0px 40px;
}

#mainmenusub {
	margin: 25px 0px 30px 25px;
}
#mainup {
	height: 105px;
		margin: 5px, 20px 0px 10px;
}
#tshirt {
	float:left;
		margin-left: 15px;
}
#rentcar {
	float:left;
	margin-left: 15px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
