<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-dred { font-weight: bold ; color: #CC3300}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-b-lblue { font-weight: bold; color: #0099FF}
.f-dp { color: #663399}
.f-blue { color: #0066CC}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}
.f-dred { color: #CC3300}

/* 旅行代金＆カレンダー用 */
.col { font-size : 12px ; line-height: 14px ; background-color: #FFFFFF}		/* 無色 */
.col-A { font-size : 12px ; line-height: 14px ; background-color: #CCFFFF}		/* A */
.col-B { font-size : 12px ; line-height: 14px ; background-color: #FFCCFF}		/* B */
.col-C { font-size : 12px ; line-height: 14px ; background-color: #CCFF99}		/* C */
.col-D { font-size : 12px ; line-height: 14px ; background-color: #FFFFCC}		/* D */
.col-E { font-size : 12px ; line-height: 14px ; background-color: #CC99FF}		/* E */
.col-F { font-size : 12px ; line-height: 14px ; background-color: #FFDEAD}		/* F */
.col-G { font-size : 12px ; line-height: 14px ; background-color: #E6E6FA}		/* G */
.col-H { font-size : 12px ; line-height: 14px ; color: #FFFFFF ; background-color: #006699}	/* H */
.col-I { font-size : 12px ; line-height: 14px ; color: #FFFFFF ; background-color: #663300}		/* I */
.col-J { font-size : 12px ; line-height: 14px ; color: #FFFFFF ; background-color: #000000}		/* J */
.col-K { font-size : 12px ; line-height: 14px ; background-color: #7CFC00}		/* K */
.col-L { font-size : 12px ; line-height: 14px ; background-color: #FFFF66}		/* L */
.col-M { font-size : 12px ; line-height: 14px ; background-color: #CC66CC}		/* M */
.col-N { font-size : 12px ; line-height: 14px ; background-color: #FFCC00}		/* N */
.col-O { font-size : 12px ; line-height: 14px ; background-color: #C0C0C0}		/* 0 */
.col-S { font-size : 12px ; line-height: 14px ; background-color: #EF9A9C}		/* S（得）期間 */
.col-type-blue { background-color: #CEEFFF}		/* バック・ブルー */
.col-type-lblue { background-color: #ECFBFF}		/* バック・ライトブルー */
.col-type-green { background-color: #C9F2C1}		/* バック・グリーン */
.col-type-lgreen { background-color: #EEFFEE}		/* バック・ライトグリーン */
.col-type-pink { background-color: #FFE8FF}		/* バック・ピンク */
.col-type-lg { background-color: #EEEEEE}		/* バック・ライトグレー */
.col-type-lp { background-color: #E6E6FF}		/* バック・薄紫 */
.col-type-lbrawn { background-color: #F0E0C8}		/* バック・薄茶色 */
.col-type-be { background-color: #FDF2CB}		/* バック・ベージュ */
.col-type-y { background-color: #FFFFCC}		/* バック・薄黄色 */

/* レイアウト */
.t10b { font-size: 10px; line-height: 12px}	　　　　　　/* キャプション */
.t10-r { font-size: 10px ; color: #FF0000; line-height: 12px}		/* キャプション赤字 */	
.t10w { font-size: 10px; color: #FFFFFF; line-height: 12px}
.t12 { font-size: 12px ; }
.t12b { font-size: 12px ; font-weight: bold }　/* 太字・グレー */
.t14b { font-size: 14px ; font-weight: bold }
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	line-height: normal;
}
.t12_12 { font-size: 12px; line-height: 12px}
.t12_14 { font-size: 12px; line-height: 14px}
.t12_16 { font-size: 12px; line-height: 16px}
.e10 { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 10px}
.e12 { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px}
.e12b { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px; font-weight: bold}
.e14b { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 14px; font-weight: bold}
.e14pink { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 14px; font-weight: bold ; color: #FF3399}
.e12w { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px; font-weight: bold ; color: #FFFFFF; line-height: 14px}
.topbk {
	background-image: url(images/top_bk.jpg);
	background-repeat: no-repeat;
}




#maincontents {
	width:950px;
	margin:0 auto;
}
</pre></body></html>