@charset "UTF-8";

* {
	margin  :0;
	padding :0;
}

body {
	background :#efefef;
}

h2 {
	margin-bottom :10px;
}

p {
	margin      :0em 0em 3em 0em;
	font        :11pt Thonburi,sans-serif;
	line-height :1.6em;
}

p.indent {
	margin :0em 0em 3em 1em;
}

p.float_l {
	float :left;
	width :260px;
}

dl {
	margin-bottom :2em;
}

dt {
	float        :left;
	margin-right :1em;
	font-size    :9pt;
}

dd {
	padding-left  :90px;
	font-size     :9pt;
	margin-bottom :1em;
}

a:link {
	text-decoration :none;
	color           :#484848;
	border-bottom   :1px dashed #484848;
}
a:visited {
	text-decoration :none;
	color           :#808080;
	border-bottom   :1px dashed #808080;
}
a:hover {
	text-decoration :none;
	color           :#202020;
	border-bottom   :1px solid #202020;
}
a:active {
	text-decoration :none;
	color           :#000000;
}

a img,a.img {
	border :0;
}


#body {
	margin       : 0px auto;
	padding      : 10px 10px 10px 30px;
	width        : 780px;
	border-left  : 3px #202020 double;
	border-right : 3px #202020 double;
	background   : white;
}

div#main {
	float   :left;
	width   :600px;
	padding :3em 0em;
}
div#ad {
	float :right;
	width :180px;
}
div#rekuten {
	clear :both;
}

div#breadcrumbs {
	margin    :0.5em 0 0 1.2em;
	font-size :10pt;
}

#copyright {
	margin     :0px;
	text-align :center;
	font-size  :9pt;
}
#copyright br {
	margin:5px;
}

.clear {
	clear :both;
}


/* for Movies */

div.nicolist {
	margin: 10px;
	width : 800px;
}

div.nicolist table tr.line0 {
	background-color: #d1d1d1;
}
div.nicolist table tr.line1 {
	background-color: #eaeaea;
}

div.nicolist table tr td {
	margin        : 0;
	vertical-align: top;
}
div.nicolist table tr.line0 td.nico-img {
	padding      : 10px;
	border-left  : 10px solid #a0a0a0;
	border-top   : 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
div.nicolist table tr.line0 td.nico-desc {
	padding      : 5px;
	border-right : 1px solid #a0a0a0;
	border-top   : 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
div.nicolist table tr.line1 td.nico-img {
	padding      : 10px;
	border-left  : 10px solid #808080;
	border-top   : 1px solid #808080;
	border-bottom: 1px solid #808080;
}
div.nicolist table tr.line1 td.nico-desc {
	padding      : 5px;
	border-right : 1px solid #808080;
	border-top   : 1px solid #808080;
	border-bottom: 1px solid #808080;
}
div.nicolist table tr.line0 td.nico-td {
	padding      : 10px;
	border-left  : 10px solid #a0a0a0;
	border-right : 1px solid #a0a0a0;
	border-top   : 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
div.nicolist table tr.line1 td.nico-td {
	padding      : 10px;
	border-left  : 10px solid #808080;
	border-right : 1px solid #808080;
	border-top   : 1px solid #808080;
	border-bottom: 1px solid #808080;
}

div.nicolist table tr td p {
	margin: 0;
}

p.nico-title {
	font-size  : 14pt;
	font-weight: bold;
}
p.nico-title small {
	font-size  : 10pt;
	font-weight: normal;
}
p.nico-info small {
	font-size  : 10pt;
	line-height: 120%;
}
p.nico-description {
	font-size  : 11pt;
	line-height: 120%;
}
