/* ひとり暮らしソファ購入ナビのスタイルシート（2008.03.07作成） */

/* 共通 */

body {
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	background: #FFFFF0;
	font-size: 13px;
}

a {text-decoration: underline;}
a:link {color: #CC6600;}
a:visited {color: #CC9900;}
a:active {color: #CC3300;}
a:hover {color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}

#container {
	text-align: left;
	width: 800px;
	background: #FFFFFF;
	font-size: 13px;
	color: #333333;
	line-height: 130%;
	border: solid #666600 1px;
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

#copyright {
	text-align: right;
	font-size: xx-small;
	color: #FFFFFF;	background: #CCCC99;
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 10px 10px;
}

h1, h2, h3,ul {
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

.floatclear {
	clear:both;
	height:1px;
	line-height:1px;
}

table {
	
	font-size: 13px;
}


/* トップページ */

#toptitle {
	margin-bottom: 5px;
}

#toptitle h1 {
	font-size: small;
	display: none;
}

#descr {


	color: #999999;
	padding-left: 25;
	padding-right: 25;
}

.topmenu {
	width: 240px;
	overflow: hidden;
}

.topmenu h2 {
	font-size: small;
	display: none;
}

.topmenu ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.topmenu li {
	list-style: inside url(img/btn01.gif);
	line-height: 130%;
	vertical-align: text-bottom;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.alllist {
	
	text-align: right;
}

/* 個別記事ページ */

#main {
	
	float: right;
	position: relative;
	width: 548px;
	padding-top: 20px;
}

#side01 {
	
	width: 250px;
	float: left;
	position: relative;
	padding-top: 20px;
}

#entrybody {
	padding-left: 28px;
	width: 500px;
}

#title {
	margin-bottom: 10px;
}

#title h1 {
	font-size: small;
	display: none;
}

#entrybody h2 {
	background: url(img/entrytitle01.gif) no-repeat;
	width: 500px;
	height: 35px;
	font-size: small;	font-weight: bold;	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
}


.menu {
	width: 240px;	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu h3 {
	font-size: small;
	display: none;
}

.menu ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.menu li {
	list-style: inside url(img/btn01.gif);
	line-height: 130%;
	vertical-align: text-bottom;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

em {
	
	font-weight: bold;
	font-size: large;
	font-style: normal;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* 商品一覧部分 */


.item_a {
border-top: solid #999999 1px;
padding-top: 5px;
padding-bottom: 5px;
}

.itemphoto {

float: left;
padding-right: 10px;
padding-bottom: 10px;
border-width: 0px;
}

.itemname {

font-weight: bold;
}

.itemprice {
padding-top: 3px;
padding-bottom: 3px;
}
.itemdescr {
padding-top: 3px;
padding-bottom: 3px;
}

.itemcomment {

color: #996633;
}


.clearleft{
clear: left;
}

