/*
Theme Name: SAMPLE 04
Theme URI: http://www.www.www/
Description: SAMPLE 04
Author: TARO
*/


#contents	{
	width: 440px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-top: 0px;
	margin: 0px;
}

#contents h2.image {
	background-image: none;
	text-indent: 0px;
}
#contents h2 {
	font-size: 18px;
	line-height: 60px;
	background-image: url(images/title_other.jpg);
	text-indent: 24px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
}

#contents h3 {
	background-image: url(images/img_find.jpg);
	background-repeat: no-repeat;
	text-indent: 16px;
	font-size: 14px;
	background-position: 0px 0px;
	line-height: 36px;
}


#contents p {
	font-size: 12px;
	line-height: 165%;
}

#contents ul {
	list-style-type: none;
}

/* トップページのトップ画像 */
#contents #topphoto {
	padding-top: 20px;
	margin: 0px;
}
*html #contents #topphoto {		/* for IE */
	padding-top: 0px;
	margin: 0px;
}

/* お客様の声ページ */
#contents #voice h3.voice {
	font-size: 18px;
	color: #FF0000;
	text-indent: 0px;
	line-height: 120%;
	background-image: none;
}
#contents #voice h3 {
	background-image: url(images/img_find.jpg);
	background-repeat: no-repeat;
	text-indent: 16px;
	font-size: 14px;
	background-position: 0px 0px;
}
#contents #voice ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents #searchresult h3 a {
	color: #333333;
	text-decoration: none;
}
#contents #searchresult h3 a:hover {
	text-decoration: underline;
}

/* 商品一覧（カテゴリー内、お客様の声） */
#contents div.categoryitem img {
	float: left;
	margin-right: 8px;
}
#contents div.categoryitem h3 {
	color: #333333;
	text-decoration: none;
	line-height: 36px;
	height: 36px;
}
#contents div.categoryitem h3 a {
	color: #333333;
	text-decoration: none;
}
#contents div.categoryitem h3 a:hover {
	text-decoration: underline;
}
#contents div.categoryitem p.catchcopy {
	font-weight: bold;
}
#contents div.categoryitem p {	/* カテゴリー内商品一覧の抜粋 */
	font-size: 12px;
	color: #333333;
}
#contents div.categoryitem p a {
	color: #0000FF;
	text-decoration: none;
}
#contents div.categoryitem p a:hover {
	text-decoration: underline;
}



/* 注文説明文 */
#contents table {
	border-collapse:collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccccaa;
	border-left-color: #ccccaa;
}
#contents th {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEE8;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccccaa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccaa;
	text-align: center;
	margin: 0px;
}
#contents td {
	font-size: 12px;
	color: #333333;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccccaa;
	border-bottom-color: #ccccaa;
	margin: 0px;
}

/***** スタッフブログ *****/
#contents div.staffblog {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#contents div.staffblog p.date {
	font-size: 12px;
	font-weight: bold;
}
#contents div.staffblog h3 {
	background-image: none;
	font-size: 16px;
	line-height: 16px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	color: #669900;
}


/* 画像のフロート設定 */
.imageleft_text {
	float: left;
	margin-right: 10px;
}
.imageright_text {
	float: right;
	margin-left: 10px;
}


