@charset "utf-8";
/* CSS Document */

body {
	margin-top : 0px;
	margin-bottom : 0px;
}

h1 {
	font-size:80%;
	color:#663300;
	text-align:left;
	margin: 0px;
	padding-left: 30px;
	width: 770px;
}


strong {
	color: #663300;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}

#mainParts {
	width:800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#siteTitle {
	float: left;
	width: 600px;
	height: 100px;
}

#place {
	float: right;
	width: 200px;
	height: 600px;
	text-align: center;
}

#siteBottom {
	width: 800px;
	font-size:80%;
	text-align: center;
}

#linkBox {
	float: left;
	width: 300px;
	height: 500px;
}
.shopBox {
	float: left;
	width: 300px;
	height: auto;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}


.f_clr {
	clear: both;
}


.colorOrange {
	color: #FFBE60;
}
.colorGray {
	color: #979797;
}

.shopTitle {
	width: 300px;
	font-size: 90%;
}
