﻿@charset "utf-8";

/* デジタル紙芝居：スタイルシート(2022/03/06 update) */

/*---------------------------------------------------------------- */
/* 基本設定 */
/*---------------------------------------------------------------- */

	*{
		margin:0;
		padding:0;
		border:0;
		outline:none;
		}

	a:link{   text-decoration:none;       color:#991100;}
	a:visited{text-decoration:none;       color:#007700;}
	a:hover{  text-decoration:underline;  color:#ee0000;}
	a:focus{  text-decoration:none;       color:#dd0000;}
	a:active{ text-decoration:none;       color:#ff0000;}

	#wrapper{
		margin:0px auto 10px auto;
		padding:0px 0px 0px 0px;
		width:978px;
		background-color:#ffffff;
		border-bottom:dotted 3px #ffaa77;
		}

	#main_image{
		width:978px;
		height:480px;
		margin:0px auto 20px auto;
		padding:0px 0px 0px 0px;
		border-bottom:dotted 3px #ffaa77;
		}

	table.layout{
		width:978px;
		margin:0px;
		border:none;
		}

	table.layout td{
		margin:0px;
		padding:8px 8px 20px 8px;
		vertical-align:top;
		}

	table.layout td .thumb{
		background-image:url("../images/thumbnail_bg.png");
		background-repeat:no-repeat;
		}

	.thumb a:link,
	.thumb a:visited{
		opacity:1.00;
		filter:alpha(opacity=100);
		-webkit-transition: all .3s;
		transition: all .3s;
		}

	.thumb a:hover,
	.thumb a:active{
		opacity:0.70;
		filter:alpha(opacity=70);
		-webkit-transition: all .3s;
		transition: all .3s;
		}

	dl.comment{
		margin:10px 10px 10px 10px;
		padding:0;
		}

	dl.comment dt{
		line-height:24px;
		font-size:17px;
		font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
		font-weight:bold;
		color:#aa5500;
		}

	dl.comment dd{
		margin:10px 0px 10px 0px;
		line-height:20px;
		font-size:14px;
		font-family:"游ゴシック",YuGothic,"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
		font-weight:normal;
		color:#000000;
		}

h3.bar{
	width:700px;
	margin:10px auto 20px auto;
	padding:0;
	}

h3.bar a{
	text-decoration:none;
	margin:0;
	padding:20px auto 20px auto;
	line-height:40px;
	font-size:20px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-weight:bold;
	color:#000000;
	background-color:#ffbb77;
	border-radius:10px;
	display:block;
	text-align:center;
	}



/*---------------------------------------------------------------- */
/* テキストの臨時設定用 */
/*---------------------------------------------------------------- */

	.fc_red{
		color:#dd0000;
		}

	.fc_blue{
		color:#0000dd;
		}

	.fc_green{
		color:#00cc00;
		}

	hr{
		margin:20px 20px 20px 20px;
		padding:0px 0px 0px 0px;
		color: #aaaaaa;
		background-color: #aaaaaa;
		border-style:none;
		height:1px;
		}

/* ClearFix ----------------------------------------- */

	.clearfix:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}

	.clearfix {
		display:inline-table;
		}

/* Hides from IE-mac \*/
	* html .clearfix{height:1%;}
	.clearfix{display:block;}  
/* End hide from IE-mac */

