@charset "UTF-8";

h1 {
	background-image: url(../img_profile/header_profile.jpg);
	text-indent: -999px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #f60;
    border-left: 0.5em #f60 solid;
    padding: 3px;
    margin: 10px 0 5px 0;
}

strong {
    color: #f03;
    font-weight: bold;
}

#profile {
	background-image: url(../img_profile/big_tree.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#profile_text {
    float: left;
    width: 630px;
}
#profile_text table {
    margin: 10px auto 0 auto;
    border-top: 3px #aaa double;
}
#profile_text th {
    color: #0068b7;
    background-color: #f8f4e6;
    border-bottom: 1px #ccc dotted;
    padding: 5px;
    width: 150px;
}
#profile_text td {
    border-bottom: 1px #ccc dotted;
    padding: 5px;
    width: 300px;
}
#profile_text .last_line {
    border-bottom: 3px #aaa double;
}

#profile_img {
    float: right;
    width: 270px;
    text-align: right;
}

#eco_icon {
	float: right;
	width: 107px;
	height: 100px;
	margin-left: 13px;
	margin-bottom: 10px;
	text-align: right;
}
* html #eco_icon {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img_index/ecofarmer_big.png' ,sizingmethod=image);
}
* html #eco_icon img{
    display: none;
}
#map {
	width: 450px;
	height: 400px;
	margin: 10px auto 0 auto;
}