*{margin: 0;padding: 0;}
body {
	background-color: #ffffff;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #006600;
}

#container {
	position: absolute;
	top: 10px;
	left: 100px;
}
/*--TITLE LOGO--*/
h1 {
	margin: 20px 0px 0px 100px;
	width: 800px;
	height: 267px;
	background-image: url(top_img.gif);
	background-color: #ffffff;
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 125%;
	line-height: 1.2;
	
}

.imgnone {
	margin: 25px 0 10px 100px;
	width: 650px;
	height: 100px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 125%;
	background-color: #ffffff;
	line-height: 1.2;
}

/*--TEXT--*/
h2, h3 {
	margin-bottom: 0.7em;
	color: #006600;
}

h2 {
	font-size: 125%;
	border-bottom: 2px solid #737373;
}
h3 {
	font-size: 100%;
}
.food {
	font-size: 14pt;
	margin: 20px;
	border: none;
}
.red {
	color: #ff3300;
}
.font {
	font-size: 11pt;
	margin-left: 40px;
}
p, dt, dd, th, td, address  {
	line-height: 1.5;
	font-size: 90%;
}
p {
	margin: 1em 0;
}

.comment {
	margin: 10px 20px 10px 50px;
	font-size: 10pt;
	background-color: #ebfeef;
	color: #006600;
	width: 650px;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
} 
.commentsale {
	margin: 10px 20px 10px 50px;
	font-size: 11pt;
	background-color: #660000;
	color: #ffffff;
	width: 650px;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
} 
.commentr {
	margin: 10px 20px 10px 50px;
	font-size: 12pt;
	background-color: #660000;
	color: #ffffff;
	width: 650px;
	font-weight: bold;
	padding: 10px 10px;
}

em {
	font-style: normal;
	font-weight: bold;
}
dd p, td p, li p {
	font-size: 100%;
}
strong {
	color: #006600;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.textr {
	text-align: right;
	margin-right: 20px;	
}
.textl {
	text-align: left;
}
ins{
	text-decoration: none;
	border-bottom: 3px dotted #006666;
}

/*--Hypertext--*/
a {
	text-decoration: none;
}
a:link {
	color: #006600;
}
a:visited {
	color: #6B56A4;
}
a:hover {
	color: #ff2f56;
}
#fmix a:hover {
	background-color: #006600;
	color: #ffffff;
}

/*--navigation--*/
#nav {
	position: absolute;
	overflow: hidden;
	left: 90px;
	top: 83px;
	width: 716px;
	height: 20px;
}
#nav dt {
	display: none;
}
#nav dd {
	position: absolute;
	top: 0;
}
#nav dd a {
	display: block;
	padding-top: 2px;
	width: 80px;
	height: 20px;
	background-color: #660000;
	background-image: url(images/back-menu.gif);
	background-position: top;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	font-weight: bold;
	color: #ffffff
}
#nav dd a:hover {
	display: block;
	padding-top: 2px;
	background-position: 0 20px;
	color: #006600;
}
#menu01 {
	left: 0;
	font-size: 70%;
}
#menu02 {
	left: 85px;
	font-size: 70%;
}
#menu03 {
	left: 170px;
	font-size: 70%;
}
#menu04 {
	left: 255px;
	font-size: 70%;
}
#menu05 {
	left: 340px;
	font-size: 70%;
}
#menu06 {
	left: 425px;
	font-size: 70%;
}
#menu07 {
	left: 510px;
	font-size: 70%;
}
#menu08 {
	left: 595px;
	font-size: 70%;
}

/*--PART-A PART-B--*/
#part-a {
	float: left;
	margin: 0 4px 0 0;
	width: 400px;
	border-right: dotted 3pt #737373;
	border-left: dotted 3pt #737373;
}
#part-b {
	float: left;
	width: 400px;
	border-right: dotted 3pt #737373;
}
#part-a * {
	margin-left: 30px;
	margin-right: 8px;
}
#part-b * {
	margin-left: 10px;
	margin-right: 8px;
}
#part-a h2 {
	margin-left: 20px;
	margin-right: 0;
	background-color: #ffffff;
}
#part-b h2 {
	margin-left: 0;
	margin-right: 0;
	background-color: #ffffff;
}
#part-a * *, #part-b * * {
	margin-left: 0;
	margin-right: 0;
}
#part-a dt, #part-b dt {
	margin-top: 1em;
	border-bottom: dashed #bbbbcc 1px;
	margin-bottom: 4px;
	background-color: #ebfeef;
}
#part-a dd, #part-b dd {
	padding-left: 1em;
	background-color: #ebfeef;	
}
#part-a dt, #part-b dt {
	background-color: #ebfeef;
	font-size: 12pt;
	font-weight: bold;
}	

