#base{
  width:750px;
  height:auto;
  margin:15px auto;
}

/* ヘッダー */
#top-left-upper{
	width:344px;
	height:35px;
	line-height:120%;
	float:left;
	font-size: 12px;
}	

#top-left{
	width:344px;
	height:45px;
	line-height:200%;
	float:left;
}

#top-right1{
	width:350px;
	height:30px;
	line-height:140%;
	float:right;
	text-align:right;
}

#top-right2{
	width:398px;
	height:61px;
	float:right;
	background-repeat: no-repeat;
}

/* グローバルナビ */
#globalnavi{
    margin: 0;
    padding: 0;
    width: ***;
  }

#globalnavi ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

#globalnavi li{
	float: left;
	width: 105px;
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-color: #641E00;
	border-bottom-width: 6px;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
  }

#globalnavi li.active a{
	background-color:#641E00;
	color:white;
}

#globalnavi a{
	text-align: center;
	display:block;
	padding: 0.5em 0;
	width: 100%;
	background-color:white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
  }

#globalnavi a:hover{
	background-color:#641E00;
	color:white;
  }

/* フッター */
#footer-upper1{
	width:200px;
	height:auto;
	line-height:140%;
	float:left;
	margin-top: 20px;
	font-size:12px;	
}

#footer-upper2{
	width:200px;
	height:auto;
	line-height:140%;
	text-align:right;
	float:right;
	margin-top: 20px;
	font-size:12px;
}
    
#footer-lower{
    width:750px;
	height:auto;
	line-height:120%;
	background-color:#641E00;
	text-align:center;	
}

#footer-fav{
	width:350px;
	height:auto;
	float:left;
	text-align: center;
	margin-top: 20px;
}

.clear{
  clear:both;
}

/* ページプロパティ */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link {
	color: #000099;
}
a:hover {
	color:red;
}
a:active {
	text-decoration: none;
}
