@charset "Shift_JIS";

/*------------------------------------------------------------------------------
	“ú–{•‘—xŽÐ - CSS Modules Import
	Date: 2009-05-08
------------------------------------------------------------------------------*/

#page .magazine{
	position:relative;
	background:#fff0ed;
	border:1px solid #ccc;
	text-align:left;
	min-height:240px;
}
* html #page .magazine{
	height:240px;
}
#page .magazine h2{
	text-align:center;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
#page .magazine h2 img{
	margin:0;
	padding:0;
}
#page .magazine .mtxt{
	position:relative;
	padding:10px 8px 10px 168px;
}
#page .magazine .details{
	width:359px;
	margin:10px 0;
	background:url(images/gekkan_bg.gif) top left repeat-y;
}
#page .magazine .details th{
	width:261px;
	padding:2px 0;
	text-indent:10px;
	color:#fff;
	font-weight:bold;
}
#page .magazine .details td{
	text-align:right;
	padding:2px 0;
}
#page .magazine .bn{
	text-align:right;
	padding:20px 0 0;
}

#page .magazine .cover{
	position:absolute;
	top:3px;
	left:3px;
	width:160px;
}
#page .magazine .click{
	margin-left:5px;
	padding-left:1em;
	text-indent:-1em;
	font-size:10px;
}

#page .news{
	border:1px solid #ccc;
	margin-bottom:20px;
}

#page .news table{
	width:533px;
}

#page .news th{
	width:31px;
	background:#99cc66;
	overflow:hidden;
}
#page .news th h2{
	width:31px;
	margin:0;
	padding:0;
	height:auto;
	overflow:hidden;
	background:url(common/images/sp.gif);
}
#page .news td{
	width:502px;
}
#page .news dl{
	padding:10px 10px 5px;
	text-align:left;
}

#page .news dt{
	color:#3399cc;
	width:55px;
	height:25px;
	line-height:1.4;
}

#page .news dd{
	margin:-25px 0 5px 55px;
	color:#003366;
	line-height:1.4;
}