@charset "Shift_JIS";
/* ============08.02.13
0.基本設定
1.共通
2.頻繁に使うもの
3.レイアウト
	border: 1px solid #f00;
==================== */

/* 0.基本設定 ==================== */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background-color: #fff;
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul, ol, li, table, th, td, div, form {
	margin: 0;
	padding: 0;
}
a:link {
	color: #339;
	text-decoration: underline;
}
a:visited {
	color: #339;
	text-decoration: underline;
}
a:hover {
	color: #99c;
	text-decoration: none;
}
a:active {
	color: #99c;
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 30px 30px 10px;
}
h2 {
	margin: 0;
	padding: 10px 0;
}
h3 {
	color: #f60;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 3px 0;
}
textarea, input, select {
	font-size: 12px;
}
* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
}

/* 1.共通 ==================== */

/* --- ｈ１部分 --- */

#top {
	color: #fff;
	font-size: 83%;
	text-align: left;
	line-height: 1.3;
	background: url(img/h1back.jpg) no-repeat left top;
	width: 700px;
	height: 180px;
	margin: 0;
	padding: 0;
}
#toptxt {
	width: 620px;
	margin: 0 auto;
	padding: 0;
}
#toptxt p {
	width: 400px;
	float: left;
}
#toptxtright {
	width: 200px;
	float: right;
}
#toptxtright strong, #toptxtright span {
	font-size: 12px;
}

/* --- ｈ２下 --- */

.info {
	margin-bottom: 10px;
}
.info strong {
	font-size: 14px;
}
.info img {
	float: left;
	margin-right: 10px;
}

/* --- 本文基本 --- */

.box {
	font-size: 83%;
	text-align: left;
	line-height: 1.5;
	width: 500px;
	margin: 0 auto 20px;
	padding: 0;
}

/* --- ムービー --- */

#movie {
	list-style: none;
}
#movie li {
	list-style: none;
	margin: 0 10px 5px 0;
	float: left;
}
.table td {
	font-size: 11px;
	text-align: center;
	padding: 2px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #036;
}

/* 2.頻繁に使うもの ==================== */

.left {
	float: left;
}
.right {
	float: right;
}
.imgleft {
	float: left;
	margin-right: 7px;
}
.imgright {
	float: right;
	margin-left: 7px;
}
.center {
	margin: 0 auto;
	text-align: left;
}
.clear {
	clear: both;
}
.stxt {
	font-size: 11px;
	line-height: 1.3;
}
.red {
	color: #f60;
}
.returntxt {
	margin: 5px 0 5px 1.5em;
}
.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
/*IE7用*/
.clearfix {display:inline-block;}
/*以下MacIE5用*/
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* 3.レイアウト ==================== */

#head{
	margin: 0;
	padding: 0;
	width: 700px;
}
#base {
	margin-left: 10px;
	width: 680px;
}
.base2 {
/*	background: url(img/backmain.gif) no-repeat center top;*/
	vertical-align: top;
/*	width: 550px;*/

}
#invitation, #report {
	float: left;
	width: 520px;
	margin: 10px auto;
}
#foot {
	margin: 20px 0 0 0;
	padding: 0;
	width: 700px;
}

/* === 講習会履歴 === */

#right {
	color: #666;
	font-size: 83%;
	background-color: #eee;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	padding: 5px;
	float: right;
	width: 130px;
}
#right h3 {
	color: #666;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#right ul {
	line-height: 1.3;
}