@charset "Shift_JIS";

/*index.css*/

/*------------------------------------------------------------w190px 右カラム メニュー*/
#contents_r{
	width:190px;
	float:right;
	padding:10px 0 0 0;
}
#contents_r h2 img{
	margin:0 0 10px 0;
}
#contents_r p{
	padding:0 10px 15px 0;
}
#contents_r p img{
	margin:0 0 5px 0;
}
#contents_r ul{
}
#contents_r ul li{
	margin:0 0 5px 0;
}

/*バナー*/
.bnr{
	margin:30px 0 0 0;
}

/*------------------------------------------------------------w678px 左カラム メイン*/
#contents_l{
	width:678px;
	float:left;
}

/*--------------------ボックス*/
.box{
	background:url(../../img/bg_box.gif) no-repeat;
	height:290px;
	width:160px;
	text-align:center;
	line-height:1.4;
	margin:0 0 6px 6px;
}
.box .rss_img{
	height:143px;
}
.box .rss_img img{
	margin:18px 0 5px 0;
}
.box .rss_text{
	background:url(../img/bg_line.gif) repeat-x bottom;
	margin:0 12px 8px 12px;
	padding:0px 0px 5px 0px;
	height:34px;
	vertical-align:middle;
}
.box .logo img{
	margin:0px 0px 8px 0px;
}
.box .shop{
	margin:0 5px;
	font-size:12px;
}

/*----------RSSIでタイトルを表示*/
.RSStitle{
}

/*空の箱*/
.emp{
	margin:0 0 6px 6px;
}

/*----------diaryボックス*/
#box_diary{
	background:url(../../img/bg_box_diary.gif) repeat-y;
	margin:0 0 0 5px;
}
#box_diary h2 img{
	margin:15px 0 0 35px;
}
.box_diary_bottom{
	background:url(../../img/bg_box_diary_bottom.gif) no-repeat left top;
	height:5px;
}

/*RSSで日記*/
.RSSline{
	margin:10px 50px 10px 30px;
}
.RSStitle02{
	font-size:14px;
	font-weight:bold;
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
}
.RSStime{
	color:#8F0000;
}
.RSScreator{
	color:#333;
}
.RSSdescript{
	font-size:14px;
	line-height:1.5;
	margin:5px 0 0 0;
}
.RSSmore{
	text-align:right;
}

/*----------wellcomeボックス*/
#box_wellcome{
	background:url(../../img/bg_box_wellcome.jpg) no-repeat left bottom;
	margin:10px 0 0 5px;
	width:660px;
}
#box_wellcome h2 img{
	margin:15px 0 0 35px;
}
#box_wellcome p{
	padding:15px 250px 20px 35px;
}
/*ボックストップ*/
.box_wellcome_top{
	background:url(../../img/bg_box_wellcome_top.gif) no-repeat left top;
	height:10px;
}

/*ホームに戻る*/
.back a {
	display: none;
}

