﻿/* ************************************************************************************** */
/* *** ------------------------------------------------------------------------------ *** */
/* *** * コンテンツ　　　　　　　　　　　                                             *** */
/* *** ------------------------------------------------------------------------------ *** */
/* ***       トップページ  index                                                      *** */
/* ************************************************************************************** */

/* ************************************************************************************** */
/* *** Import CSS                                                                     *** */
/* ************************************************************************************** */

@import "global-style.css";                          /* 初期設定と共通定義                */
@import "global-sidebar.css";                        /* サイドバーブロック定義            */
@import "global-baseline.css";                       /* メインコンテンツブロック共通定義  */

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


/* ***       トップページ  index                                                      *** */
.category-top {
   clear: both;
   margin: 5px 0 0 0;
   padding: 0;
   height: 10px;
   background:url(../images/contents/bg_ue.gif) no-repeat top left;
}
.category {
   clear: both;
   color: #333333;
   font-size: 1.3em;
   background:url(../images/contents/bg_chuu.gif) repeat-y ;
}
.category-bottom {
   clear: both;
   margin: 0 0 6px 0;
   height: 10px;
   background:url(../images/contents/bg_shita.gif) no-repeat bottom left;
}


.rss-box {
   text-align: left;
}
.rss-title {
	DISPLAY: none;
   height: 32px;
   background:url(../images/contents/midashi.gif) no-repeat;
}
.rss-title a {
   display: block;
   height: 32px;
   margin: 0 0 5px -10px;
   padding: 2px 0 8px 20px;
   color: #333333;
   letter-spacing: 1.1pt;
   _letter-spacing: 1.4pt;
   text-decoration: none;
   font-size: 1.3em;
   font-weight: bold;
   background:url(../images/contents/midashi.gif) no-repeat;
}
.rss-items {
}
.rss-items li {
   margin: 0 10px 0 10px;
   padding: 5px 0 3px 5px;
   border-width: 0 0 1px 0;
   border-color: #333333;
   border-style: dotted;
}

.open {
   padding: 0 0 0 10px;
   letter-spacing: normal ;
   font-size: 0.8em;
}

.iciran {
   margin: 0;
   padding: 5px 15px 0 0;
   text-align: right;
   font-size: 0.8em;
}

