﻿body
{
	margin:0;
	text-align: left;
	color: #343434;
	line-height: 2.5;
	font-size:100%;
	font-weight: 100;
	font-family: "Century Gothic", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}





a
{
	color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:link 
{
	color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:visited 
{
	color:#000000;
    text-decoration:underline;
}
a:hover 
{
  	color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:active 
{
	color:#000000;
    text-decoration:none;
}


#main
{ 
	padding:10%;
	
}
#main img
{  
	display:block;
	float: left;
}  

#topics 
{
	margin-top : 50px;
	padding : 50px;
	
}

.section
{
	width:1000px;
	margin: 0 auto; 
    text-align: center;  


}

h1
{
	margin-top : 50px;
	font-size: 200%;
}


h2
{

	font-size: 200%;
}

p
{
	font-size: 100%;
}

.clear 
{
	clear:both;
}

.logo
{
	width:208;
	margin: 0 auto;  

}


.table1
{

	border-top : 1px solid #dddddd;
	width:100%;
	font-weight: normal;
	font-size: 100%;
	margin: 50px 0 50px 0;
	text-align : left;
}

.table1 th
{
	padding: 30px; 
	border-bottom : 1px solid #dddddd;
	width : 20%;
}
.table1 td
{
	padding: 30px ;
	border-bottom : 1px solid #dddddd;

}
.table1 .area
{
	width : 20%;
}



.mov-stage 
{
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

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