/*
Theme Name: bwrgb
Theme URI: http://bwrgb.com/
Description: theme for bwrgb.com
Author: h
Author URI: http://mount.jp/
Version: 0.9
*/

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #cccccc;
}

a,
a:link,
a:visited {
	color: #cccccc;
    text-decoration: underline;
}

a:hover {
	color: #cccccc;
    text-decoration: none;
}
a:active {}

a img {
	border: 0px;
}

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family : serif ;
	font-size : 80% ;
	line-height : 160% ;
}

#nav {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}

#nav li {
	color: #cccccc;
	font-size: 10px;
	float: left;
	margin: 0px 0px 0px 5px;
	list-style: none;
}

#contents {
	margin: 40px;
	background: transparent url("./images/tag.gif") no-repeat;
}

#list {
	display: block;
	margin: 40px 20px 40px 20px;
	padding: 0px;
}

#list li {
	list-style: none;
	float: left;
	margin: 0px 20px 40px;
}