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

/* -- temp_head layout ----------------- */
div#headBar {
  width: 780px;
  height: 20px;
}

div#headImage {
  width: 780px;
  height: 200px;
}

div#headToshop {
  width: 780px;
  height: 36px;
}

div#headNavi {
  width: 780px;
  height: 20px;
}

div#container {
  width: 780px;
	margin-top: 20px;
}

div#footer {
	clear: both;
	width: 780px;
	padding-top: 10px;
	text-align: center;
}

/* -- headNavi --------------- */
ul#keimaNavi {
  margin: 0;
	padding: 0;
}

ul#keimaNavi li {
	list-style-type: none;
	float: left;
}


/* -- temp_base layout ----------------- */
div#sideBar {
	float: left;
  width: 250px;
	margin-left: 5px;
}

.partition {
	float: left;
	width: 10px;
}

div#contents {
	float: right;
	width: 505px;
}

/* -- sideBar ---------------- */
.categorySidebar {
	width: 100%;
	padding-bottom: 20px;
	text-align: left;
}

.indexSidebar {
	display: block;
}

.blogSidebar {
	display: block;
	padding-top: 20px;
}

/* -- common layout -------------------- */
/* -- pageTop ---------------- */
.pageTop {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	text-align: right;
}

/* -- pageTitle -------------- */
.pageTitle {
	display: block;
	padding-bottom: 15px;
	text-align: left;
}

/* -- copyright -------------- */
.copyright {
	color: #666666;
}

/* --------------------------- */
/* ------------------------------------- */
