#australia {
	margin: 0px 0 0 5px;
	padding: 0px;
	width: 675px;
	float: right;
	text-align: left;
	vertical-align: top;
	background: #eae5e5;
	display: block;
	height: 710px;
}

/*ワインリストタイトル------------------*/

.australia_title01,
.australia_title02,
.australia_title03 {
	margin: 0px;
	padding: 0px;
	width: 675px;
	height: 110px;
	display:block;
	text-indent: -9000px;
	overflow: hidden;
}
.australia_title01 {
	background: url(../australia/images/title01.gif) no-repeat;
}
.australia_title02 {
	background: url(../australia/images/title02.gif) no-repeat;
}
.australia_title03 {
	background: url(../australia/images/title03.gif) no-repeat;
}

/*ボディコピー------------------*/

#australia p {
	margin: 0px;
	padding: 30px;
	font-size: 12px;
	line-height: 180%;
	color: #330000;
	text-align: justify;
	vertical-align: top;
	display: block;
}


/*画像のフロート------------------*/

.australia_imege_right {
	margin: 0px;
	padding: 0 0 0 20px;
	display: block;
	float: right;
}

/*メニューリンク------------------*/

.australia_menu {
	margin: 0px 0px 40px;
	padding: 0px 0px 0px 28px;
	font-size: 12px;
	text-align: center;
	clear: both;
	vertical-align: text-botom;
}

.australia_menu a {
	margin: 5px;
	padding: 0px;
	font-size: 12px;
	color: #eae5e5;
	text-align: center;
	background: #330000;
	width: 197px;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
}

.australia_menu a:hover {
	background: #996600;
}

