/* contents date title *//* --------------------- */

.cont-date
   {
      padding: 9px 0px 0px 118px;
      margin: 0px;
      background: #66A91E;

      background-image: url(../topics/im/titile-bg01.gif);
      background-repeat: none;
      color: #000;
      font-weight: bold;
      letter-spacing: 0.1em;
      font-family: Arial, Helvetica, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN', 'Osaka', 'sans-serif';
      text-align: left;
      height:22px;
   }
   
* html .cont-date { width:552px; }
.cont-title
   {
	margin: 0 0 12px 0;
	padding: 10px 0px 10px 12px;
	background: #FFF;
	/* background: url(../topics/im/titile-bg02.gif)  no-repeat; */
	/* border-bottom:1px dotted #66A91E */
   }
   
.cont-title-inner
   {

	margin: 0;
	padding: 0;
	width: 640px;
        /* height: 60px; */
	color: #000;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.05em;
	font-weight: bolder;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", 'sans-serif';
    text-align: left;   }

/* modules *//* --------------------- */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   margin: 0;
   padding: 0px 0px 6px 0px;
   color: #752600;
   font-size: 12px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
   background: #fff;
}

.module-archives
{
   margin: 0;
   padding: 20px 0px 0px 0px;
   background: #fff;
}

.module-content
{
   padding: 0 5px;
   margin: 6px 0px 20px 0px;
}

.module-list
{
   list-style: none;
   margin: 0;
   padding: 0;
}

.module-list-item
{
   margin: 5px 0px 0px 0px;
   padding: 0px 0px 0px 12px;
   background: url(http://www.cosine.com/topics/im/ptm.gif) no-repeat;
   line-height: 1.5em;
}

.module-blog {
   margin: 46px 0 0 0;
}

.module-hotnews {
   margin: 40px 0 0 0;
   padding: 0;
}

#module-round-table
{
   margin: 0;
   padding: 0;
   width: 150px;
   color: #904A21;
}

.module-round-top
{
   background: url(http://www.cosine.com/topics/im/cr-newstop.gif) no-repeat top;
}

.module-round-bottom
{
   margin: 0 0 20px 0;
	 background: url(http://www.cosine.com/topics/im/cr-newsbot.gif) no-repeat bottom;
}

.module-round-inner
{
   background: url(http://www.cosine.com/topics/im/cr-newsbg.gif) no-repeat top;
   margin: 5px 10px 5px 10px;
   padding: 0px;

}
.corner
{
   width: 15px;
   height: 15px;
   border: none;
   display: block;
}

/* blockquote */

blockquote
   {
      margin: 0px;
      padding: 20px 20px;
      border: 2px dashed #ECD2AD;
   }

