@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;
	margin:0 auto; 
}

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

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


h1{
	font-size:43px;
	font-family:Georgia,serif;	
}
h2{
	font-size:20px;
	margin-bottom:10px;
	margin-left:0px;
    margin-top:10px;
	padding-top: 5px;
	padding-left:10px;
}

h3{
	font-size:18px;
	margin:1em 0
}


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: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:12px;
  margin-top:8px;
}

.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;
}
/*-----------------
	products-list
-------------------*/
#products-list {
	background:#f6f6f6;
	overflow:hidden;
	margin:0 auto;
	width:560px;
}

#products-list ul {
	background:#f6f6f6;
	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:4px;
	padding-left:50px;
}
#products-list h3{
	font-size:12px;
	margin-top:7px;
	padding-left:40px;
}
#products-list h4{
	font-size:13px;
	margin-top:7px;
	padding-left:18px;
}
co1 {
    color:#222;
    }
a.co1:hover {
   color: #FF8000;
    }

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

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

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;
	padding-top:20px;
	width:480px;
}

#menu_wrapper2{ /*ナビの位置*/
	position:absolute;
	right:130px;
	top:190px;
	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;
}

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

content
	
----------------------------------------------------------------------*/
#contents{
	width:960px;
	margin:0 auto;
	background:#f6f6f6;
	margin-top: 19px;
}
#contents p img{
	margin-bottom:-7px;
	margin-left:32px;
}
#contents h2{
	font-size:16px;
	margin-bottom:10px;
	margin-left:424px;
}

#contents h3{
	clear:both;
	font-size:13px;
	margin-left: 32px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#contents left{
	float:left;
	margin-bottom: 54px;
}
#contents p{
	font-size:11px;
}

#contents p.c_left{
	float:left;
	margin-bottom: 54px;
}
#contents .c_right{
	float: left;
	margin-bottom: 54px;
	width:66%;
	margin-left:30px;
	line-height:2;
}

#contents .homepage a:link{
	color:#000000;
}
#contents .homepage a:visited{
	color:#000000;
}
#contents .homepage a:hover{
	color:#FF8000;
}
#contents .c_right img{
	margin-left:15px;
}

div.navigation{
	width:752px;
   	margin:0 auto;
   margin-top:16px;
   height:50px;
	clear:both;
}

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

	Footer
	
----------------------------------------------------------------------*/
footer{
	clear:both;
	background:#ffffff;
}

footer p#copyright {
/*	background: #ffffff;
	font-size: 10px;
	margin:0 auto;*/
	padding-top: 20px;
	margin-bottom:20px;
	/*	margin-left: 150px;*/
/*	width:700px;*/
	
	text-align:center;
	font-size: 11px;
	background:#ffffff;
}