@charset "utf-8";
/* CSS Document */


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
img {
	vertical-align: bottom;
}
.basicinfo {

}
#header h1, #footer p {
	margin: 0px;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 48px;
}
#nav ul li a {
	font-size: 15px;
	width: 157px;
	text-align: center;
	display: block;
	line-height: 34px;
	background-color: #FFF;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#footer p {
	font-size: 14px;
	text-align: left;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.subject {
	width: 140px;
	float: left;
	margin-right: 20px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3F0;
}
.subject h2+p {
	font-size: 16px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #3F0;
	border-right-color: #3F0;
	border-bottom-color: #3F0;
	border-left-color: #3F0;
	padding-bottom: 7px;
	text-align: center;
}
.subject p+p {
	font-size: 14px;
	margin-bottom: 0px;
}
#footer {
	margin-top: 30px;
	clear: both;
}
#main {
	overflow: hidden;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	width: auto;
}


#subject06 {
	margin-right: 0px;
	float: right;
}  --!>


#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	border: 3px solid #F90;
	width: 945px;
}
#nav ul li {
	float: left;
	border-right-width: 2px;
	border-right-style: none;
	border-right-color: #F90;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #F90;
}
#nav ul li a:hover {
	background-color: #FC3;
}
#content h2 {
	font-size: 20px;
	margin-top: 0px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #DC6618;
	padding: 10px;
}
#content p {
	background-color: #FFF;
}
#sidebar {
	background-color: #0099FF;
	padding: 20px;
	color: #FFF;
	width: 200px;
	float: left;
	
	margin-top: auto;
	margin-right: auto;
}
#main #sidebar p {
}

#sidebar ul li a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
#sidebar ul li {
	margin-bottom: 10px;
}
#sidebar ul {
	padding-left: 20px;
	margin-left: 0px;
}
#sidebar h3 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	margin-top: 0px;
}
#content {
	float: left;
	width: 640px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	margin: 2px;
	padding: 2px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	height: 480px;
}

#subject07 {
	float: left;
	clear: left;
}--!>

#counter {
	clear: both;
	margin: 10px;
	padding-top: 10px;
}

#subject12 { 
	float: left; 
	margin-right: 0px;  

}  --!>

span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: normal;
}
div {
	text-align: left;
	width: 100%;

}
#yokoso {
	text-align: left;
}
h1 {
	font-size: 20px;
}


.youtube{
position:relative;
padding-bottom:45%; /*これが縦横比*/
height:0;
overflow:hidden;
}
.youtube iframe{
    position: absolute;
    top: 41px;
    left: -2px;
    width: 100% !important;
    height: 100% !important;
}
