@charset "Shift_JIS";

/*
	Style: rain for Sage
	Author: Naoto Kusumi
	Date: 22.Jul.2008
	Site: http://notiz.jp
*/

a:link{
	text-decoration: none;
	color: #6699bb;
	background-color: transparent;
	border-bottom: 1px dotted #6699bb;
}

a:visited{
	text-decoration: none;
	color: #999999;
	background-color: transparent;
	border-bottom: 1px dotted #999999;
}

a:hover{
	text-decoration: none;
	color: #333333;
	background-color: #99ccee;
	border-bottom: 1px dotted #333333;
}

a:active{
	text-decoration: none;
	color: #333333;
	background-color: #99ccee;
	border-bottom: 1px dotted #333333;
}

html{
	color: #333333;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 100%;
	line-height: 170%;
	color: #333333;
	background-color: #ffffff;
	margin: 0px 32px 0px 32px;
	padding: 1em 16px 4em 16px;
	border-left: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
}

div#rss-header{
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

h1{
	font-family: "Trebuchet MS",Sans-serif;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #aaaaaa;
	background-color: transparent;
	margin: 1em 0px 1em 0px;
	padding: 0px;
}

h1 a:link,h1 a:visited,h1 a:hover,h1 a:active{
	border: none;
}

p#rss-desc{
	font-family: "Lucida Sans Unicode",Sans-serif;
	font-size: 80%;
	text-align: right;
	color: #777777;
	background-color: transparent;
	margin-right: 32px;
}

div.item{
	text-align: right;
	color: #333333;
	background-color: #eeeeee;
	min-height: 5em;
	margin: 1em 16px 1em 16px;
	padding: 0px 0px 0.5em 0px;
	border: 1px solid #cccccc;
	-moz-border-radius: 8px;
}

h2{
	font-family: "Trebuchet MS",Sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	color: #333333;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #999999;
}

h2 a{
	line-height: 100%;
	position: absolute;
	z-index: 2;
	left: 80px;
	max-width: 100%;
	margin-top: 0.8em;
	margin-right: 80px;
}

span.item-ordinal{
	font-family: "Georgia",Sans-serif;
	font-size: 600%;
	color: #fcfcfc;
	background-color: transparent;
	position: relative;
	z-index: 1;
	top: 0.2em;
}

span.item-ordinal:before{
	content: "#";
	font-size: 60%;
	color: #fcfcfc;
	background-color: transparent;
}

div.item-desc{
	font-size: 90%;
	text-align: left;
	position: relative;
	z-index: 2;
	margin: 1em 16px 1em 16px;
	padding: 0px;
}

div.item-footer {
	text-align: right;
	margin-bottom: -0.5em;
}

div.item-category {
	display: inline;
	font-family: "Trebuchet MS",Sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	background-color: transparent;
	position: relative;
	z-index: 2;
	right: 16px;
	margin-left: 0.5em;
}

div.item-category:before {
	content: "Category: ";
}

div.item-author {
	display: inline;
	font-family: "Trebuchet MS",Sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	background-color: transparent;
	position: relative;
	z-index: 2;
	right: 16px;
	margin-left: 0.5em;
}

div.item-author:before {
	content: "Author: ";
}

div.item-pubDate{
	display: inline;
	font-family: "Trebuchet MS",Sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	background-color: transparent;
	position: relative;
	z-index: 2;
	right: 16px;
	margin-left: 0.5em;
}

div.item-technorati{
	text-align: left;
	position: relative;
	z-index: 2;
	top: -1em;
	margin: 0px 16px -1em 16px;
}

div.item-technorati a{
	border-bottom: none;
	-moz-border-radius: 4px;
}

img{
	float: none;
}

