@charset   "UTF-8";

#center {
	text-align: center;
}

#com {
	background-color: black;
	color: white;
}

#blue {
	color: blue;
}

#red {
	color: red;
}

body {
	font-family: "meiryo","MS ゴシック","ヒラギノ明朝 Pro W6","HGSゴシックM" !important;
}

.ul {
	list-style: disc url("http://w6.oroti.com/~kota/files/ul.gif");
}

H3 {
	font-family: "meiryo","MS ゴシック","ヒラギノ明朝 Pro W6","HGSゴシックM" !important;
}

.post H2 {
	font-family: "meiryo","MS ゴシック","ヒラギノ明朝 Pro W6","HGSゴシックM" !important;
}

#today {
	font-weight: bold;
}

#left {
	float: left;
}

li.fol {
	list-style-image: url("http://w6.oroti.com/~kota/files/ul/fol.png")
}
li.img {
	list-style-image: url("http://w6.oroti.com/~kota/files/ul/img.png")
}
li.txt {
	list-style-image: url("http://w6.oroti.com/~kota/files/ul/txt.png")
}
li.zip {
	list-style-image: url("http://w6.oroti.com/~kota/files/ul/zip.png")
}