/* リセットスタイル */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.1;
	font-size:100%;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0; /* 保険 */
	}

/* Win IE 7向け */
*:first-child+html * {

	}

/* Win IE 6向け */
* html * {

	}

* html th,
* html td,
* html form,
* html fieldset,
* html legend {
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.1;
}

html{
height:100%;
margin-bottom : 0px;
margin-top : 0px;
}
body {
/* ↓コンテナを中央に配置 */
  text-align : center;
/*  font-size : 10pt; */
	margin: 0;
	padding: 0;
	background-color: #d9d9d9;
	color: #000000;
}
body > #container{
height : auto;
}
/* ===== リンク ===== */
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #990033;
}
/* ↓画像にリンクを張ると枠線が表示されるのを避ける */
img{border:0px;
}

/* ===== コンテナ ===== */
#container{
	position: relative;
    width: 800px;
    margin:0px auto;
    text-align:center;
    min-height: 100%;
	background-color: #ffffff;
	background-image: url(img/leftbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
/*     background-color : #990033; */
    padding-bottom : 20px;
}
/* ===== ヘッダー ===== */
.header {
	margin-left : auto;
	margin-right : auto;
/*     position:absolute; */
	top: 0px;
    bottom : 0px;
	width: 100%;
	height: 100px;
    right : auto;
    left : auto;
	padding: 0;
	background-image: url(img/headbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.header h1 {
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	text-align:right;
	float: right;
}
.header img {
	margin: 0;
	padding: 0;
	float: left;
}
/* ===== トップメニュー ===== */
.menu {
	margin: 0;
	padding: 2px;
	border-top: 1px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background-color: #990033;
/* 	background-image: url(img/menubg.gif); */
 	background-image: url(img/menubg.gif);
}
.menu a {
	float: left;
	display: block;
	margin-right: 4px;
	padding: 3px;
	width: 120px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.menu a:link {
	border: 2px solid #990000;
	background-color: #990000;
	color: #ffffff;
}
.menu a:visited {
	border: 2px solid #990000;
	background-color: #990000;
	color: #ffffff;
}
.menu a:hover {
	border: 2px solid #cc6666;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	background-color: #cc0033;
	color: #ffffff;
}
.menu a:active {
	border: 2px solid #990000;
	border-right: 2px solid #ff6666;
	border-bottom: 2px solid #cc6666;
	background-color: #cc0033;
	color: #ffffff;
}
.floatclear {
	clear: left;
}
/* ===== フラッシュ／イメージ ===== */
.image {
	margin: 0;
	padding: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background-color: #000000;
}
/* ===== 左メニュー ===== */
.leftmenu {
/* 	top: 100px; */
/* 	left: 0; */
	width: 180px;
	margin: 0px;
	padding: 0 10px 20px 2px;
	float: left;
}
.leftmenu p {
	width: 160px;
	margin: 0 0 1px 0;
	padding: 9px 10px;
/*	border-left: 2px solid #990033;
	border-right: 2px solid #990033;
	border-top: 2px solid #990033;
	border-bottom: 2px solid #990033; */
	background-color: #990033;
/* 	background-image: url(img/menubg.gif); */
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none; 
	text-align:left;
}
.leftmenu ul {
	width: 160px;
	margin: 0 0 10px 0;
	padding: 0;
}
.leftmenu li {
	width: 160px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.leftmenu a {
	width: 160px;
	display: block;
	margin: 0px;
	padding: 9px 10px;
	border-left: 0px solid #990033;
	border-right: 0px solid #990033;
	border-top: 0px solid #990033;
	border-bottom: 2px solid #990033;
	background-color: #ffffff;
	background-image: url(img/leftbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none; 
	text-align:left;
}

/* ===== メイン ===== */
.main {
/* 	top: 100px;
	margin-left: 200px; */
	padding: 0;
	width: 600px;
	float:left;
}
.maintitle{
	margin: 10px 10px 1px 5px;
	padding: 5px 10px;
	border-left: 6px solid #990033;
	border-right: 0px solid #990033;
	border-top: 0px solid #990033;
	border-bottom: 0px solid #990033;
	background-color: #d3d3d3;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none; 
	text-align:left;
}

.main h2 {
	margin: 20px 40px 0 40px;
	padding: 0;
	color: #666666; 
	font-size: 100%;
	line-height: 150%;
	text-align:left;
}
.main h3{
	margin: 20px 30px 20px 20px;
	padding: 10px 10px 10px 10px;
	width: 500px;
 	border: 3px outset #ffcc66;
	background-color: #ffffcc;
	color: #3333cc;
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
	text-align:left;
}
.main table{
	margin: 10px 30px 5px 20px;
	padding: 0;
	color: #666666;
	font-size: 95%;
	font-weight: bold;
	line-height: 160%;
	text-align:left;
}
.main tr ,.main td {
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}
.main li{
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
	font-size: 90%;
}
/* ===== トピックス ===== */
.topicstitle {
	margin: 0px 450px 0px 30px;
	padding: 3px 5px 0px 5px;
	width: 50px;
	border: 0px solid #999999;
    color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	background-color: #990033;
	text-align:center;
}
.topics {
	margin: 0px 0px 10px 30px;
	padding: 5px 0px 10px 10px;
	width: 500px;
	height: 80px;
	border: 1px dashed #990033;
/*	border-top: none;*/ 
 	overflow: auto; 
	text-align:left;
}
.topics li {
	margin: 0px;
	padding: 0px;
/* 	list-style-type: disc; */
	list-style-type: none;
	font-size: 90%;
	text-align:left;
}
/* ===== レッスン ===== */
.lesson table{
    border-collapse:collapse;
}
.lesson table,.lesson tr,.lesson td{
	margin: 20px 40px 0 40px;
	padding: 5px 30px 5px 10px;
	color: #666666; 
	background-color: #fffff0;
	text-align:left;
	border: 1px solid #ff9933;
	vertical-align: top;
}
.dai{
	margin: 20px 40px 0 40px;
	padding: 0px 15px 0px 15px;
	color: #ffffff; 
	background-color: #ff9933;
	text-align:left;
	border: 1px solid #ff9933;
	vertical-align: top;
}
/* ===== コピーライト ===== */
.bottommenu{
	position:relative;
	margin: 50px 0px 10px 0px;
	padding:10px 0px 5px 0px;
	border-top:0px solid #990033;
	width: 800px;
	font-style:normal;
	font-size: 80%;
	text-align:center;
}
/* ===== プライバシーポリシー ===== */
.pricedown {
	margin: 10px 20px 5px 20px;
	padding: 0;
	font-size: 80%;
	line-height: 135%;
	color: #0000ff;
}
/* ===== プライバシーポリシー ===== */
.privacy {
	margin: 10px 60px 5px 20px;
	padding: 10px 30px 10px 30px;
	width: 448px;
	height: auto;
	border: 1px solid #999999;
	font-size: 90%;
	line-height: 135%;
}
/* ===== コピーライト ===== */
address{
	position:relative;
	margin: 0px 0px 10px 0px;
	padding:10px 0px 5px 0px;
	border-top:2px solid #990033;
	width: 800px;
	font-style:normal;
	font-size: 80%;
	text-align:center;
}


