@charset "utf-8";

/* OLDOFFICE TOP.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.PICKUP_WORKS
*	02.RECENT_WORKS
*	03.NEWS&TOPICS
*
*	MODULE
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

div.topWorks h2
{
	margin-bottom: 28px;
	width: 660px;
	height: 31px;
}

div.topWorks
{
	margin-bottom: 30px;
	width: 660px;
}

div.topWorks p.twPic
{
	margin-bottom: 15px;
	width: 315px;
	height: 100px;
}

div.topWorks h3 a
{
	display: block;
	font-size: 92%;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}

div.topWorks p.twURL a
{
	padding: 0 16px 0 0;
	background: url(../common/images/cmn_icon_url.gif) no-repeat right 0.1em;
	font-size: 77%;
	color: #333333;
	text-decoration: none;
}

div.twBoxL,
div.twBoxR
{
	margin-bottom: 30px;
	width: 315px;
}

div.twBoxL
{
	float: left;
}

div.twBoxR
{
	float: right;
}


/**-------------------------------------
	01.PICKUP_WORKS
---------------------------------------**/


/**-------------------------------------
	02.RECENT_WORKS
---------------------------------------**/


/**-------------------------------------
	03.NEWS&TOPICS
---------------------------------------**/

div#topNews
{
	margin-bottom: 50px;
	width: 660px;
}

div#topNews h2
{
	margin-bottom: 26px;
	width: 660px;
	height: 31px;
}

div#topNews dl
{
	padding: 12px 0 9px 1px;
	width: 659px;
	background: url(../common/images/cmn_bg_line.gif) no-repeat;
}

div#topNews dl dt
{
	float: left;
	height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 92%;
	font-weight: bold;
	font-style: italic;
	color: #222222;
}

div#topNews dl dd
{
	padding: 0 0 0 8.2em;
	font-size: 92%;
	color: #333333;
}


/**-------------------------------------
	MODULE
---------------------------------------**/

div.topWorks:after
{content:".";display:block;height:0;clear:both;visibility:hidden;}

div.topWorks
{display:inline-block;}

/* \*/
* html div.topWorks
{height:1%;}
/* */



