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

/*
*ナビゲーション設定
*/
nav ul{
	list-style:none;
}
/*----------------------------------------------------------------------

	Common 共通項目
	
----------------------------------------------------------------------*/
body{
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color: #242424;
	margin:0 auto; 
}

a:link,
a:visited {
	color:#222;
	text-decoration: none;
}
a:active,a:hover{
	outline:0;
}
/*.fromage01 a:link,
a:visited {
	color:#666;
	text-decoration: none;
}
.fromage01 a:active,.fromage01 a:hover{
	outline:0;
}
.fromage02 a:link,
a:visited {
	color:#666;
	text-decoration: none;
}
.fromage02 a:active,.fromage01 a:hover{
	outline:0;
}
*/


h1{
	font-size:43px;
	font-family:Georgia,serif;	
}


h3{
	font-size:18px;
	margin:1em 0;
}
html,body{
	height:100%;
}
/**
a:visited,a:active{
	color:inherit;
}
**/
a:hover,a:focus{
	color:gray;
}
/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/
ul.ddmenu {
	position:absolute;
	/*left:20px;
	top:20px;*/
/*	width: 136px;*/					/*ドロップダウンメニューボックスの幅*/
/*	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;*/
	visibility: hidden;
    z-index: 100;
	top:38px;
	left:-28px;
}
ul.ddmenu li {
	/*border-bottom: 1px solid #999;*/	/*ドロップダウンメニュー１個ごとの下線の幅、線種、色*/
	font-size:8px;
	background:#000;			/*ドロップダウンメニューの背景色*/
	color: #fff;
}
ul.ddmenu li a {
	display: block;
	text-align: center;	/*文字をセンタリング*/
	line-height: 20px;
	width: 160px;		/*ドロップダウンメニューの幅*/
	text-decoration: none;
	color:#fff;
	font-size:8px;

}
ul.ddmenu li a:hover {
	background: #000;	/*マウスオン時のドロップダウンメニューの背景色*/
	color:#FF8000;			/*マウスオン時のドロップダウンメニューの文字色*/
	
/*ぱんくずリスト
---------------------------------------------------------------------------*/	
}.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #555;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}


/*----------------------------------------------------------------------

	Main Structure
	
----------------------------------------------------------------------*/
div#container{
	width:960px;
	margin:0 auto;
	background:#f6f6f6;

}
header{
	margin:0 auto;
	position:relative;
}
footer {
	background:#ffffff;
}
/*----------------------------------------------------------------------

	Header
	
----------------------------------------------------------------------*/
#header_wrapper{
	top:0;
	left:0;
	width:100%;
	background:#FFF;
}
#header_wrapper header{
	width:960px;
	height:249px;
	position:relative;
}

header h1 {  /*Bresse Bleu ロゴの位置*/
	margin:0 auto;
	padding-top:20px;
	width:480px;
}

#menu_wrapper2{ /*ナビの位置*/
	position:absolute;
	right:130px;
	top:207px;
	width:600px;
}


nav ul li {
	float: left;
	position:relative;

/*margin-top:10px;*/

 	border-top: medium none;
	padding: 0.38462em 0px 0.30769em;
	margin-right: 1.53846em;
	font-size:14px;
	letter-spacing: 1px;
    color:#222;
}
nav ul li .center{
	margin-left:20px;
	margin-right:20px;
}

header img {　　 /*Bresse bleu 画像位置*/
	vertical-align: bottom;
}
/*-----------------
	products-list
-------------------*/
#products-list {
	background:#f6f6f6;
	overflow:hidden;
	margin:0 auto;
	width:560px;
}

#products-list ul {
	width:960px;
	margin:0 auto;
}

#products-list ul li{
	float:left;
	margin-top:40px;
	margin-right: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	background:#FFF;
	min-height:220px;
}

#products-list h2{
	font-size:12px;
	margin-top:7px;
	padding-left:45px;
}

#products-list p{
	font-size:9px;
}
co1 {
    color:#222;
    }
a.co1:hover {
   color: #FF8000;
    }


/*-----------------
	products-area
-------------------*/
#products-area {
	background:#f6f6f6;
	overflow:hidden;
	margin:0 auto;
	width:760px;
}

#products-area ul {
	width:960px;
	margin:0 auto;
}

#products-area ul li{
	float:left;
	margin:43px 47px 2px 0;
	background:#FFF;
	min-height:320px;
	
}
#products-area ul li p.description{
	padding-left:10px;
	font-size:10px;
	color: #666;
}
#products-area h2{
	font-size:11px;
	margin-top:7px;
}

	

#products-area .fromage01{
	font-size:11px;
	background:url(../../images/recette/left.png) no-repeat 3px center;
	text-align:left;
	padding-left:22px;	
	margin-bottom: 3px;
	color:#FF8000;
}

#products-area .fromage01 a:hover{
	color:#FF8000;
}

#products-area .fromage02{
	font-size:11px;
	background:url(../../images/recette/right.png) no-repeat 3px 7px;
	text-align:left;
	padding-left:22px;
	padding-top:6px;
	margin-bottom: 6px;	
	color:#FF8000;
}
#products-area .fromage02 a:hover{
	color:#FF8000;
}
#products-area p{
	font-size:9px;
}
/*#products-area .detail{
	background:url(http://www.fs.savencia-fromagedairyjapon.com/images/recette/images/pdf.png)  no-repeat right center;
	text-align:right;
	padding-top:5px;
	padding-right:17px;
}*/
div.navigation{
	width:752px;
   	margin:0 auto;
 	margin-top:16px;
 	height:50px;
	clear:both;
}

div.navigation p.prev{
	float:left;
	width:270px;
}


div.navigation p.page01{
	float:left;
	margin-left:10px;
}
div.navigation p.page02{
	float:left;
	margin-left:10px;

}
div.navigation p.page03{
	float:left;
	margin-left:10px;
}
div.navigation p.page04{
	float:left;
	margin-left:10px;
}

div.navigation p.next{
	float:right;
	margin-left:0;
}
/*----------------------------------------------------------------------

	Footer
	
----------------------------------------------------------------------*/
footer{
	clear:both;

}

footer p#copyright {

	/*	font-size: 10px;
	margin:0 auto;*/
	margin-top:80px;
	margin-bottom:20px;
/*	margin-left: 150px;*/
/*	width:700px;*/

	text-align:center;
	font-size: 11px;
}