@charset 'UTF-8';

/* ========================================
OUTLINE
	小田原籠清オフィシャルサイト
	「HOME」ページ
======================================== */

body {
	padding-top: 0;
	background-image: url("../../images/index_bg07.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	}

a {
	text-decoration: none !important;
	}

a:hover,
a:focus,
a:active {
	text-decoration: underline !important;
	}


div#topBorder {
	background-image: url("../../images/bg_top.gif");
	background-repeat: repeat-x;
	background-position: top center;
	}

div#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	}



/* ----- 籠清ロゴ ----- */

h1 {
	padding-top: 140px;
	}


/* ----- 注意事項 ----- */

p.attention {
	font-size: 0.84em;
	font-weight: bold;
	color: #ad0000;
	margin-top: 140px;
	}


/* ----- 新着情報 ----- */

dl#topics {
	width: 600px;
/*	margin-top: 155px; /* 注意事項無しの場合 */
	margin-top: 80px;  /*注意事項有りの場合 */
/*	margin-top: 180px;  臨時：項目数が少ない場合 */
	font-size: 0.84em;
	}

dl#topics dt {
	float: left;
	clear: both;
	width: 60px;
	height: 1.3em;
	line-height: 1.3;
	color: #7a7a7a;
	padding-left: 10px;
	}

dl#topics dt.lead {
	background-image: url(../../images/tpc_lead.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	}

dl#topics dd {
	padding-left: 70px;
	padding-bottom: 5px;
	line-height: 1.3;
	}

dl#topics dd a {
	color: #222;
	}

dl#topics dd a:hover,
dl#topics dd a:active {
	color: #006;
	}

p#pastTopics {
	margin-top: 6px;
	margin-bottom:10px;
	}

p#pastTopics a {
	padding-left: 10px;
	background-image: url(../../images/tpc_past.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-size: 0.84em;
	line-height: 1.1;
	color: #999;
	}

p#pastTopics a:hover,
p#pastTopics a:active {
	color: #006;
	}


/* ----- バナー ----- */

.spBnr {
	width:800px;
}

/*
spBnr {
	display: block;
	height: 58px;
	overflow: hidden;
	margin: 10px 4px 0 4px;
	}*/
	

/* ----- グローバルメニュー ----- */

ul#gNav {
	position: relative;
	height: 27px;
/*	margin-top: 65px; /* バナー無しの場合 */
	margin-top: 15px; /* バナー有りの場合 */
	border-bottom: 2px solid #f2f3f6;
	background-image: url("../../images/gnav_bg.gif");
	}

ul#gNav li ul {
	padding: 5px 0 0;
	background-position: left top;
	}

ul#gNav li#gnAbout a {
	background-image: url("../../images/gnav_about.gif");
	}

ul#gNav li#gnProducts a {
	background-image: url("../../images/gnav_product.gif");
	}

ul#gNav li#gnShoplist a {
	background-image: url("../../images/gnav_shoplist.gif");
	}

ul#gNav li#gnSabou a {
	background-image: url("../../images/gnav_sabou.gif");
	}

ul#gNav li#gnBlog, /* BLOG 工事中 */
ul#gNav li#gnBlog a {
	background-image: url("../../images/gnav_blog.gif");
	}

ul#gNav li#gnOnlineshop a {
	background-image: url("../../images/gnav_onlineshop.gif");
	}


/* Sub */

ul#gNav li#gnAbout ul#gnAbSub {
	top: -64px;
	_top: -63px; /* IE6 */
	background-image: url("../../images/gn_ab_bg.gif");
	}

ul#gNav li#gnProducts ul#gnPrSub {
	top: -280px;
	_top: -279px; /* IE6 */
	background-image: url("../../images/gn_pr_bg.gif");
	}

ul#gNav li#gnShoplist ul#gnSlSub {
	top: -154px;
	_top: -153px; /* IE6 */
	background-image: url("../../images/gn_sl_bg.gif");
	}

ul#gNav li#gnSabou ul#gnSaSub {
	top: -82px;
	_top: -81px; /* IE6 */
	background-image: url("../../images/gn_sa_bg.gif");
	}

ul#gNav li#gnAbout ul#gnAbSub li#gnAbIndex,
ul#gNav li#gnProducts ul#gnPrSub li#gnPrIndex,
ul#gNav li#gnShoplist ul#gnSlSub li#gnSlIndex,
ul#gNav li#gnSabou ul#gnSaSub li#gnSaIndex {
	height: 26px;
	}

ul#gNav li#gnAbout ul#gnAbSub li#gnAbIndex a,
ul#gNav li#gnProducts ul#gnPrSub li#gnPrIndex a,
ul#gNav li#gnShoplist ul#gnSlSub li#gnSlIndex a,
ul#gNav li#gnSabou ul#gnSaSub li#gnSaIndex a {
	margin: 5px 0 0;
	}



/* ----- FOOTER ----- */

div#footer {
	margin-top: 0;
	padding-top: 18px;
	background-image: none;
	}


