/* main.css */

a {
	color: #009;
}

a:visited {
	color: #600;
}

#head h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 320%;
}

#sidebar {
	float: right;
	width: 230px;
}

#sidebar a.button {
	display: block;
	padding: 0.6em 0.2em;
	border: 1px solid #999;
	font-weight: bold;
	text-decoration: none;
	color: #222;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding-left: 40px;
	font-size: 12px;
	margin: 0 0 0.3em;
}

#sidebar img.photo {
	display: block;
	width: 230px;
	margin: 0 0 0.3em;
}

#sidebar a#button-debian {
	background: #FEE url(/images/tach/debian.ico.png) no-repeat 12px center;
}

#sidebar a#button-twitter {
	background: #DFF url(/images/tach/twitter.ico.png) no-repeat 12px center;
}

#sidebar a#button-github {
	background: #FFF url(/images/tach/github.ico.png) no-repeat 12px center;
}

#sidebar a#button-delicious {
	background: #FFF url(/images/tach/delicious.ico.png) no-repeat 12px center;
}

#sidebar a#button-mixi {
	background: #FED url(/images/tach/mixi.ico.png) no-repeat 12px center;
}

#main {
	margin-right: 246px;
}

#main h2 {
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