/*--FOOTER--*/
#footer {
	clear: both;
	font-family: Arial, sans-serif;
	margin-left: 0;
}
#menufooter {
	clear: both;
	font-family: Arial, sans-serif;
	position: absolute;
	top: 700px;	
}
#top {
	margin: 1em 0 0 20px;
	border-bottom: 2px solid #737373;
	padding-bottom: 2px;
	width: 800px;
	text-align: right;
}
#top a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
address {
	margin-left: 20px;
	width: 800px;
	text-align: center;
	font-style: normal;
}

/*--IMAGE--*/
img {
	border: none;
	vertical-align: middle;
	margin: 0;
}
.btm {	
	border: none;
	vertical-align: bottom;
}
.rightmargin {
	margin-right: 20px;
	vertical-align: middle;
}
.leftmargin {
	margin-left: 70px;
	vertical-align: middle;
}

/*--FLOAT--*/
.left {
	float: left;
}
.lclear {
	clear: left;
}
.right {
	float: right;
}
.rclear {
	clear: right;
}
/*--LOGO--*/

#logo {
	position: absolute;
	left: 536px;
	top: 50px;
	width: 200px;
	height: 42px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#part-a img, #part-b img  {	
	border: none;
	vertical-align: middle;
	margin: 0 5px 5px 5px;
}

/* LIST */
li {
	font-size: 100%;
	margin: 0.5em 10px;
}
/*.paw	{
	list-style-image:url("gif/spaw.gif");
	vertical-align: middle;
	margin: 1em 20px;
	padding: 5px 8px;
	line-height: 1.5;
	} */
.paw	{
	list-style-type: none;
	background: url("gif/spaw.gif") no-repeat 0px 4px;
	text-indent: 20px;
}
.ydot	{
	list-style-image:url("gif/ydot.gif");
	vertical-align:bottom;
	margin: 1em 50px;
	padding: 5px 8px;
	}
.bo {
	list-style-image:url("gif/bo2.gif");
	vertical-align: middle;
	padding: 5px 0 5px 20px;
	line-height: 1.5;
	}
.bb	{
	list-style-image:url("gif/bo1.gif");
	vertical-align: middle;
	padding: 5px 0 5px 20px;
	line-height: 1.5;
	}

.sun {
	list-style-image: url("gif/s_lis008.gif");
	vertical-align: middle;
	padding: 5px 0 5px 20px;
	line-height: 1.5;
	}

.no	{
	list-style-type: decimal;
	margin: 1em 100px;
	padding: 5px 8px;
	font-weight: bold;
	}
.box {
	list-style-type: square;
	}
.eshop {
	list-style-type: square;
	margin: 0 10px 10px 30px;
	}

/*--ARTEMIS ANIMONNDA DELIVERY PRIMROSEHILL ACCESS ABOUTUS IPET MONTHIY--*/

.artemis, .del {
	margin-left: 180px;
	width: 800px;
	text-align: center;
}
#fmix, #del, #ph, #us, #ipet, #animonda, #mdog {
	margin-left: 150px;
	width: 800px;
}
#access {
	margin-left: 100px;
	width: 800px;
}
	
#animonda {
	background-image: url("gif/img/animonda/animonda.gif");
	background-repeat: no-repeat;
	height: 300px;
	margin-bottom: 30px;
}

#ipet dd {
	font-size: 100%;
	font-weight: bold;
}
#fmix h2, #animonda h2 {
	color: #006600;
	font-size: 110%;
	width: 540px;
	border: none;
	text-align: center;
}
#animonda h2 {
	margin-top: 10px;
	padding-top: 10px;
}
#fmix p, #ipet dt {
	text-align: center;
	margin: 10px;
	vertical-align: bottom;
	width: 540px;	
}
#animonda p {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	width: 500px;
	margin: 10px 25px 0 25px;
}
#fmix dt, #food dt, #ph dt, #us dt, #ipet dt {
	background-color: #ebfeef;
	font-size: 100%;
	font-weight: bold;
	width: 540px;
	padding: 0.2em 0 0.2em 1em;
	border-bottom: dashed #bbbbcc 1px;
}
#access dt {
	background-color: #ebfeef;
	font-size: 100%;
	font-weight: bold;
	width: 650px;
	padding: 0.2em 0 0.2em 1em;
	border-bottom: dashed #bbbbcc 1px;
}

#fmix dd, #food dd, #access dd, #us dd {
	background-color: #ffffff;
	width: 450px;
	padding: 0.5em 0.5em 0.5em 4em;
}
#ph dd {
	font-size: 90%;
	color: #006600;
	line-height: 1.5;
	width: 520px;
	padding: 20px 0;
}

#fmix img , #del img, #food img, #us img, #access img, #mdog img
	{margin: 0 10px;
}

/*--mdog--*/

#mdog {
	margin-left: 30px;
	width: 800px;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid gray;
}

.highslide-image {
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
    border: 2px solid white;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 1px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.mdog {
	background-color: #006600;
	font-size: 14pt;
	color: #ffffff;
}


