/******************************************************************************
	screen.css 2006/12/10
 ******************************************************************************/

BODY
{
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;

}

hr
{
	display: none;
}

img
{
	border: none;
}

#wrapper
{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(img/Paper.gif) repeat-y left;
}


/*
 *-------------------------------------------------------------------
 *	header「ヘッダ」
 *-------------------------------------------------------------------
 */
#header
{
	height: 100px;
}

#header h1
{
	margin: 0;
	padding: 0;
	background: url(img/header-img.jpg) no-repeat;
	height: 75px;
	width: 800px;
	text-indent: -10000px;
}

#header h1 a
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 75px;
	text-indent: -10000px;
}

#header p
{
	background: url(img/top-border.gif) no-repeat;
	height: 25px;
	width: 800px;
	margin: 0;
	padding: 5px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}

/*
 *-------------------------------------------------------------------
 *	Navi「左ナビゲーション」
 *-------------------------------------------------------------------
 */
#navi
{
	float:left;
	display: block;
	background-color: transparent;
	width: 160px;
	font-size: small;
	margin: 0;
	padding: 0;
	color: #FFF;
}

#navi ul
{
	padding: 0 0 0 5px;
	margin: 0;
}

#navi li
{
	padding: 10px 0 10px 0;
	list-style: none;
}

#navi #toplink
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 75px;
	text-indent: -10000px;
}

#navi a:link,
#navi a:visited
{
	border-bottom: 1px dotted #ccc;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#navi a:hover
{
	border-bottom: 1px solid #FC0;
	color: #FC0;
}

/*
リンクバナー表示用スタイル（2006/12/10)
*/
#navi .linkban
{
	padding: 0 0 0 5px;
	margin: 10;
	color: #FFF;
}

/*
 *-------------------------------------------------------------------
 *	body
 *-------------------------------------------------------------------
 */

#body
{
	clear: both;
}

/*
 *-------------------------------------------------------------------
 *	content「メインコンテンツ部分」
 *-------------------------------------------------------------------
 */
#content
{
	float: right;
	width: 640px;
	padding: 0;
	margin: 0;
}

/*
 *-------------------------------------------------------------------
 *	main「中央部分」
 *-------------------------------------------------------------------
 */
#content #main
{
	float: left;
	width: 430px;
	padding: 0 0 30px 10px;
	margin: 0;
}

#content #main p
{
	margin: 10px 5px 10px 5px ;
	padding: 0;
	line-height: 1.5em;
	font-size: small;
}

#content #main p.strong
{
	font-weight: bold;
}

#content #main h1.sinchaku
{
	margin: 10px 0 0 0;
	padding: 0;
	background: url(img/sinchaku.gif) no-repeat;
	height: 20px;
	width: 400px;
	text-indent: -10000px;
}

#content #main h1.sinyuka
{
	margin: 10px 0 0 0;
	padding: 0;
	background: url(img/sinnyuka.gif) no-repeat;
	height: 20px;
	width: 400px;
	text-indent: -10000px;
}

#content #main h1.tyumon
{
	margin: 10px 0 0 0;
	padding: 0;
	background: url(img/howtoshopping.gif) no-repeat;
	height: 20px;
	width: 400px;
	text-indent: -10000px;
}

#content #main h1.tuhan
{
	margin: 10px 0 0 0;
	padding: 0;
	background: url(img/tuhanhyoki.gif) no-repeat;
	height: 20px;
	width: 400px;
	text-indent: -10000px;
}

#content #main h1.shohinlist
{
	margin: 10px 0 0 0;
	padding: 0;
	background: url(img/shohinlist.gif) no-repeat;
	height: 20px;
	width: 400px;
	text-indent: -10000px;
}


#content #main ul
{
	font-size: small;
	padding: 10px 0 10px 10px;
	margin:  0;
	line-height: 1.5em;
}

#content #main table,
#content #main tr,
#content #main td,
#content #main th
{
	border-collapse : collapse ;
	margin: 10px 10px 10px 10px;
	border : 1px solid #ccc ; 
	font-size: small;
}

#content #main td.center
{
	margin: 10px 10px 10px 10px;
	font-size: small;
	text-align: center;
}

#content #main td.right
{
	margin: 10px 10px 10px 10px;
	font-size: small;
	text-align: right;
}

#content #main .noitem
{
	color: #999999;
}

/*
 *-------------------------------------------------------------------
 *	recommend 「おすすめ商品コーナー」
 *-------------------------------------------------------------------
 */

#content #recommend
{
	float:right;
	width: 190px;
	padding: 0;
	margin: 0;
}

#content #recommend h3
{
	margin: 0;
	padding: 0;
	background: url(img/recommend-title.gif) no-repeat;
	height: 30px;
	width: 159px;
	text-indent: -10000px;
}

#content #recommend ul
{
	padding: 0 0 0 5px;
	margin: 0;
}

#content #recommend li
{
	list-style: none;
}

h2
{
	font-size: medium;
	font-weight: bold;
	height: 1em;
	padding: 0.2em;
	margin: 0;
}

#content #recommend p
{
	position: relative;
	display: block;
	background-color: transparent;
	font-size: small;
	margin: 5 0 0 10px;
	padding: 0;
}

#content #recommend a
{
	color: #006;
	text-decolation: none;
}

#content #recommend a:hover
{
	font-weight: bold;
}

#content #recommend p .newtitle
{
	position: absolute;
	top: 5px;
}

/*
 *-------------------------------------------------------------------
 *	footer
 *-------------------------------------------------------------------
 */
#footer
{
	margin: 0;
	padding: 0;
	clear: both;
	background: #CCC;
	width: 800px;
	text-align: center;
}

#footer p.rights
{
	font-size: x-small;
}

#footer p.address
{
	font-size: small;
	font-style: normal;
}

