body           {background-color:lavenderblush;
	            margin:0;
	            padding:0}
/* コンテナ */
div#container  {width:1220px;
                margin-left:auto;
			    margin-right:auto}
/* ヘッダー */
div#header     {margin-top:15px}
div#header h1  {text-align:center;color:#000000;font-family:serif}
div#header h2  {text-align:center;color:#000000;font-family:serif}
div#header h3  {text-align:center;color:#000000;font-family:serif}
/* 目次 */
div#mokuji     {line-height:1.0;
				color:#000000}
/* 見出し */
div#midasi     {font-size:1.3em;
				line-height:1.0;
				color:#000000}
div#midasi2    {font-size:1.0em;
				line-height:1.0;
				color:#000000}
div#midasix     {font-size:1.2em;
				color:#000000;
                margin-top:0;
		        margin-bottom:0;
                margin-left:0;
                margin-right:0}
div#modoru a{
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 80px;
	height: 40px;
	background-image:url(../images/modoru.jpg);
	}
div#modoru a:hover{
	background-image:url(../images/modoru_h.jpg);
	}
/* テーブル */
table.tbl      {font-size:0.875em;
                margin-top:0;
		        margin-bottom:0;
                margin-left:0;
                margin-right:0}
td             {width:300px;
                height:133px;
				padding-top:15px;
				padding-bottom:15px;
			    text-align:center;
				vertical-align:bottom}
td img         {width:300px;
                border:0}
td.v           {width:300px;
                height:300px;
				padding-top:15px;
				padding-bottom:15px;
			    text-align:center;
				vertical-align:bottom}
td.txt         {width:300px;
                height:0px;
				padding-top:0px;
				padding-bottom:0px;
			    text-align:center;
				vertical-align:bottom}
td.v img       {width:200px;
				height:300px;
                border:0}
/* フッター */
div#footer{
	clear: both;
	text-align:center;
	background-color: #cc0099;
	vertical-align: bottom;
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px
	}

