@charset "UTF-8";
/* -------------------------------------------------
	 +
	 copyright(c)
	 Island Food Community of Pohnpei
	 Designed by eico y
	 + ver01
 ---------------------------------------------------*/

/*::::::::::: Common ::::::::::: */


body{
	font-family:"Lucida Grande","Verdana","Arial","Helvetica","Bitstream Vera Sans","sans-serif";
    letter-spacing: 0;
	color:#557b29;
	text-align:left;
	background: url("../img/bg.gif") repeat;
	background-color: #89c640;
 }
/*Georgia, Times, serif, Helvetica, Sans-Serif,Times New Roman;*/


html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; } /* =14px */
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */




h1{float:right;
	font-size:1em;color:#6fa034;}

h2,h3,h4,h5,h6 {
	font-size:1em;font-weight: bold;
}

#main_r2 h2{color:#fff;font-weight: bold;}
#main_r2 h3{color:#6fa034;border-bottom: 1px dotted #89c640;font-weight: bold;}

p {	font-size:1em;margin:1em 0;padding:0;}


a{color:#89c640; text-decoration: underline;font-weight: bold;}
a:hover{color:#efd129; ;text-decoration: underline;}
a:visited{color:#89c640;}


a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#footer a{color:#fff; text-decoration: none;font-weight: bold;}
#footer a:hover{text-decoration: underline;}


strong {
	font-weight: bold;font-style: normal;}

