@charset 'utf-8';

/* global */

* {
	margin: 0; padding: 0;
	font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Meiryo', 'Verdana', sans-serif;
	font-size: small;
}
body {
	background: #f0f6df url("/images/dmatch2/body.gif") 50% 0 repeat-y;
	color: #666;
	margin: 0; padding: 0;
}
img {
	border: 0;
}
form, input {
	line-height: 1;
	margin: 0; padding: 0;
}
ul {
	list-style: none; list-style-position: outside;
}



a:link {
	color: #00f;
}
a:visited {
	color: #006;
}
a:hover {
	color: #f90;
}
a:active {
	color: #ff0;
}


.clear {
	clear: both;
	line-height: 0;
	overflow: hidden;
	width: 1px; height: 0;
}
.clear:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
	height: 0.1px;
}
* html .clear {
	display: inline-block;
}
/* \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* */



/* layout */

#wrapper {
	width: 100%;
	text-align: center;
}
#container {
	margin: 0 auto; padding-top: 4px;
	text-align: left;
	width: 800px;
}


/* head */

#head {
	background: url("/images/dmatch2/shadow/bottom.gif") 0 100% repeat-x;
	letter-spacing: 1px;
	margin-bottom: 16px; padding: 0 16px 8px 16px;
}
h1 {
	color: #92cef1;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: medium;
	display: inline;
	margin-right: .5em;
}
h2 {
	display: inline;
	font-weight: normal;
}
#head .date {
	float: right;
	font-size: x-small;
}

/* body */

#body {
	margin-bottom: 16px; padding: 0 16px;
}

#lander .padd {
	margin: 0 auto; padding: 32px 0;
	text-align: left;
	width: 540px;
}
#lander .padd .left {
	float: left;
	width: 180px;
}
#lander .padd li a {
	display: block;
	font-size: medium;
	padding-left: 12px;
	height: 1.8em;
}
#lander .keyword li a:hover,
#lander h3 a:hover {
	font-weight: bold!important;
	background: url("/images/dmatch2/arrow.gif") 0 3px no-repeat;
}

/* keywords */

#lander #keywords {
	background: url("/images/dmatch2/box/keywords_lander.gif") no-repeat;
	overflow: hidden;
	text-align: center;
	width: 768px; height: 205px;
}

/* genres */

#genres h3 {
	margin-bottom: 1em;
}
#genres h3 a {
	display: block;
	font-size: medium;
	font-weight: normal;
	padding-left: 12px;
	width: 150px;
}
#genres {
	background: url("/images/dmatch2/box/genres.gif") no-repeat;
	overflow: hidden;
	text-align: center;
	width: 768px; height: 399px;
}
#genres .padd .keyword {
	margin: 0 0 1em 12px;
}
#genres .padd li a {
	font-size: small;
	padding-left: 12px;
	height: 1.8em;
}

/* search */

#search {
	background: url("/images/dmatch2/box/search.gif") no-repeat;
	overflow: hidden;
	text-align: center;
	padding-left: 12px;
	width: 768px; height: 100px;
	margin: 0 0 1em 12px;
}
#search form {
	margin-top: 32px;
}
#search #k {
	font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: large;
	font-weight: normal;
	vertical-align: middle;
	width: 15em;
}
#search #submit {
	font-size: medium;
	line-height: 1.2;
	vertical-align: middle;
	width: 4em;
}


/* result */

#left {
	float: left;
	width: 500px;
}
#right {
	background: url("/images/dmatch2/box/keywords_result.gif") no-repeat;
	float: right;
	width: 252px; height: 630px
}

/* best5 */

.best {
	overflow: hidden;
	width: 500px; height: 122px;
}
.best dl {
	cursor: pointer;
	overflow: hidden;
	width: 500px; height: 114px;
}
#best1 dl {
	background-image: url("/images/dmatch2/best/1.gif");
}
#best2 dl {
	background-image: url("/images/dmatch2/best/2.gif");
}
#best3 dl {
	background-image: url("/images/dmatch2/best/3.gif");
}
#best4 dl {
	background-image: url("/images/dmatch2/best/4.gif");
}
#best5 dl {
	background-image: url("/images/dmatch2/best/5.gif");
}
.best dt,
.best dd {
	margin: 0 32px 0 120px;
}
.best dt {
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 4px;
}
.best dt a {
	color: #00f;
	font-size: medium;
}
.best dt a:hover {
	color: #00f;
	text-decoration: none;
}
.best dt a:visited {
	color: #00f;
	text-decoration: none;
}
.best dt a:active {
	color: #00f;
	text-decoration: none;
}
.best dd.text {
	letter-spacing: 1px;
	line-height: 1.5;
	height: 3em;
}
.best dd.url a {
	color: #090;
	font-size: x-small;
	text-decoration: none;
}
.best dd.url a:visited {
	color: #090;
}
.best dd.url a:hover {
	color: #090;
}
.best dd.url a:active {
	color: #090;
}

/* right */

#right .padd {
	margin: 52px 8px 8px 16px;
}
#right .keywords li {
	line-height: 2;
}
#right .keywords li a {
	display: block;
	font-size: medium;
	padding-left: 12px;
	height: 2em;
}
#right .keywords li a:hover {
	font-weight: bold!important;
	background: url("/images/dmatch2/arrow.gif") 0 9px no-repeat;
}

/* foot */

#foot {
	background: url("/images/dmatch2/shadow/top.gif") repeat-x;
	clear: both;
	padding: 8px 16px;
	text-align: center;
}
#copy {
	font-size: x-small;
}


@media tty { i{content:"\";/*" "*/}}@m; @import 'd2-msie.css'; /*";}}/* */
@media tty { i{content:"\";/*" "*/}};@import 'd2-msie.css'; {;}/*";}}/* */
