h1       {font-size:18px;
         margin:1px;
         padding:1px}

/* コンテナ */
div#container  {
	width: 784px;
                margin-left:auto;
                margin-right:auto;
}



/* コンテンツ */

div#content   {
        margin-left: auto;
        margin-right: auto
        
}

div#content h2  {background-color: #faebed;
                 font-size: 1.25em;
                 color: #ad3443;
                 border: solid #ad3443;
                 line-height: 30px;
                 padding-left: 10px;
                 margin-bottom: 20px;
                 clear: both}

div#content h3  {
                 font-size: 0.95em;
                 line-height: 25px;
                 padding-left: 30px;
                 margin-top: 30px;
                 margin-bottom: 20px;
                 clear: both}

div#content p    {font-size: 1em;
                 line-height:1.6;
                 margin-top: 10px}



/* フッター */

div#footer {
	font-size: 0.75em;
          font-style: normal;
          margin-bottom: 10px
                 clear: both}

.wrapper{
margin-top: 30px;
margin:0;
padding:0;
background-color:#ffffff;
margin-bottom: 20px;
}

.contleft{
margin:0;
padding:0;
font-weight: bold;
float:left;
width:387px;
}

.contright{
text-align: left;
margin:0;
padding:0;
margin-left:389px;
padding-left: 0px;
margin-bottom: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
