/*

※トップ画面は画像のみ個別CSSで設定。
※snavは、ボタン部の画像、初期位置、下部スペース縦サイズ、ロールオーバーを個別CSSで設定。
※メイン、サブコンテンツの高さはページの個別CSSで設定。
※h2のバーは背景画像のみ個別CSSで設定。base.cssはいじらない。
※h3、h4は必ず<dl><dt><dd>と用いる。

*/



/* ------ここからヘッダー----------------------------------------------- */


/* トップ画面部分（画像リンクのみ） */
#top {
	background: url(../img/juyohin/img_top.jpg) no-repeat center top;

}

/* サブナビゲーション（画像リンク＆ボトムスペース高さ） */

#gnav .sub a , .subsec a {
	background: url(../img/juyohin/btn_snav_juyohin.png) no-repeat;
	text-decoration: none;
}

#gnav .snav01 a {background-position: 0 0;}
#gnav .snav02 a {background-position: 0 -45px;}
#gnav .snav03 a {background-position: 0 -90px;}
#gnav .snav04 a {background-position: 0 -135px;}

#gnav .sub .bottomspace {
	height: 90px;
}



/* -----------------------------------------------ここまでヘッダー---- */


/* ------ここからコンテンツ----------------------------------------------- */

/* サブとメインの高さを合わせる */
#main, #side {
	height: 1700px;
}

/* タイトルバー */
h2 {background: url(../img/juyohin/bar_amulet.jpg) no-repeat;}


/* 御守各項目 */
.amulet {
	height: 200px;
	width: 700px;
	margin: 0 20px 20px 20px;
}

/* 御神札 */
.img_shinsatsu {
	background: url(../img/juyohin/img_shinsatsu.jpg) no-repeat;
	text-indent: -9999px;
}

.img_taima {
	background: url(../img/juyohin/img_taima.jpg) no-repeat;
	text-indent: -9999px;
}

/* 御守 */
.img_kibune {
	background: url(../img/juyohin/img_kibune.jpg) no-repeat;
	text-indent: -9999px;
}

.img_shingan {
	background: url(../img/juyohin/img_shingan.jpg) no-repeat;
	text-indent: -9999px;
}


.img_koutsu {
	background: url(../img/juyohin/img_koutsu.jpg) no-repeat;
	text-indent: -9999px;
}

.img_shichifuku {
	background: url(../img/juyohin/img_shichifuku.jpg) no-repeat;
	text-indent: -9999px;
}

.img_orizuru {
	background: url(../img/juyohin/img_orizuru.jpg) no-repeat;
	text-indent: -9999px;
}

.img_siawase {
	background: url(../img/juyohin/img_siawase.jpg) no-repeat;
	text-indent: -9999px;
}


/* 絵馬 */


/* その他授与品 */




/* -----------------------------------------------ここまでコンテンツ---- */
