﻿a.profile, a.works , a.idea , a.contact{
	height:100px;
	display:block;
}

a.privacy, a.blog , a.links{
	height:50px;
	display:block;
	margin-top:10px;
}

a.top{
	height:120px;
	display:block;
}

a.form{
	clear:both;
	height:50px;
	display:block;
	float:right;
}



a.profile {
	width:850px;
	height:100px;
	background-image:url(../img/botan01.gif);
}

a.profile:hover {
	width:850px;
	height:100px;
	background-image:url(../img/botan01_on.gif);
}

a.works {
	width:850px;
	height:100px;
	background-image:url(../img/botan02.gif);
}

a.works:hover {
	width:850px;
	height:100px;
	background-image:url(../img/botan02_on.gif);
}

a.idea {
	width:850px;
	height:100px;
	background-image:url(../img/botan03.gif);
}

a.idea:hover {
	width:850px;
	height:100px;
	background-image:url(../img/botan03_on.gif);
}

a.contact {
	width:850px;
	height:100px;
	background-image:url(../img/botan04.gif);
}

a.contact:hover {
	width:850px;
	height:100px;
	background-image:url(../img/botan04_on.gif);
}



a.privacy {
	width:850px;
	height:50px;
	background-image:url(../img/botan05.gif);
}

a.privacy:hover {
	width:850px;
	height:50px;
	background-image:url(../img/botan05_on.gif);
}

a.links {
	width:850px;
	height:50px;
	background-image:url(../img/botan06.gif);
}

a.links:hover {
	width:850px;
	height:50px;
	background-image:url(../img/botan06_on.gif);
}

a.blog {
	width:850px;
	height:50px;
	background-image:url(../img/botan07.gif);
}

a.blog:hover {
	width:850px;
	height:50px;
	background-image:url(../img/botan07_on.gif);
}




a.top {
	width:100px;
	height:120px;
	background-image:url(../img/botan08.gif);
}

a.top:hover {
	width:100px;
	height:120px;
	background-image:url(../img/botan08_on.gif);
}


a.form {
	width:150px;
	height:50px;
	background-image:url(../img/botan09.gif);
}

a.form:hover {
	width:150px;
	height:50px;
	background-image:url(../img/botan09_on.gif);
}