
/******************************************************************

	各ページコンテンツ用スタイルシート
	ver1.6 06/02/18

*****************************************************************/



/*	商品ページ用中央ボタン部分
**********************************/

#productlist {
	width: 466px;
	
	margin-left: 16px;
	}


#productlist li{
	list-style: none;
	float: left;
	}

#productlist li a{
	display:block;
	width: 225px;
	height: 145px;
	
	margin-right: 8px;
	margin-bottom: 6px;
	}
	


/*	リンクリスト
**********************************/


.linklist {
	float: left;
	
	width: 217px;
	
	margin-left: 17px;
	_margin-left: 8px;
	_margin-right: 9px;
	}

.linklist2 {
	float: left;
	
	width: 450px;
	
	margin-left: 17px;
	_margin-left: 8px;
	_margin-right: 9px;
	}


.linklist2 h3,
.linklist2 li,
.linklist h3,
.linklist li{
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	
	line-height: 2em;
	}

.linklist2 h3,
.linklist h3{
	font-size:small;
	font-weight: bold;
	color:#424242;
	
	padding-left: 15px;
	background: url(images_common/list_arrow_ul.gif) 0% 50% no-repeat;
	}

.linklist2 ul,
.linklist ul{
	list-style: none;
	
	margin-bottom: 25px;
	}

.linklist li{
	font-size:x-small;
	color:#333333;
	
	padding-left: 28px;
	background: url(images_common/list_arrow.gif) 8% 7px no-repeat;
	_background: url(images_common/list_arrow.gif) 8% 8px no-repeat;
	}

.linklist2 li{
	font-size:x-small;
	color:#333333;
	
	padding-left: 28px;
	background: url(images_common/list_arrow.gif) 4% 7px no-repeat;
	_background: url(images_common/list_arrow.gif) 3% 8px no-repeat;
	}

.linklist2 li span{
	padding-left:1.2em;
	font-size: x-small;
	color:#b32801;
}


/*	Adobe Reader & Flash Player
**********************************/

/*スタイルシート解釈の問題でwinIEはボックス全体からその他はテキストからマージン取得*/

#getflash,
#getadobe {
	clear:both;
	
	_margin-bottom: 15px;
	}

#getflash a,
#getadobe a {
	display: block;
	width: 88px;
	height: 31px;
	background-image:url(images_common/get_adobe_reader.gif);
	
	float: left;
	margin-right: 5px;
	}


#getflash a {
	background-image:url(images_common/get_flash_player.gif);
	}

#getadobe a {
	background-image:url(images_common/get_adobe_reader.gif);
	}


#getflash .text,
#getadobe .text{
	float: left;
	
	color:#666666;
	font-size: xx-small;
	line-height: 1.4em;
	
	margin-bottom: 15px;
	_margin-bottom: 0px;
	}


/*	ページ内フッター
**********************************/

#contentsfoot {
	clear:both;
	
	width: 488px;
	height: 28px;
	
	padding: 8px 0 0 0;
	
	background: url(images_common/line_undershadow.gif) repeat-x;
	}

	/* ボタン　今のところロールオーバーはなし　*/
#contentsfoot a {
	display: block;
	width: 73px;
	height: 11px;
	background-image:url(images_common/btn_pagetop.gif);
	
	margin-left: 415px;
	}
/*
#contentsfoot a:link,
#contentsfoot a:visited {
	background-image:url(images/btn_pagetop.gif);
	}
#contentsfoot a:link:hover,
#contentsfoot a:visited:hover {
	background-image:url(images/btn_pagetop.gif);
	}
*/