/* 
** Sage Stylesheet Information *****************************************

    Name: tDiary Thema "Sakura" Inspire
    Modified Editor: KaneMiki 
    Website: http://home.kanemiki.net/
    Email: work@kanemiki.net
    Date: 2008-02-01
    Sage Version: 1.3.10

************************************************************************
*/


html * {

	/* -moz-box-sizing: border-box; */
}

html {
/* 	background-color: #ffe4e1;*/
	color: #000000;
	background-color: #FFF5EE;
	border-color:#DB7093;
	border-style: solid;
	border-width: 1px 1px 1px 25px;
	padding: 0px;
	padding-bottom: 1px;
}

body {
	margin: 0 5%;
	color: #000000;
	font-family: 110%/120% "ＭＳ Ｐゴシック",Osaka,"メイリオ",Tahoma, Arial, sans-serif;
}

a:link, a:visited {
	background-color:transparent; 
	color: #b22222;
	text-decoration: none;
	border-style: none;
	border-width: 1px;
}

a:active {
	text-decoration: underline;
	border-width: 1px;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #b22222;
	background-color: #ffc0cb;
	border-style: none;
	border-width: 1px;
}

img { height: auto; }

p.item-desc a:link { color: #b22222; }

#rss-header {
/* 表題の部分 タイトルはリンクになる（次の項目で指定）ことにきをつけよう */
	margin: 1%; padding: 2%;
/* 	background-color: #ffc0cb; */
	color: #000000;
	text-align:center;
	border 1px solid #b22222;
/* 	-moz-border-radius: 0.5em; 
*/
}
#rss-header a {
	color: #000000;
}

#rss-title {
	font-family: 110%/120% "ＭＳ Ｐゴシック",Osaka,"メイリオ",Tahoma, Arial, sans-serif;
	font-size: 150%;
	margin: 0; padding: 2% 0 1%;
}

#rss-desc {
/* ブログの説明文 */
	font-size: small;
	margin: 0; padding: 1%;
}

div.item {
/* 各項目と思われる*/
	background-color: #fff5ee;
	color: black;
	border-style: solid;
	border-color: #FFC0CB;
	border-width: 1px 1px 1px 25px;
	margin-left: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 1%;
	background: #fff5ee;
	float:left; width: 90%;
}

h2.item-title {
	font-size: small;
	font-weight: bold;
	margin: 0; padding: 1%;
	clear: both; 
	border-bottom: 1px solid #ffc0cb;
}

span.item-ordinal {}

div.item-desc {
/* 各項目の本文 */
	font-size: small;
	color:#000000;
	margin: 0.5; padding: 1%;
}

div.item-desc a { text-decoration: none; }
div.item-desc a:hover { text-decoration: none; }

div.item-pubDate {
	font-size: x-small;
	padding: 2%;
	float: left; clear:left;
}

div.item-technorati {
	float: right; clear: right;
}

div.item-desc img {
/* 	height: auto; */
	width: 80%;
	float: left; margin-right: 0.6em;
}

div.feedflare img {
	font-size: xx-small;
	width: auto;
	height: auto;
}

