body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BCCA3F;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/bgm.jpg);
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.spirulina_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #495935;
	text-decoration: none;
	font-weight: normal;
}

.spirulina_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}

.text_18px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}

.text_12px_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F723B;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}


.text_16px_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 14px;
}

.menu_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}


a.menu:link,a.menu:visited, a.menu:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a.menu:hover  {
	color: #FF6600;
	font-size: 14px;
}


a:link,a:visited, a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	line-height:20px;
}

a:hover  {
	font-size: 12px;
	color: #999900;
}

.text_10px_black  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}

p,li,ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	line-height:16px;
}

.small-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	line-height:16px;
}

//shadow bg

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow, 
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em .5em;
}
