/* ベース
-------------------------------------------*/

body {
	color: #333333;
	font-size: 95%;
	font-family: "メイリオ";Meiryo,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 130%;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;

}
#container {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	border: solid #666666 1px;

}
#header {
	margin: 10px 25px 5px 25px;

}
#content {
	width: 850px;
	text-align: left;
	position: relative;
	float: left;
	padding: 0px 0px 0px 25px;
	margin: 5px 0px 25px 0px;

}
#main {
	width: 570px;
	position: relative;
	float: right;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#side {
	width: 260px;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;

}
#footer {
	width: 850px;
	clear: both;
	background: #E0E0E0;
	text-align: right;
	margin: 25px 25px 25px 25px;

}



/* 共通
-------------------------------------------*/

.clearboth {
	
	clear: both;
}
a {
	text-decoration: none;
}
a:link {
	color: #960;
}
a:visited {
	color: #960;
}
a:active {
	color: #960;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
img {
	border-width: 0px;
}

h1, h2, h3 {	
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
	margin: 0px;

} 

/* サイトタイトル
-------------------------------------------*/

#header h1 {
	display: block;
	width: 850px;
	height: 45px;
	background: url(img/title01.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0px;
}


/* サイドバー
-------------------------------------------*/

#sideinner {
	border: solid #666666 1px;
	padding: 20px;

}

#side ul {
	line-height: 140%;
	padding-left: 0px;
	padding-top: 0px;
	margin: 10px 0px 20px 20px;
}
#side li {
	list-style: disc;

}

.topitem {
	border: solid #999999 1px;
	margin-bottom: 15px;
	overflow: hidden;
}
.sidetitle {
	font-size: 105%;
	font-weight: bold;
	border-bottom: dotted #999999 2px;
	padding-bottom: 3px;
	margin-bottom: 5px;

}


/* メインページ
-------------------------------------------*/

#sitedescription {
	margin-bottom: 30px;
}
#sitedescription h2 {
	font-weight: normal;
	font-size: 95%;
}
.mainbox {
	clear: both;
	margin-bottom: 20px;
}
.mainbox  ul {
	line-height: 140%;
	padding-left: 0px;
	padding-top: 0px;
	margin: 10px 0px 20px 20px;
}
.mainbox  li {
	list-style: disc;
}
.mainbox01 {
	width: 220px;
	position: relative;
	float: left;
	margin-right: 15px;

}
.mainbox02 {
	width: 160px;
	position: relative;
	float: left;
	margin-right: 15px;
}
.mainbox03 {
	width: 160px;
	position: relative;
	float: left;
}

.topbar {
	padding-bottom: 20px;

}
.toppagelink {
	height: 15px;
	margin-left: 25px;
}

.continue {
	text-align: right;
	margin-top: 12px;

}
.entrydigest {
}

.entrydigest01 {
	clear: both;
	border-bottom: dotted #999999 3px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.entrydigestimg {
	display: inline;
	float: left;
	vertical-align: top;
	margin-right: 15px;
}
.entrydigest h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
.entrydigesttext {
	line-height: 140%;
}


/* フッター
-------------------------------------------*/

#footerinner {
	padding: 3px 10px 3px 10px;

}

/* 記事ページ
-------------------------------------------*/

#entrycontent h2 {
	font-size: 110%;
	margin-bottom: 20px;
	font-weight: bold;
}

#entrycontent h3 {
	font-weight: bold;
	background: #E0E0E0;
	padding: 3px;
	margin-bottom: 20px;

}

#entrybody {
	clear: both;
	margin-bottom: 30px;
}



/* カテゴリページ
-------------------------------------------*/



/* 商品一覧
-------------------------------------------*/

.list {
	clear: both;
	border-top: dotted #C0C0FF 3px;
	padding-top: 10px;
	margin-bottom: 10px;

}

.list_photo {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;

}

.list_name {
	font-weight: bold;
}

.list_price {
	margin-bottom: 5px;

}

.list_descre {

}

.list_comment {

	color: #999999;
	font-style: italic;
}


