/*
 *	コンテンツスタイルシート
 */
body {
	color:#191970;
	background-color:#ffffcc;
}
h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align	:	center;
	font-style	:	italic;
	font-weight	:	bold;
	font-size	:	xx-large;
	font-family	:	serif;
}

p {
	margin:10px 30px;
}

.TourIndent {
	margin:20px 40px;
	font-style : italic;
	font-weight : bold;
	font-size : small	;
}
.TourBold {
	font-style: normal;
	font-weight: bold;
}

p.photo {
/*	margin : 50px;*/
	margin : 20px 7%;
	font-style : normal;
	font-weight : bold;
	font-size : small	;
}
h3.DistilleryName {
	margin:10px 20%;
	font-style : italic;
}
h3.photo { font-style: italic; margin: 20px 7% }

h3 {
	margin:10px 30px;
	font-style : italic;
}

a:link  { color: #191970 }
a:visited {color:#191970 }
a:active  { color: #191970 }
a:hover  { color: #006600 }


.index {
	text-align : center;
	font-style : normal;
	font-weight : bold;
	font-size : medium	;
}
.Copyright {
	text-align : center;
	font-style : italic;
	font-weight : normal;
	font-size : x-small	;
}

table.menu {
	width : 100%;
	background-color:#006600;
	background-image : url("img/bkimg_menu.gif");
	color : #4169E1;
	border-style : hidden;
}
td.menu {
	vertical-align : middle;
	text-align : left;
/*	padding : 2px;*/
	font-family : century, serif;
	font-style : normal;
	font-weight : bold;
	font-size : small	;
}
.menu a:link  { color: #4169E1 }
.menu a:visited {color:#4169E1 }
.menu a:active  { color: #4682B4 }
.menu a:hover  { color: #87CEEB }

td.menu_top {
	vertical-align : top;
	text-align : right;
	font-family : century, serif;
	font-style : normal;
	font-weight : bold;
	font-size : medium	;
}
table.menup {
	width : 100%;
	background-color:#006600;
	background-image : url("img/bkimg_menu.gif");
	color : #ffffcc;
	border-style : hidden;
}
td.menup {
	vertical-align : middle;
	text-align : left;
/*	padding : 2px;*/
	font-family : century, serif;
	font-style : normal;
	font-weight : bold;
	font-size : small	;
}
.menup a:link  { color: #ffffcc }
.menup a:visited {color:#ffffcc }
.menup a:active  { color: #4682B4 }
.menup a:hover  { color: #87CEEB }

