@charset "utf-8";

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/* ==================== レイアウト ==================== */

#container	{
	width: 960px;
	margin: auto;}

#container_inner	{
	width: 960px;
	padding: 0px;
	overflow: hidden;}

/* ==================== 動画埋め込み ==================== */

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding-bottom: 30px;
}

.youtube iframe {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px,auto;
}

/* ==================== 背景 ==================== */

body {
	background-image: url(images/back_photo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #960;
	background-attachment: fixed;}

#container_inner {
	background-image: url(images/back_photo_brown.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;}

/* ==================== ヘッダー ==================== */

#header {
	width: 960px;
	height: 120px;
	background-color:#606;}

#header h1 {margin: 0;}

#header img {border: 0;}


/* ==================== コンテンツ ==================== */

#content {
	width: 710px;
	min-height: 541px;
	float: right;
	margin-top:15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 15px;
	background-color: #C9F;}

.post	{width: px;}

.post h2	{
	font-size: 1em;
	color: #C9F;
	margin: 10px;
	margin-bottom: 10px;
	background-color: #630;
	line-height: 32px;
	padding-left: 10px;}

.post h3	{
	font-size: 1em;
	color: #606;
	border-bottom: dotted 5px #606;
	margin: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 0px;}

.posttext	{font-size: 0.875em;
	line-height: 1.5;}

.posttext p	{
	margin: 10px 30px;
	margin-bottom: 20px;
}
.posttext .p2 {
	margin: 0px 30px;
	margin-bottom: 0px;
}

ul li {
	list-style-type: circle;
	margin-right: 10px;
	}
.mainTitle {
	font-size: 32px;
	color: #9900CC;
	font-weight: bold;
	text-align:center
}
/* ==================== メニュー ==================== */

.menu	{
	width: 230px;
	float: left;
	overflow: hidden;}

.menu li	{
	margin-bottom: 5px;
	list-style-type: none;
	line-height: 0;}

.menu #halau a	{
	background-image:url(images/menu_halau.jpg);}
.menu #kumu a	{
	background-image:url(images/menu_kumu.jpg);}
.menu #class a	{
	background-image:url(images/menu_class.jpg);}
.menu #access a	{
	background-image:url(images/menu_access.jpg);}
.menu #contact a	{
	background-image:url(images/menu_contact.jpg);}
.menu #link a	{
	background-image:url(images/menu_link.jpg);}
.menu #blog a {
	background-image:url(images/menu_blog.jpg);}

.menu li a	{
	display: block;
	line-height: 73px;
	background-repeat: no-repeat;
	text-indent: -9999px;}

.menu li a:hover	{
	background-position: 0 -80px;}

.menu ul	{
	margin-top:15px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
	padding: 0px;}

/* ==================== フッター ==================== */

#footer	{
	width: 960px;
	background-color: #606;
	clear: both;}

#footer_inner{
	padding: 10px 10px;}

#footer p{
	color: #C9F;
	font-size: 0.75em;
	margin: 0;
	text-align: center}

/* ==================== 画像 ==================== */

.imgleft	{
	float: left;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 10px}

.imgright	{
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;}

.imgcenter	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;}

/* ==================== テーブル ==================== */

table	{
	width: 660px;
	border-collapse: collapse;
	margin: 15px;
	margin-top: 0px;}

th	{width: 50px;
	border: solid 1px #aaaaaa;
	padding: 8px;
	font-size: 0.875em;
	text-align: left;}

td	{border: solid 1px #aaaaaa;
	padding: 8px;
	font-size: 0.875em;}
#container #container_inner #content .post .posttext ul li strong { color: #600;
}
#container #container_inner #content .post .posttext ul li em { font-size: x-small; }
#container #container_inner #content .post .posttext ul li { text-align: left; }

.torikeshi {
	text-decoration: line-through;
	text-indent: 1em;
}
