body {
	background-color: #efefef;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	margin: 0;
}

a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #3366FF;
	text-decoration: underline;
}
a:hover {

	color: #fe9330;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
.item {
	font-size: 11px;
}
.noline {
	text-decoration: none;
}
.title16 {
	font-size: 16px;
}


/* -----naviの設定----- */

#navi {
	width: 200px;
	float: left;
	padding: 0;
	margin: 0;
}

#navi_f {
	width: 190px;
	padding: 0;
	text-align: left;
	font-size: 14px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#navi_f ul, #navi-f li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi_f li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-image: url(img/navi/standard.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
}

#navi_f a, #navi_f a:link, #navi_f a:visited {
	text-decoration: none;
	background-color: transparent;
	width: auto;
	height: auto;
	display: block;
}

#navi_f a:hover {
	background-color: #F3F3F3;
	color: #3366ff;
}

#navi_f li.idea{
	background-image: url(img/navi/idea.gif);
}

#navi_f li.bosai{
	background-image: url(img/navi/bosai.gif);
}

#navi_f li.eco{
	background-image: url(img/navi/eco.gif);
}

#navi_f li.garden{
	background-image: url(img/navi/garden.gif);
}

#navi_f li.kitchen{
	background-image: url(img/navi/kitchen.gif);
}

#navi_f li.led{
	background-image: url(img/navi/led.gif);
}

#navi_f li.outdoor{
	background-image: url(img/navi/outdoor.gif);
}

#navi_f li.protect{
	background-image: url(img/navi/protect.gif);
}

#navi_f li.storage{
	background-image: url(img/navi/storage.gif);
}

#navi_f li.tool{
	background-image: url(img/navi/tool.gif);
}

#navi_f li.winter{
	background-image: url(img/navi/winter.gif);
}

#navi_f li.health{
	background-image: url(img/navi/health.gif);
}

#navi_f li.life{
	background-image: url(img/navi/life.gif);
}

#navi_s {
	width: 190px;
	padding: 0;
	text-align: left;
	font-size: 12px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#navi_s ul, #navi-s li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi_s li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navi_s a, #navi_s a:link, #navi_s a:visited {
	text-decoration: none;
	background-color: transparent;
	width: auto;
	height: auto;
	display: block;
}

#navi_s li.end{
	margin-bottom: 5px;
}

#banner {
	width: 180px;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#banner img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* -----titleの設定----- */

p.title{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #efefef;
	margin-bottom: 20px;
	padding-left: 20px;
}

/* -----item boxの設定----- */

.itemb{
	clear: both;
	width: 540px;
}

.itembox{
	width:160px;
	padding:0px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;

}

.itemtitle{
	margin:0px;
	height:40px;
	background-color: #efefef;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.itemtitle p{
	margin:0;
	padding: 0;

}


.itemphoto{
	border:1px dotted #CCCCCC;
	margin:0;
	padding:5px;
	text-align:center;
	text-decoration: none;
}

.itemtext{
	margin:0px;
	padding:5px;
	height:90px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.itemtext p{
	margin:0;
	padding:0;
}

/* -----indexの設定----- */

p.indexs{
	font-size: 14px;
	font-weight: bold;
	color: #19BDDE;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #19BDDE;
	padding-left: 10px;
}

/* -----footerの設定----- */

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
	width: auto;
	height: auto;
}

#footer a:hover {
	color: #666666;
}

/* -----Searchの設定----- */

#search {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

/* -----imgの設定----- */

img.fl{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

