@charset "Shift_JIS";
/* ************************************************** */
/* ****************  CSS Document */
/* ************************************************** */

/* ------------------------------------------ 全　　　体 */
body {	
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}
.new h1,h2,h3,h4,h5,h6,p { margin: 0px; padding: 0px; }
.new img { border: 0px; }

.new a { text-decoration: underline; }
.new a:hover { text-decoration: none; }

/* ------------------------------------------ ページ　全体　*/

.NoSp {	display: none;	}			/* 見せない部分 */
.VHid {	visibility: hidden; }		/* 見せないがスペースは空ける部分 */
.Fclear {	clear: both; height: 1px; font-size: 1px;	}			/* 位置流れ解除 */

.TXTcyuui { color: #ff0000; }		/* 注意：文字-赤 */
.TXTcyuuiS { font-size: x-small; color: #ff0000; }	/* 注意：文字-10px赤 */
.TXTRight { text-align: right; }
.imgTXT {display: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
*html.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ------------------------------------------ ALL　エリア　*/	
.new {
	background-color: #fff;
	}
/* ------------------------------------------ヘッダー　エリア　*/
.new #HeadArea {
	width: 100%;
	background: #fff url(../img/img_head.jpg) repeat-x;
	}

.new #navitop {
	width: 843px;
	height: 50px;
	padding-left: 22px;
	position: relative;
	z-index:9999; 
	}
.new #navitop dl {
	display: block;
	width: auto;
	_width: 843px;
	height: 50px;
	background: #666 url(../img/navi_back.jpg) left bottom;
	border-right: solid 1px #ccc;
	margin: 0;
	padding: 0;
	}
.new #navitop dt {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	}
.new #navitop dt#top { display: block; left:22px; width: 82px; height: 50px; background: #666 url(../img/navi_top.jpg) no-repeat; }
.new #navitop dt#aboutus { display: block; left:82px; width: 148px; height: 50px; background: #666 url(../img/navi_aboutus.jpg) no-repeat; }
.new #navitop dt#shopping { display: block; left:252px; width: 148px; height: 50px; background: #666 url(../img/navi_shopping.jpg) no-repeat; }
.new #navitop dt#doga { display: block; left:399px; width: 147px; height: 50px; background: #666 url(../img/navi_doga.jpg) no-repeat; }
.new #navitop dt#toiawase {  display: block; left:546px; width: 148px; height: 50px; background: #666 url(../img/navi_toiawase.jpg) no-repeat; }

.new #navitop dt a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: 50px;
	display: block;
	background-color: #666;
	background-position: left bottom;
	background-repeat: no-repeat;
	}
.new #navitop dt a:hover { background-position: left top; }
.new #navitop dt a#top { left: 22px; width: 82px; background-image: url(../img/navi_top.jpg); }
.new #navitop dt a#aboutus { left: 104px; width: 148px; background-image: url(../img/navi_aboutus.jpg); }
.new #navitop dt a#aboutusThis { left: 104px; width: 148px; background-image: url(../img/navi_aboutus.jpg); background-position: left top;}
.new #navitop dt a#shopping { left: 252px; width: 148px; background-image: url(../img/navi_shopping.jpg); }
.new #navitop dt a#doga { left: 399px; width: 147px; background-image: url(../img/navi_doga.jpg); }
.new #navitop dt a#toiawase { left: 546px; width: 148px; background-image: url(../img/navi_toiawase.jpg); }

.new #navitop dd { 
	position: absolute;
	top: 50px;
	overflow:hidden; 
	display:none;
	opacity:0;
	}
.new #navitop ul { 
	list-style:none; 
	border-top:none;
	padding: 0;
	margin: 0 0 0 45px;
	}
.new #navitop li { display:inline; font-size: 10px;}
.new #navitop dd a, #navitop dd a:active, #navitop dd a:visited { 
	display:block; 
	width: 125px; 
	padding: 5px 8px; 
	margin: 0; 
	color:#fff; 
	text-decoration:none; 
	background:#000; 
	filter:Alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.70;
	}
.new #navitop dd a:hover {background:#333; color:#6ff;}
.new #navitop li .underline {border-bottom:1px solid #333}

.new p#con {
	width: 843px;
	height: 86px;
	background: url(../img/img_logo_843.jpg) no-repeat;
	}

/* ------------------------------------------ フッター　エリア */
.new #FootArea {
	width: 843px;
	background: #fff url(../img/foot_back2.jpg) left top repeat-x;
	text-align: center;
	padding: 20px 0;
	margin-left:22px;
	margin-top: 20px;
	}
