/* 共通部分 */

/* background　基本的な枠組み
-------------------------------------------------- */

body {
background-color:#fbae0a;
}

#wrapper {
	margin: 0 auto;
	width: 1020px;
	background-image:url(../image/wrapper-back.gif);
	background-repeat:repeat-y;
}

	
	

/* header　メイン画像の部分
-------------------------------------------------- */
/*---- トップページ ----*/
#header {
height: 398px;
padding: 0;
background-image:url(../image/header-image.jpg);
background-repeat: no-repeat;
}


#header h1 {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top:20px;
	left: 365px;
}

/*---- 新着一覧ページ ----*/
#header01 {
height: 200px;
padding: 0;
background-image:url(../image/header01-image.jpg);
background-repeat: no-repeat;
}


#header01 h1 {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top:15px;
	left: 665px;
}

/*---- モーニング発祥の地、一宮 ----*/
#header02 {
height: 200px;
padding: 0;
background-image:url(../image/header02-image.jpg);
background-repeat: no-repeat;
}


#header02 h1 {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top:10px;
	left: 665px;
}

/*---- お店紹介 ----*/
#header03 {
height: 200px;
padding: 0;
background-image:url(../image/header03-image.jpg);
background-repeat: no-repeat;
}


#header03 h1 {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top:10px;
	left: 665px;
}

/*---- 一宮モーニング一宮 プロジェクト ----*/
#header04 {
height: 200px;
padding: 0;
background-image:url(../image/header04-image.jpg);
background-repeat: no-repeat;
}


#header04 h1 {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top:10px;
	left: 665px;
}

/*---- お問合せ ----*/
#header05 {
height: 200px;
padding: 0;
background-image:url(../image/header05-image.jpg);
background-repeat: no-repeat;
}


#header05 h1 {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top:10px;
	left: 665px;
}

/*---- 一宮の紹介 ----*/
#header06 {
height: 200px;
padding: 0;
background-image:url(../image/header06-image.jpg);
background-repeat: no-repeat;
}


#header06 h1 {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top:10px;
	left: 665px;
}

/*---- アンテナショップ ----*/
#header07 {
height: 200px;
padding: 0;
background-image:url(../image/header07-image.jpg);
background-repeat: no-repeat;
}


#header07 h1 {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top:10px;
	left: 665px;
}

/* グローバルナビ以下
-------------------------------------------------- */


#g_navi{
	width:950px;
	background-image: url(../image/gnavi-back.gif);
	background-repeat:repeat-x;
	height: 60px;
	text-align:center;
	margin: 0 auto;
/*border-left:solid #7d818a 1px;
border-right:solid #7d818a 1px;*/
}

#g_navi ul{
list-style:none;
}


#g_navi li{
list-style:none;
display:block;
float:left;
border-right:solid #ffffff 1px;
}

#g_navi li a{
display:block;
float:left;
color:#625c4e;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
text-decoration:none;
height:60px;
line-height:60px;
padding:0 10px;
}

#g_navi li a{
	font-size/*\**/: 16px\9;
}

#g_navi li a:hover{
color:#ffffff;
background-image: url(../image/gnavi-back-hover.gif);
background-repeat:repeat-x;
line-height:60px;
}
