﻿@charset "UTF-8";
/* 	
	The Style Sheet File for the top page of "映演総連"
	Copyright (C) 2004-2005 映画演劇労働組合総連合
*/
body {
	margin: 0;
	padding: 0;
}

/* ============ ブロック要素 ============= */
h1 {
	font-size: 220%;
	font-weight: bold;
	color: #933;
	margin: 0.75em 4%;
	padding: 0;
}
h2, h3, h4, h5 {
	font-weight: bold;
	margin: 2em 0 0.5em 0;
	padding: 0.75em;
}
h2 {
	font-size: 120%;
	color: #900;
	border: 2px solid #cba;
	background-color: #eed;
}
h3 {
	font-size: 110%;
}
h4, h5 {
	font-size: 100%;
}
p {
	line-height: 1.7;
	margin-left: 1em;
	text-align: left;
}
blockquote {
	font-size: 95%;
	margin: 1em 2.5% 1em 5%;
	padding: 0 0 0 20px;
	border: 1px dashed #999;
/*	background-image: url("img/quote.png");
	background-repeat: no-repeat;
	background-position: top left;
*/
}
blockquote p {
	margin: .7em 2.5% .7em 2%;
}

/* ==================== リスト ================== */
ol {
	list-style-type: decimal;
}
ul {
	list-style-image: url("../img/mark.png");
}
li {
	margin: 0 0.75em 0.25em 0.25em;
	padding: 0;
	line-height: 1.5;
}
ul ul {
	margin-top: 0.2em;	
	margin-bottom: 0.5em;
	list-style-type: circle;
	list-style-image: none;
}
ul ol {
	list-style-type: decimal;
	list-style-image: none;
}
dl {
	line-height: 1.6em;
	margin-left: 1em;
}

dt {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.3em;
	border-left: 6px solid #cba;
	border-bottom: 1px solid #cba;
}
dd
	{
	/*padding-top: 0.25em;
	margin-left: 7.5%;*/
}
dd dt
	{
	border-left: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
dd ol, dd ul
	{
	margin-top: 0.5em;
}

address {
	margin: 0;
	padding: 0.3em;
}

/* ====================== インライン要素 ======================= */
img {
	border: none;
}
a:link {
	color: #00c;
	text-decoration: underline;
}
a:visited {
	color: #933;
	text-decoration: underline;
}
a:hover {
	color: #33f;
	text-decoration: underline;
}
q, cite, dfn, em, strong {
	font-style: normal;
}
em {
	font-weight: bold;
	color: #066;
}
strong {
	font-weight: bold;
	color: #d00;
}
q
	{
	color: #336;
	/*font-style: italic;*/
	quotes: "「" "」" "『" "』";
	border-bottom: 1px dotted #336;
	}

q:before
	{content: open-quote;}

q:after
	{content: close-quote;}

cite
	{
	color: #558;
	}

abbr, acronym, dfn
	{
	border-bottom    : 1px dashed #887;
	cursor           : help;
	}

dfn {
	font-style: normal;
	color: #456;
	border-bottom: 1px dotted #456;
	cursor: help;
}
ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
	color: #999;
}
del a:link {
	color: #88e;
}
/* =============== テーブル ================= */
table
	{
	margin: 1em 1%;
	border-collapse: collapse;
	}

table, th, td
	{
	border: 1px dashed #999;
	}

th
	{
	font-weight: bold;
	padding: 6px 1em;
	}

td
	{
	background-position: top;
	vertical-align: top;
	padding: 6px 1em;
	}

thead th {
	background-color: #888;
	color: #fff;
}

tbody {
	font-size: 95%;
}

/* ==================== その他独自 ===================== */
div.mail, div.navigation {
	padding: 0.5em;
	text-align: center;
	line-height: 1.3em;
}
div.banner {
	padding: 0.5em;
	text-align: center;
}


div#header {
	padding: 0.3em;
	color: #fff;
	background-color: #BD1314;
}
div#header a:link {
	color: #fefefe;
}
div#header a:visited {
	color: #eee;
}
div#header a:hover {
	color: #f90;
}
div.main {
	margin: 0.5em 4% 2em 4%;
	padding: 0;
}
div.lead {
	margin: 0.5em 10% 2em 10%;
	padding: 0 1em 0.5em 1em;
	border: thin outset #fefefe;
	background-color: #ffd; /*#ffd;*/
}
div.lead p {
	margin-left: 0.5em;
}
div.toc {
	margin: 3em 15%;
	padding: 0em 1em 2em 1em;
	border: 1px solid #ccb;
	background-color: #ffd;
}
div.thumnail {
	float: right;
	margin: 2%;
}
div.thumnail div.caption {
	font-size: 90%;
	text-align: center;
}
div.image {
	text-align: center;
}
div#footer {
	margin-bottom: 1%;
}
div.dateOfIssue {
	margin-right: 4%;
	text-align: right;
}
div.author, div.date, div.end {
	text-align: right;
	margin: 1em 2.5%;
}
#freenetTop h1 {
	text-align: center;
}
.quote_h {
	text-align: center;
}
span.main {
	display: block;
	font-size: 140%;
	font-color: #ffd;
}
.dec {
	text-align: center;
}
p.source {
	text-align: left;
}

