
/*----------------共通---------------*/

.t1    {
	color: #333333;
	font-size: 80%;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック","Osaka", sans-serif;
	text-align: left;
}


.bold    {
	color: #C35700;
	font-weight: bold;
	
}




.bg1 { background-color: #ffffff }
.bg2 { background-color: #FFFDEA }

.bg_day { background-color: #FFEBDD }
.bg_night { background-color: #D9EBF8 }
.bg_purple { background-color: #F6F2FE }
.bg_water { background-color: #EDF7FF }
.bg_orange { background-color: #FFF7E8 }
.bg_day2 { background-color: #FEE7EB }
.bg_stay { background-color: #E2EAFA }
.bg_pink { background-color: #FFF1FF }
.bg_water2 { background-color: #EDF2FF }
.bg_green { background-color: #E6FEF5 }
.bg_result_main { background-color: #FFFDEA }
.bg_result_ty { background-color: #E3F2FD }
.bg_result_sea { background-color: #DFF9EA }
.bg_result_ty2 { background-color: #FFFFCC }
.bg_detail_ty { background-color: #E3F2FD }
.bg_detail_sea { background-color: #DFF9EA }
.bg_detail_common { background-color: #FFFDEA }

h1    {
	margin: 0px;
}

h2    {
	margin: 0px;
}



A:LINK { color: #333333; text-decoration: none }
A:VISITED { color: #333333; text-decoration: none }
A:HOVER { color: #C35700; text-decoration: underline }
A:ACTIVE { color: #C35700; text-decoration: none }




/*----------------TOP 東京・横浜おすすめコース---------------*/

.tkt1 {
	color: #333333;
	font-size: 80%;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック","Osaka", sans-serif;
	text-align: left;
}


.tkbg { background-color: #E0F5FF }


/*----------------TOP 日帰り・宿泊コース---------------*/


.hgbg { background-color: #DEFCEE }



/*----------------最新情報---------------*/

.newst1    {
	color: #333333;
	font-size: 80%;
	line-height: 200%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	text-align: left;
}




