* {
	margin:0px;
	padding:0px;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

.clr {
	clear:both;
}
ul, li {
	list-style:none;
}

a {
	text-decoration:none;
	color:#787878;
}
a:hover {
	text-decoration: underline;
	/*color: #0099CC;*/
}
img {
	border:none;
}
/*---------------------------ページレイアウトを管理---------------------------------*/
body {
	text-align: center; /* 全体をセンター寄せにするための記述 */
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "Times New Roman";
	font-size:13px;
	color:#787878;
	background:#DCDCDC url(../images/bg.jpg) repeat-x;
}

#wrap {                     /* ページ全体の幅・背景などを指定 */
	text-align: left;   
	margin: auto;     /* 全体をセンター寄せにするための記述 */
	margin-top:1px;
	width: 920px;
	background:url(../images/layout-bg.jpg) repeat-y;
}

#header {
	height:142px;
	background:url(../images/layout-top.jpg) no-repeat top;
	position: relative;
}

#inner {                    /*ヘッダーとフッターの間の部分 */
	margin: 0 10px;
} 

#mainWrap {                 /* メインスペースの幅・背景などを指定 */
	width: 670px;
	float: right;
}

#leftWrap {                 /* 左メニュースペースの幅・背景などを指定 */
	width: 220px;
	float: left;
}

#Logo {                     /* ロゴの表示位置を指定 */
	position:absolute;
	left:31px;
	top:37px;
	width: 315px;
	height: 55px;
}
.clear {                    /* 回り込み解除のおまじない */
	clear: both;
}

.clear hr {                 /* 回り込み解除のおまじない */
	display: none;
}

/*--------------------------メニューレイアウトを管理--------------------------------*/
#TopContent {
	position:absolute;
	right:16px;
	top:10px;
	width: 550px;
}
#TopContent li {
	float:right;
}
#TopContent li.cart {
	background:url(../images/OXO---Homepage_14.gif);
	width:124px;
	height:31px;
	padding-left:44px;
	font-weight:bold;
	font-size:13px;
	line-height:22px;
	margin-top:3px;
	color:#333333;
}
#TopContent li.cart-value {
	padding-top:8px;
	padding-right:10px;
}
#TopContent li span {
	margin:0 10px;
}
#TopContent li .blue {
	color:#007CF9;
}
#TopContent li .blue a {
	color:#007CF9;
}

#naviMenu {
	background:url(../images/nav-bg.gif) repeat-x;
	height:40px;
	overflow:hidden;
	margin:0 16px;
	position:relative;
	top:102px;
}
#naviMenu .main {
	background:url(../images/nav-right.gif) no-repeat right top;
	height:40px;
}
#naviMenu ul {
	height:40px;
	background:url(../images/nav-lft.gif) no-repeat 5px top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
	padding-left: 10px;
}
#naviMenu ul li {
	float:left;
	height:40px;
	line-height:42px;
	text-transform:uppercase;
	font-size:12px;
	background:url(../images/nav-sep.gif) no-repeat right top;
}
#naviMenu ul li a {
	color:#000000;
	margin:0 25px;
}
#naviMenu ul li.search {
	background:url(../images/searchbg.gif) no-repeat;
	float:right;
	height:26px;
	width:195px;
	margin-top:7px;
	margin-right:10px;
	padding-left:10px;
	line-height:26px;
}

#naviMenu ul li.search input.searchfeild {
	background:none;
	border:none;
	color:#787878;
	font-size:11px;
	margin-top:8px;
	width:154px;
	float:left;
}
#naviMenu ul li.search input.action {
	float:left;
	margin-right:10px;
	margin-top:8px;
}


/*--------------------------左メニューレイアウトを管理--------------------------------*/

.leftMenuBox {
	margin-bottom:0px;
	background-repeat: no-repeat;
}
.leftMenuBox h3 {
	height:30px;
	color:#006666;
	font-size:12px;
	padding-left:7px;
	padding-right: 10px;
	padding-top: 20px;
	background-image: url(../images/t_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftMenuBox h3 a:hover {
	color: #FF8C00;
}

/*--------------------------右メインレイアウトを管理--------------------------------*/
.topics {
	
}
.topics h4 {
	margin-bottom:15px;
	padding-bottom:7px;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099CC;
	font-size:18px;
	color: #0099CC;
}

.showWindow {
	width: 670px;
}

.showWindow td, th {
	text-align: center; /* 全体をセンター寄せにするための記述 */
	padding: 0px 23px 0px 0px;
	vertical-align: baseline;
}

.showWindow img {
	width: 200px;
	height: 200px;
	border: #DEDEDE solid 1px;
	position: relative;
}
.showWindow h3 {
	font-size: 13px;
	color: #0099CC;
}

.showWindow a {
	color: #0099CC;
}

.showWindow a:hover {
}



	


