@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;
	background:url(http://www.fs.savencia-fromagedairyjapon.com/images/top%20page/images/whitediamond_@2X.png);
	margin:0 auto; 
	background:#F5F5F5;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:active,a:hover{
	outline:0
}


h1{
	font-size:43px;
	font-family:"Times New Roman",Times,sans-serif;
}
h2{
	font-size:20px;
	margin-bottom:17px;
	margin-left:98px;
	padding-top:33px;
	/*font-family:"Times New Roman",Times,sans-serif;*/
}

h3{
	font-size:20px;
	margin:1em 0;
	/*font-family:"Times New Roman",Times,sans-serif;*/
}

html{
	font-size:13px;
	line-height:1.53846em
}

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:30px;
	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;			/*マウスオン時のドロップダウンメニューの文字色*/
}

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

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

header{
	margin:0 auto;
	position:relative;
	background:#F5F5F5;
}

footer {
	background:#ffffff;
}
/*----------------------------------------------------------------------

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

header h1 {  /*Bresse Bleu ロゴの位置*/
	margin:0 auto 10px auto;
	padding-top:20px;
	width:380px;
}
header p#position{
	color:#242424;
	font-size:16px;
	margin-top:-20px;
	text-align:center;
	letter-spacing:3px;
	font-family:"Times New Roman",Times,sans-serif;
}


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

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


/*-----------------
	mainimage
-------------------*/
.mainimage {
	margin-top:9px;
	position:relative;
}
.mainimage img{
	position:relative;
	vertical-align:bottom; 
	background:none repeat scroll 0% 0% transparents;
}
.mainimage li{
	float:left;
	margin-bottom:20px;
}

/*-----------------
	contents-area
-------------------*/
#contents-area{
	margin: 0 auto;
	background:#ffffff;
	line-height:30px;
	font-size:10px;
	width:960px;
}
#contents-area header h2{
	position:absolute;
	margin: 0 auto;
}
hr {
	width: 80%;
	margin:0 auto;
}
#contents-area h3{	
	margin-bottom:10px;
	margin-left: 150px;
	width:700px;
	text-align:center;
}

#contents-area p.nm{
	margin-bottom:20px;
	margin-left: 150px;
	width:700px;
	text-align:center;
	font-size: 12px;
	background:#ffffff;

}
#contents-area p{
	margin-bottom:20px;
	margin-left: 150px;
	width:700px;
	text-align:left;
	font-size: 12px;
	background:#ffffff;
}
/*-----------
     table
-------------*/
table.company {
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
table.company th,
table.company td {
    padding: 10px;
}
table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
/*@-moz-document url-prefix() {*/
table.company th::after {
	float: right;
	padding: 0;
	left: 30px;
	top: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border: 10px solid transparent;
	border-left: #295890 10px solid;
	margin-top: -10px;
}
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

/*-----------------
	products-area
-------------------*/
#products-area {
	background:#ffffff;
	overflow:hidden;
	width:960px;
	margin: -20px auto 0 auto;
		line-height:30px;
}

#products-area header h2{
	position:absolute;
	left:40px;

	background:#ffffff;
}
#products-area h3{	
	margin-bottom:10px;
	margin-left:150px;
	width:700px;
	text-align:center;
	background:#ffffff;
}

#products-area p.nm{
    margin-bottom:20px;
    margin-top:20px;
    margin-left:150px;
    width: 700px;
    text-align:left;
    font-size:12px;
}
#products-area ul{
	margin-bottom:40px;
	background:#ffffff;
}
#products-area li.first{
	margin-left:50px;
	margin-right:20px;
		width:270px;
}

#products-area li.middle{
	margin-left:0;
	margin-right:20px;
		width:270px;
}
#products-area ul li{
	float:left;
	margin-bottom:40px;
	background:#ffffff;
		width:270px;
}


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

	Footer
	
----------------------------------------------------------------------*/
footer{
	clear:both;
	background:#ffffff;
	width:960px;
	 margin: 0 auto;
}
footer hr {
	width: 80%;
	margin:0 auto;
}
footer h2 {
	font-style:normal;
	color:#222;
	font-size:18px;
	margin-bottom:17px;
	margin-left:98px;
	background: #ffffff;
}
footer ul {
	margin-bottom: 25px;
	margin-left:98px;
	background: #ffffff;
}
footer p ul li{
	font-size:17px;
	font-style:normal;
	color:#222;
	margin-bottom:17px;
	margin-left:98px;
	background: #ffffff;
}
footer p.date {
	float: left;
	padding-right: 1em;
	background: #ffffff;
}
footer p#copyright {
/*	background: #ffffff;
	font-size: 10px;
	margin:0 auto;*/
	margin-bottom:20px;
	margin-left: 150px;
	width:700px;
	text-align:center;
	font-size: 11px;
	background:#ffffff;
}