@charset "utf-8";
	
/*home
------------------------------------------------------------*/

/*pickup
-------------*/
#main #pickup { margin:12px 0 25px 0; }
#main #pickup img { margin:0 10px 0 0; }
#main #pickup img#last { margin:0 0 0 0; }

/*menu
-------------*/
#top-menu { float:left;width:217px;overflow:hidden; }

/*content
-------------*/
#content{ float:right; width:673px; }
#content .box{ font-size:small;/*for IE6 */background:url(../images/content_back.jpg) no-repeat; padding:15px; }
#content dl { clear:both;padding:20px 0; _padding:10px 0; }
/*for IE7*/
*:first-child+html #content dl{padding:10px 0;}
#content dl dt { float:left; margin:0 0 0.2em 0; width:8em; }
#content dl dd { _height: 1%; /*for IE6 */margin: 0 0 1em 8em; }
#content .news dl dt.press {float: left;margin: 0 0 0.2em 0;width: 13em;background: url(/common/images/icon_p.gif) no-repeat; }
#content .news dl dd.press { _height: 1%; /*for IE6 */margin: 0 0 1em 13.5em; }
#content .news dl dt.icon { background-position: 8em; }

#content .event{margin-top:15px; }
#content .event dl dt { float: left;margin: 0 0 0.2em 0;width: 13.5em; }
#content .event dl dd { _height: 1%; /*for IE6 */margin: 0 0 1em 14em; }
#content .event dl dt.kouenkai { background: url(/common/images/icon_k.gif) no-repeat; }
#content .event dl dt.tenjikai { background: url(/common/images/icon_t.gif) no-repeat; }
#content .event dl dt.implant { background: url(/common/images/icon_i.gif) no-repeat; }
#content .event dl dt.icon { background-position: 8em; }

#content .title { margin: -0.2em 0 0 0;float: left; }
.view_all { float: right;padding-right:10px; }
.view_rss { float: right; }

#more_news{display:none;}