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


/* *********************************************************
 *	▼商品詳細
 * *********************************************************
 */
 
 
body {
	background:url(../lineup/images/bg_03.jpg) repeat-x #dddddd;
}

/* ■パンくずリスト-------------------------------------------- */

#pankuzu {
	background-color:#dddddd;
	width:740px;
	margin:20px auto;
	padding:5px 10px;
}

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

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


/* ■商品詳細-------------------------------------------- */

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

#lineText {
	width:350px;
	float:left;
	background:url(../lineup/images/bg_lineup.gif) top left no-repeat;
	padding:20px 0 20px 20px;
}

#lineText #name {
	color:#64836c;
	font-size:18px;
	font-weight:bold;
	padding:15px 0;
}

#lineText dt {
	font-weight:bold;
	float:left;
	width:70px;
	margin-bottom:15px;
	font-weight:normal;
}

#lineText dd {
	margin-left:70px;
	margin-bottom:15px;
}


#linePhoto {
	width:370px;
	float:right;
}

#ex {
	width:680px;
	clear:both;
	margin:10px auto;
	background-color:#ede3dd;
	padding:10px;
}

#ex p {
	padding:10px;
}



/* ■リンク-------------------------------------------- */

#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;
}

