@charset "Shift_JIS";
/*
プロダクト表紙用CSS
*/


/*ブランドコーナー*/
div.recomend{
	padding:0;
	height:300px;
	margin:60px 0px;
}

/*各ブランドブロック*/
.name01{
	float:left;
	width:500px;
	margin:10px auto;
	background-image: url(../images/underline01.gif);
	background-repeat: no-repeat;
	background-position:70px 0px;
}
/*ブランドバナー*/
.name01 img{
	float:right;
}
/*ブランドネーム書式*/
.brandname{
	font-family: Arial san-serif;
	font-weight: bold;
	font-size: 1.2em;
}

/*--------------------------------*/
/*ブランドヒストリーコラム用*/
/*--------------------------------*/

/*コラム全体*/
.colum-box {
	position:static;
	clear:both;
	width:585px;
	margin-top: 60px;
	background-image: url(../images/products_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/*コラムトップ影画像*/
.colum-top{
	background-image: url(../images/colum-edge-top.gif);
	background-repeat: no-repeat;
}

/*コラム内書式*/
.colum01 {
	clear:both;
	font-size:12px;
	width: 400px;
	padding-left: 40px;
	line-height: 1.7em;
	text-decoration: :none;
	background-image: url(../images/colum-edge.gif);
	background-repeat: repeat-y;
}
/*段落下マージン*/
.colum01 p{
	margin-bottom:40px;
}
/*段落行頭ドロップダウン*/
.drop{
	font-size: 2.2em;
	line-height: 1em;
	font-weight:bold;
	color: white;
	float: left;
	padding-top: 0.2em;
	margin-right: 10px;
	margin-bottom: 8px;

}

