/*-------------------基本設定-------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
	font-size: 10pt;
	line-height: 12pt;
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	background-image: url(images/background.gif);		/*状況に応じて追加・削除*/
}
table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
}
a:link {								/*通常時のリンク設定*/
	color: #0000FF;
}
a:hover {								/*マウスオーバー時のリンク設定*/
	color: #FFFF00;
}
a:active {								/*クリック時のリンク設定*/
	color: #FFFF00;
}
a:visited {								/*クリック後のリンク設定*/
	color: #FF0000;
}
/*-------------------文字設定-------------------*/
.fontsize8_linehi10 {
	font-size: 8pt;
	line-height: 10pt;
}
.fontsize10_linehi12 {
	font-size: 10pt;
	line-height: 12pt;
}
.fontsize12_linehi16 {
	font-size: 12pt;
	line-height: 16pt;
}
/*-------------------独自追加項目-------------------*/
.font_bold {							/*太字の設定*/
	font-weight: bold;
}
.font_color1 {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #ffffff;
}
.font_color2 {
	color: #ff4400;
}
.bg1 {									/*背景画像の指定　項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/header01.jpg);
	background-repeat: repeat-y;
	height:39px;
}
.bg2 {				
	background-image: url(images/map_new.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg3 {				
	background-image: url(images/line01.gif);
	background-repeat: repeat-x;
	height:3px;

}
.bg4 {				
	background-image: url(images/party_new.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.padding1 {								/*パディング(余白)の設定　項目が増える場合は、.padding1、.padding2と増やしていく*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.border {								/*ボーダーの設定　項目が増える場合は、.border1、.border2と増やしていく*/
	border: 1px solid #333333;
}
form {									/*formタグ挿入で直下に入るスペースをなくす設定*/
	margin-bottom: 0px;
}
.form {									/*form項目サイズの固定　項目が増える場合は、.form1、.form2と増やしていく*/
	width: 200px;
	height: 18px;
}
h1 {									/*h1タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	line-height: 10pt;
	color:#ffffff;
	font-weight: bold;
	margin:0px;
}
h2 {									/*h2タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0px;
}
h3 {									/*h3タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0px;
}
.wine1 {
	background: url(images/wine1.jpg) no-repeat right bottom;
}
.wine2 {
	background: url(images/wine2.jpg) no-repeat right bottom;
}
