body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.cow {
	background-image: url(images/cow_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.main {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 80%;
	line-height: 150%;
	color: #996633;
}
.pic_flame {
	margin: 5px;
}


.header {
	width: 850px;
	z-index: auto;
}
.side {
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #6699cc;
}
a:hover {
	color: #00CCFF;
}
a:visited {
	color: #6699FF;
}.blog_main {

	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 80%;
	line-height: 150%;
	color: #666666;
}
.shouhin_flame {
	margin: 10px;
	padding: 5px;
	border: 1px solid #669933;
}

/* CSS Tabs */
#navcontainer {
	background: #F7F2EA;
	margin: 0 auto;
	padding: 1em 0 0;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	text-transform: lowercase;
	text-align: center;
	width: 850px;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 80%;
        font-size: 0.8em;
}

ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
	width: 18%;
	float: left;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }
.blog_tittle {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 100%;
	line-height: 170%;
}
.blog_date {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 75%;
	line-height: 120%;
	color: #339933;
}

ul#navlist li#active a {
        background: #f0e7d7;
        color: #993300;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}.shops {

	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 80%;
	line-height: 100%;
	color: #669966;
}
