/*共通CSS　ヘッダー+グローバルメニュー+フッター*/

@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  text-decoration: none;
  font-size: 100%;
}

body {
	font-family: Verdana, Geneva, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#53321A;
	margin:0;
	padding:0;
}

	
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	}

img {
	border:none;
	}


a:link {
	color: #401218;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #401218;
}
a:hover {
	text-decoration: underline;
	color: #401218;
}
a:active {
	text-decoration: underline;
	color: #401218;
}
			

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

	
#container {
	min-height: 100%;			
	height: auto !important;	
	height: 100%;
	position: relative;
}

#wrapper {
	width: auto;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 220px;
}

/*ヘッダー*/

#header {
	float:left;
	height:50px;
	width:790px;
	margin: 0;
	padding: 0 0 10px 10px;
	_overflow:hidden;
}

#header a {
	float:left;
}

/*ヘッダー　終わり*/


/*バナー*/

#main h1  {
	float:left;
	padding: 0;
	margin: 0;
	}
	
/*バナー　終わり*/


/*フッター*/

#footer {
	height:220px;
	width: 100%;
	position: absolute;
	bottom:2px;
	padding: 0;
	background:#E7E2DF;

}

#footer_inner {
	width: 780px;
	height:225px;
	padding:0 10px;
	margin:-5px auto 0;
	background:url(../images/footer_image.jpg) no-repeat top left;
	overflow: hidden;
}

/*フッター　終わり*/
	
/*グローバルメニュー*/	
	
#menu {
	margin:0;
	padding:10px;
	width:780px;
	height:20px;
	display:block;
	position:relative;
	float: left;
	background: url(../products/images/image_bg.gif) no-repeat bottom;
	z-index: 2;
	}

#menu li{
	padding:0;
	height: 20px;
	float: left;
	margin: 0;
	display:block;
	list-style:none;
	position:relative;
	width: auto;
	}

#menu li p {
	color: #53321A;
	font-size: 90%;
	font-weight:bold;
	padding: 5px 15px 0 15px;
	line-height: 100%;
}

/*ドロップダウン jQuery*/

#menu a { display: block; }
#menu ul { display: none; position: absolute; left: 0; margin: 0; padding: 10px 0 0 0 ; }
* html #menu ul { line-height: 0; } /* IE6 "fix" */
#menu ul a { zoom: 1; } /* IE6/7 fix */
#menu ul li { float: none; }
#menu ul ul { top: 0; }

#menu li ul li p{
	margin:0;
	padding:0 0 0 15px;}   

/* Essentials - configure this */

#menu ul { width: 170px; }
#menu ul ul {
	width: 200px;
	left: 170px;
    margin: -10px 0 0;
	background-color: #C9BEB8;
}

/* Everything else is theming */
 
#menu a:hover { background-color: #FFF; }
#menu a {
	border-right: 0px solid white;
	color: #53321A;
	font-size: 90%;
	/font-size: 87%;
	padding: 0 15px;
	line-height: 120%;
	background-color:#FFF;
	float:left;
}
}
#menu ul a:hover { background-color: #F1EFED; }
menu li.hover a { background-color: #F1EFED; }
#menu ul {
	top: 20px;
	left: 2px;
	background-color: #F1EFED;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#menu ul  ul { background-color: #E4DEDB; }
#menu ul  ul a { background-color: #E4DEDB;}
#menu ul  ul li a { background-color: #E4DEDB; }
#menu ul  ul a:hover { background-color: #E4DEDB; }
#menu ul  a { background-color: #tipF1EFED; }
#menu ul li a { background-color: #F1EFED; }
#menu ul a:hover { background-color: #F1EFED; }

/*ドロップダウン jQuery　終わり*/

/*グローバルメニュー　終わり*/



/*パンくずリスト*/

#topic_path {
	float:left;
	width:680px;
	height:15px;
	padding:30px 0 5px 0;
	margin:0;
	}

/*パンくずリスト　終わり*/

/*フッターメニュー*/
#footer_menu {
	margin:0;
	padding:30px 0 0;
	font-weight: normal;
	font-size:100%;
	height: 130px;
	width: 800px;
	float: left;
}

#footer_menu ul{
	font-weight: bold;
	font-size:100%;
	padding: 0 30px 0 0;
}

#footer_menu p {
	margin:0;
	padding:0 0 5px 0;
}

#footer_menu li a{
	color:#66625A;
	font-size:90%;
	/font-size:87%;
	font-weight:normal;
	line-height:150%;
}


#copyright {
	margin:0;
	padding:0 140px 0;
	width:auto;
	font-size:80%;
	font-family:Verdana, Geneva, sans-serif;
	color:#C9BEB8;
	text-align: right;
	}

/*フッターメニュー　終わり*/

/*共通CSS　終わり*/
