/* PlamoX stylesheet append */
/* (c) louiserard, 2007 */
/* append.css */

/*------------------------------------------------------------
●ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}
/*
リセット▲
*/
/* 商品紹介ボックス */
.item-box{
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*エントリーナビ*/
.entrylist {
	width: auto;
	font-size: 11px;
	margin-bottom:15px;
}

.entrylist li a{
	display: block;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 14px;
	margin: 0px;
	letter-spacing: 0.1em;
}

.entrylist li a:hover {
	list-style: none;
	width: auto;
	display: block;
	color: #FFFFFF;
	background-color: #7eaed4;
}

/*グローバルメニュー*/
div#global-menu{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
/*--------------------------------------------------------
■グローバルメニューの設定
--------------------------------------------------------*/

/*サイズ設定 4*/
div#global-menu{
	top: 145px;
	width: 800px;
	position: absolute;
	margin: 0px 0px 0px 3px;
	z-index: 0;
	padding: 0;
	text-align: center;
	background: #333;

}

div#global-menu li{
	float: left;
	display: block;
	list-style-type: none;
	padding: 3px;
	width: 120px;
/*	_width: 162px;
*/	font-size: 8pt;
	font-weight: bold;
	border-left: 1px solid #666;/*左枠線*/
	border-right: 1px solid #666;/*右枠線*/
	border-bottom: 1px solid #666;/*下枠線*/
}

div#global-menu li a{
	display: block;
	text-decoration: none;
	width: 120px;
}

div#global-menu li a{ color: #fff; }
div#global-menu li a:link{ color: #fff; }
div#global-menu li a:visited{ color: #fff; }
div#global-menu li a:hover{
	color: #8888ff;
	background: #fff;
}


