@charset "shift_jis";

/*下線灰色*/
.bLine_ccc{border-bottom: solid 1px #ccc;}
/*右線灰色*/
.rLine_ccc{border-right: solid 1px #ccc;}
/*左線灰色*/
.lLine_ccc{	border-left: solid 1px #ccc;}
/*上線灰色*/
.tLine_ccc{	border-top: solid 1px #ccc;}
/*下線赤*/
.bLine_red{border-bottom: solid 1px red;}
/*右線赤*/
.rLine_red{border-right: solid 1px red;}
/*左線赤*/
.lLine_red{	border-left: solid 1px red;}
/*上線赤*/
.tLine_red{	border-top: solid 1px red;}
/*下線青*/
.bLine_blue{border-bottom: solid 1px blue;}
/*右線青*/
.rLine_blue{border-right: solid 1px blue;}
/*左線青*/
.lLine_blue{border-left: solid 1px blue;}
/*上線青*/
.tLine_blue{border-top: solid 1px blue;}
/*ドット点線下線水色*/
.bdotLine_9999c2{border-bottom:dotted 3px #9999c2;}
/*上点線薄い茶色*/
.tdsLine_d1b8a7{border-top:dashed 1px #d1b8a7;}
/*下点線薄い茶色*/
.bdsLine_d1b8a7{border-bottom:dashed 1px #d1b8a7;}
/*右点線薄い茶色*/
.rdsLine_d1b8a7{border-right:dashed 1px #d1b8a7;}
/*左点線薄い茶色*/
.ldsLine_d1b8a7{border-left:dashed 1px #d1b8a7;}


/*画像に枠をつける*/
.line_img{
	border: solid 1px #ccc;
	margin: 3px;
	padding: 3px;
	background-color: #ffffff;
}
/*画像に線をつける*/
.line_img2{
	border: solid 1px #ccc;
	margin: 3px;
	padding: 0;
}
/*画像に枠をつける。marginなし*/
.line_img3{
	border: solid 1px #ccc;
	padding: 3px;
	background-color: #ffffff;
}

/*コンテンツバーの背景画像【茶色】*/
.bg_contentsbar01{
	background-image:url('/BALI/img/bali_top_contentsbarbg.jpg'); background-repeat:repeat-x; height:27px;
}
/*コンテンツバーの背景画像【ピンク】*/
.bg_contentsbar02{background-image:url('/BALI/img/bali_top_contentsbarbg02.gif'); background-repeat:repeat-x; height:27px;
}
/*コンテンツバーの背景画像【オレンジ】*/
.bg_contentsbar03{background-image:url('/BALI/img/bali_top_contentsbarbg03.gif'); background-repeat:repeat-x; height:27px;
}
/*コンテンツバーの背景画像【青】*/
.bg_contentsbar04{background-image:url('/BALI/img/bali_top_contentsbarbg04.gif'); background-repeat:repeat-x; height:27px;
}
/*コンテンツバーの背景画像【緑】*/
.bg_contentsbar05{background-image:url('/BALI/img/bali_top_contentsbarbg05.gif'); background-repeat:repeat-x; height:27px;
}
/*コンテンツバーの背景画像【黄色】*/
.bg_contentsbar06{background-image:url('/BALI/img/bali_top_contentsbarbg06.gif'); background-repeat:repeat-x; height:27px;
}
/*コンテンツバーの背景画像【紫】*/
.bg_contentsbar07{background-image:url('/BALI/img/bali_top_contentsbarbg07.gif'); background-repeat:repeat-x; height:27px;
}

/*コンテンツバーの緑マークと太大文字*/
.contents_leftbrdr{
	border-left:solid 15px #33CC66;
	padding-left:5px;
	font-weight:bold;
	line-height:27px;
}
/*ロールオーバーするコースのリンク*/
.course a,.course a:link,.course a:visited{
	color:#000000;
	background-color:#d1c294;
	padding:2px 5px;
	display:block;
}
.course a:hover{
	color:#FFFFFF;
	background-color:#936849;
}
/*テーブルをセンタリング　IE用*/
div.ctable{text-align: center;}
/*テーブルをセンタリング　IE以外用*/
div.ctable table{
	margin: auto;
	text-align: left;
}

/*配置----------------------------------------*/
/*padding8px*/
.pdd_8{padding: 8px;}
/*padding4px*/
.pdd_4{padding:4px;}
/*padding-左50px*/
.pdd_left50{padding-left:50px;}
/*padding-左20px*/
.pdd_left20{padding-left:20px;}
/*padding-上10px*/
.pdd_top10{padding-top:10px;}
/*margin-2px*/
.mrgn_2{margin:2px;}
/*右margin-6px*/
.mrgn_right6{margin-right:6px;}
/*下margin-6px*/
.mrgn_bottom6{margin-bottom:6px;}
/*margin-左50px*/
.mrgn_left50{margin-left: 50px;}
/*margin,padding 0px*/
.mrgpdd_0{margin:0px; padding:0px;}
/*上に寄せる*/
.ver_top{vertical-align:top;}
/*早割画像の位置*/
.ver_bottom{vertical-align: bottom;}

/*行間１．２倍*/
.Lheight_12{line-height: 1.2;}
/*テーブルをセンタリング　IE用*/
div.ctable{text-align: center;}
/*テーブルをセンタリング　IE以外用*/
div.ctable table{margin: auto; text-align: left;}

/*文字---------------------------------------*/
/*strong*/
.str{font-weight:bold;}
/*文字太さノーマル*/
.fntw_nml{font-weight:normal;}
/*文字小さく*/
.fnt_xsmall{font-size:x-small;}
/*文字大きさ105％*/
.fntsz_105perc{font-size:105%;}
/*文字大きさ80％*/
.fntsz_80perc{font-size:80%;}
/*白文字*/
.clr_white{color:white;}
/*赤文字*/
.clr_red{color:red;}

/*背景カラー---------------------------------*/
/*背景白*/
.bg_white{background-color:white;}
/*背景濃いオレンジ*/
.bg_ff6633{background-color:#ff6633;}
/*背景薄いオレンジ*/
.bg_ffe699{background-color:#ffe699;}
/*背景薄い水色*/
.bg_b0e0e6{background-color:#b0e0e6;}
/*背景薄いピンク*/
.bg_ffe4e1{background-color:#ffe4e1;}
/*背景薄い黄色*/
.bg_ffff99{background-color:#ffff99;}
/*背景薄い黄緑*/
.bg_ccff99{background-color:#ccff99;}


