@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background-image: url(../images/m_bg.png);
	background-repeat: repeat;*/
	background-color: #f1f2f1;
	color: #666;
}

#wrap {
	margin: auto;
	width: 960px;
}

#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
}


.main_box {
	background-color: rgba(255, 255, 255, 0.8);
	height: auto;
	width: 950px;
	border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 40px;
	margin-bottom: 30px;
	background-image: url(../images/flag.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: none;
	float: left;
}

.dot_box {
	border: 1px dotted #999;
	width: 900px;
	height: auto;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 80px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: none;
	float: left;

}

#movie_area {
	clear: none;
	float: left;
	height: auto;
	width: 800px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 30px;
}
#youtubeplay {
	background-color: #D5C5A9;
	height: 360px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	background-image: url(../images/dummy.png);
	background-repeat: no-repeat;
}

/* list area */
.oa {
	height: auto;
	width: 640px;
	color: #666;
	margin-right: 130px;
	margin-left: 130px;
	margin-bottom: 30px;
	clear: none;
	float: left;
}
.oa dl {
	height: auto;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}


.oa dt {
	font-size: 14px;
	float: left;
	margin-right: 15px;
	width: 130px;
	margin-left: 15px;
}
.oa dd {
	font-size: 14px;
}
.midashi {
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.f_g {
	color: #30AC9A;
}

.oa a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	letter-spacing: 0.1em;
	color: #666;
	text-decoration: none;
	}
	
.oa a:hover {
	background-color: #dde9dc;
	color: #666;
	text-decoration: none;
    }
	
.oa a:visited {
	color: #666;/*リンクの色*/
}	
/* foot */
#foot {
	/* margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 8px;
	width: 900px;
	clear: none;
	float: left;
	height: auto; */
	clear:both;
}
.dot_line{
	font-size: 8px;
	border-bottom: dotted 1px #999;
} 
