@charset 'UTF-8';

/* r-de.net stylesheets
 *
 * update: 2008.01.26
 * code by Hidetake Kurihara
 * copyright (c)2008 R-design. all rights reserved.
 */

@import "base.css";

/*---- CATEGORY DTP SETTING ----*/
#MainContents h3 {
	margin-left: 12px;
	margin-right: 12px;
}

.tblDtp {
	margin: 0 12px;
	border-collapse: separate;
	border-spacing: 1px 8px;
}

.tblDtp th {
	padding:2px 6px;
	text-align: left;
	background: #BB8;
	border-bottom: 1px solid #996;
	color:#320;
}

.tblDtp td {
	height: 115px;
	padding: 5px 0 0 0;
	text-align: justify;
	vertical-align: top;
	border-bottom: 1px dotted #666;
}

.tblDtp td.ptflo {
	padding: 0;
	width: 50%;
	border:1px solid #666;
	font-size: 83%;
	text-align: center;
}
.tblDtp td.ptflo a {
	display: block;
}
.tblDtp td.ptflo img {
	margin-bottom: 2px;
	border-bottom: 1px dotted #CCC;}
.tblDtp td.ptflo a:hover {
	text-decoration: none;
	color: #F60;
}
.tblDtp td.ptflo:hover {
	border:1px solid #F60;
}