@charset "UTF-8";
/* CSS Document */

@import url("noclumn.css");

div.detail
{
	position:relative;
	margin:0px;
	padding:22px;
	width:728px;
	height:366px;
	border:5px solid #81cd1e;
	color:#000000;
}

div.detail img.main
{
	position:absolute;
	top: 22px;
	right:22px;
	border:7px solid #e0e0e0;
}

div.detail div.thumbs
{
	position:absolute;
	width:340px;
	left: 22px;
	bottom: 22px;
}

div.thumbs img
{
	border:2px solid #e0e0e0;
}

div.detail h1
{
	width:340px;
	height:auto;
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
	padding:0px;
	border:none;
	display:block;
	color:#000000;
}

div.detail p
{
	width: 340px;
	display:block;
	margin-top:12px;
	margin-bottom:12px;
}

div.link {
	display:block;
	padding-left:16px;
	margin-bottom:2px;
	background-image:url(../images/arw.gif);
	background-repeat:no-repeat;
	background-position:left;
}

div.link a {
	text-decoration:none;
}
div.link a:hover {
	text-decoration:underline;
}

div#info img {
	margin-bottom:30px;
}

em {
	font-style:normal;
	font-weight:bold;
	font-size:9px;
	display:block;
	margin-bottom:6px;
}
