body
{
	color: #000000;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
}

/* タイトル */
h5{
	width: 200px;
	background: url(img/koumoku.jpg) no-repeat 0px 5px;
	padding-top: 8px;
	padding-left: 30px;
	font-size: 20px;
	margin-top: 8px;
	margin-left: 20px;
}

p a:link {
	color: #000000;
	text-decoration: none;
}

p a:visited {
	color: #555555;
	text-decoration: none;
}

p a:hover {
	color: #cccccc;
	text-decoration: underline;
}

p, ul, div
{
	font-size: 14px;
	list-style-type: none;
	
}

#sideber
{
	height: 460px;
}

#sideber .home
{
	margin-top: 173px;
}

#main {
	width: 760px;
	height: 460px;
	float: right;
	background-color: #ffffff;
	text-align: center;
}

#main .top
{
	width: 721px;
	/*border-bottom: 1px solid #cccccc;*/
	text-align: left;
	font-size: 10px;
	margin-top: 20px;
	padding: 5px;
	padding-top: 2px;
	padding-left: 10px;

}

#container
{
	width: 721px;
	height: 300px;
	text-align: left;
	float: center;
	margin-top: 0px;
	padding-left: 0px;
}

#tab
{
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #cccccc;
	border-right: 0px;
	border-bottom: 2px solid #000000;
	/*background-color: #ffffff;*/
	height: 30px;
	overflow: hidden;
}

#tab li
{
	float: left;
	width: 240px;
	height: 30px;
}


#tab li a
{
	display: block;
	width: 240px;
	height: 15px;
	/*border: 1px solid #cccccc;*/
	/*border-bottom: 0px;*/
	border-right: 1px solid #cccccc;
	color: #000000;
	font-size: 18px;
	font-wight: bold;
	text-align: center;
}

/* JavaScriptで設定したClassNameにCSSを設定 */
#tab .togei_close {	/* 陶芸未選択時 */
	background-color: #e8d7d7;
}
#tab .togei_open {	/* 陶芸選択時 */
	background-color: #daa520;
}

#tab .oishii_close {	/* おいしい未選択時 */
	background-color: #fff4ea;
}
#tab .oishii_open {	/* おいしい選択時 */
	background-color: #ff9933;
}

#tab .shizen_close {	/* 自然未選択時 */
	background-color: #f4ffea;
}
#tab .shizen_open {	/* 自然選択時 */
	background-color: #cccc00;
}

#list a:link {
	color: #000000;
}

#page1 a:visited {
	color: #7a4b45;
}

#page2 a:visited {
	color: #ff9933
}

#page3 a:visited {
	color: #66cc66;
}

#list a:hover {
	color: #cccccc;
}

#list
{
	margin-top: 0px;
	margin-left: 0px;
	width: 250px;
	float: left;
}



/* リストマーカー 陶芸体験 */
#list .koumoku_togei
{
	margin: 0px;
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(img/list.gif) no-repeat 8px 20px;
	list-style: none;
	/* list-style-image: url(list.gif); */
	font-size: 12pt;
}

/* リストマーカー おいしい体験 */
#list .koumoku_oishii
{
	margin: 0px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(img/list_oishii.gif) no-repeat 10px 20px;
	list-style: none;
	/* list-style-image: url(list.gif); */
	font-size: 12pt;


}

/* リストマーカー 自然体験 */
#list .koumoku_shizen
{
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(img/list_shizen.gif) no-repeat 10px 20px;
	list-style: none;
	/* list-style-image: url(list.gif); */
	font-size: 12pt;
}


#page1, #page2, #page3
{
	width: 100%;
	/*border: 1px solid #cccccc;*/
	background: #ffffff;
	border-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
	margin-top:0px;


}