@charset "utf-8";
/* CSS Document */


/* *********************************************************
 *	▼商品紹介
 * *********************************************************
 */
 
 
/* ■総合TOPページ-------------------------------------------- */

body {
	background:url(../images/bg_02.jpg) repeat-x #dddddd;
}

#lineupTop {
	width:780px;
	margin:20px auto;
}

#lineupTop img {
	margin-left:10px;
	margin-bottom:10px;
}

/* ■カテゴリ別TOPページ-------------------------------------------- */

#lineup {
	width:760px;
	margin:20px auto;
}

.item {
	width:238px;
	border:1px #cccccc solid;
	margin-left:10px;
	margin-bottom:10px;
	padding:15px 0;
	text-align:center;
	float:left;
}

.item p {
	color:#65846d;
	font-weight:bold;
	padding:5px 0;
}

#lineLink {
	clear:both;
	text-align:center;
	margin:20px;
}

#lineLink a:link, #lineLink a:visited, #lineLink a:active {
	color:#b2696f;
	text-decoration:none;
	border-bottom:1px #b2696f dotted;
}

#lineLink a:hover {
	color:#e5a8ad;
	text-decoration:none;
	border-bottom:1px #e5a8ad solid;
}
