/*---------------------------------
デフォルトスタイルリセット（一部）
----------------------------------*/
ul, li {
	margin: 0;
}

img, br, table, ul, li {
	list-style: none;
	padding: 0;
}

/*---------------------------------
トップ　サイドエリア
----------------------------------*/
/*サイド　黒背景　大画像*/
.sideBg01B {
	width: 175px;
	height: 260px;	
	background: url(../img/topside_b.jpg) no-repeat ;
}

/*サイド　白背景　大画像*/
.sideBg01W {
	width: 175px;
	height: 260px;	
	background: url(../img/topside_w.jpg) no-repeat ;
}


.borderTop {/*ごあいさつ上 ボーダー*/
	width: 145px;
	border-top: 1px dotted #908f7d;
}


.sideMenu01 li { /*リスト*/
	width: 145px;
	margin: 0;
	padding-left: 17px;
	background: url(../img/top_menu_icon01.gif) no-repeat 0% 50% ;
	border-bottom: 1px dotted #908f7d;
	line-height: 20px/*150%*/
	}


/*サイド　黒背景　1px画像*/
.sideBg02B {
	background: url(../img/sidebg_black.gif) ;
}

/*サイド　白背景　1px画像*/
.sideBg02W {
	background: url(../img/sidebg_white.gif) ;
}

/*---------------------------------
トップ　サイド　季節画像
----------------------------------*/

/*冬用（鶴）*/
.seasonImgW {
	width: 175px;
	height: 300px;
	background: url(../img/top_season_w.jpg) no-repeat left bottom;
}

/*秋用（ススキ）*/
.seasonImgA {
	width: 175px;
	height: 300px;
	background: url(../img/top_season_a.jpg) no-repeat left bottom;
}

/*春用（鳥）*/
.seasonImgS {
	width: 175px;
	height: 300px;
	background: url(../img/top_season_s.jpg) no-repeat left bottom;
}


/*---------------------------------
トップ　メインエリア
----------------------------------*/
.mainLeft {
	height: 17px;
}


.mainBg {
	background: url(../img/topimg_03_bc.jpg) no-repeat ;
}


.mainBgR {
	background: url(../img/topimg_main_r.gif) ;
}


.topBanner {
	padding: 2px 0 2px 194px;
}



