@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:13px;
	color: #242424;
	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:18px;
	margin:38px 0px 10px 402px;
}

h3{
	font-size:15px;
	margin:46px 0px 10px 24px;

}
p{
	font-size:13px;
	margin:3px 20px 9px ;
}	

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:40px;
	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;
}
header{
	margin:0 auto;
	position:relative;
	background:#F5F5F5;
}
mainvisual{
	margin:0 auto;
	position:relative;
}
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: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;
}

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

	Contents
	
----------------------------------------------------------------------*/
.desc{
	font-size:12px;
	margin:10px 20px 20px 20px;
	padding:20px;
	background:#f6f6f6;
}
.desc ul li{
	font-size:12px;
	margin-left:24px;
	background:#f6f6f6;
}

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

	Footer
	
----------------------------------------------------------------------*/
footer{
	clear:both;
	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;
}