
/******************************************************************

	各ページコンテンツ用スタイルシート
	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;
	}

.linklist li span{
	padding-left:1.2em;
	font-size: x-small;
	color:#b32801;
	}

.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(./get_adobe_reader.gif);
	
	float: left;
	margin-right: 5px;
	}


#getflash a {
	background-image:url(./get_flash_player.gif);
	}

#getadobe a {
	background-image:url(./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);
	}
*/


/*	ページクローズ
**********************************/

#pageclose {
	clear: both;
		
	padding-top: 20px;
	padding-bottom: 20px;
	}

#pageclose a {
	display: block;
	
	width: 50px;
	height: 16px;
	background-image:url(images_common/btn_pageclose.gif);
	}


/*	テーブル用
**********************************/

table.contentsTable {
	width: 488px;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
	font-size: small;
	
	margin-bottom: 5px;
	}

table.contentsTable th,
table.contentsTable td {
	padding: 5px 8px;
	border: 1px #c0c0c0 solid;
	text-align: left;
	vertical-align: top;
	}

table.contentsTable colgroup.item {
	background-color: #f5f5f5;
	}

table.contentsTable colgroup.data {
	background-color: #ffffff;
	}

table.contentsTable thead th {
	background-color: #deefff;
	text-align: center;
	}

table.contentsTable tfoot td {
	background-color: #ffffff;
	text-align: right;
	}

/*	テーブル内リスト	*/

ul.listnone {
	font-size: small;
	text-align:left;
	list-style:none;
	}

ul.listnone li span {
	padding-left:1em;
	font-size: small;
	}

ul.list {
	margin-left: 20px;
	font-size: small;
	text-align:left;
	}

ul.listlinetitle {
	margin-top: 15px;
	margin-bottom: 5px;
	
	font-size: small;
	text-align:left;
	list-style:none;
	}

ul.listline {
	margin-left: 5px;
	margin-right: 5px;
	
	font-size: small;
	text-align:left;
	list-style:none;
	}

ul.listline li {
	border-bottom-color:#c0c0c0;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	
	line-height: 1.8em;
	padding-left: 1em;
	}

ul.listline .endline {
	border-bottom-width: 0px;
	}

ul.listline li p {
	margin: 4px 0;
	
	line-height: 1.2em;
	}

ul.listline li span {
	padding-left: 1.4em;
	font-size: small;
	}