
/*背景画像設定*/

body { background-image:  url(image/top_pic.jpg); background-repeat: no-repeat; background-position: 745px 100%; background-attachment: fixed}

td#menu{ background-image:  url(image/menu_pic.jpg); background-repeat: no-repeat; background-position: 5px 0px/*上下、左右*/}

div.submenu{  background-image: url(image/grade.jpg); background-repeat: repeat-y;}

.date{
 float:right;
 z-index: 2;
 text-aling:right;
}

/***日記***/

.rss_box {
	 margin: 0.5em 0.5em/*上下、左右*/;
	 width: 250px;}

.rss_title, rss_title a {
	font-size: 140%;
	font-weight:bold;
	margin: 5px 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
}

.rss_item  {
	font-size: 100%;
	font-weight : normal; color: #666;
	padding: 0.5em 0em; 
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 100%;
	color: #666; font-weight: bold;
	text-decoration : underline;
}

.rss_item a:hover { 
	font-size: 100%;
	color: #333; font-weight: bold;
	text-decoration : underline;
}

.rss_date {
	font-size: 12px; font-weight : normal;
	color: #999;
	padding-left: 7em; margin: 1.5em 0em/*上下、左右*/;
}

/*インスタントストア紹介*/

.txt{
	width:60%;
	float:left;
}

.AstoreBadge_div{
	width:175px;
	float:left;
}

