@charset "UTF-8";

/* ベース */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(img_basedesign_back.png);
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}
div {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
span {
	margin: 0px;
	padding: 0px;
}
.back01 {
	background-image: url(img_basedesign_back01.png);
	background-repeat: repeat-y;
}
.back02 {
	background-image: url(img_basedesign_back02.png);
	background-repeat: repeat-y;
}
.table_main {
	width: 895px;
	margin: 0px auto;
	text-align: left;
}
.table_contents {
	color: #333;
	background-color: #fff;
	text-align: center;
}
.table_list {
	margin: 15px 0px 0px 0px;
	color: #333;
	text-align: left;
}
.paragraph {
	background-image: url(img_paragraph.png);
	background-repeat: repeat-y;
}
.films {
	background-image: url(img_films.png);
	background-repeat: repeat-y;
}
#base {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#contents {
	margin: 0px 50px 0px 50px;

}


/* リンク */

a {
	color: #990000;
	text-decoration: none;
}
a:link{
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #990000;
}
a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}

/* テキスト */

h1 {
	margin: 50px 25px 25px 25px;
	padding: 0px;
	border: none;
	text-decoration: none;
}
h2 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	border: none;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.text {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify: distribute;
}
.text_bold {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.text_small {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.text_del {
	color: #990000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.text_en {
	color: #b4c8dc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.text_films {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
