﻿/* 基本 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bg {
	background-color: #F99;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}

.table_p{
	background-color:#FFF;
	font-size: 12px;
}

/* TOPメニュー位置 */

.menu {
	position: absolute;
	left: 14px;
	top: 170px;
}

/* TOPバナーメニュー位置 */

.menu2 {
	position: absolute;
	left: 8px;
	top: 643px;
	width: 140px;
}

/* 下階層メニュー位置 */

.menu3 {
	top: 142px;
	left: 23px;
	position: absolute;
	height: 469px;
}

.menu4 {
	position: absolute;
	top: 600px;
	left: 8px;
	width: 160px;
}


/* TOP住所枠 */

.adress_bg {
	background-image: url(../img/adress_bg.gif);
	background-repeat: repeat;
}


/* いちご狩りカレンダー */

.calendar_month {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}

.calendar_good {
	font-size: 12px;
	font-weight: bold;
	color: #630;
}
.calendar_soso {
	font-size: 12px;
	font-weight: bold;
	color: #06F;
}
.calendar_crowded {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}



/* テキスト */

.normal {
	font-size: 12px;
}
.normal_red {
	font-size: 12px;
	color: #F00;
}

.bigger_red {
	font-size: 18px;
	font-weight: bold;
	color: #F30;
}
.news_midashi {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #F30;
}

.small_red {
	font-size: 10px;
	color: #F00;
	line-height: 15px;
}
.small_b {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

.small {
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.bigger {
	font-weight: bold;
	font-size: 18px;
}

.normal_blue {
	font-size: 12px;
	color: #006;
	font-weight: bold;
}

/* リンク */


A{
	text-decoration : none;
	border-style : none none none none;
}
A:VISITED{
  color : #006a00;
  text-decoration : none;
}
A:HOVER{
	color : #F00;
	text-decoration : underline;
.normal_blue {
	color: #06C;
}

.big {
	font-size: 16px;
}

