@charset "Shift_JIS";
/* 最初に文字コード宣言 */


/* 養成理念 */
img.idea {
	margin-top:30px;
	margin-bottom:40px;
}


/* mainページtable */

table.topcolumn {
	width:450px;
	background-color:#00f;
	margin-bottom:20px;
}


td.columntitle {
	font-size:17pt;
	font-weight:bold;
	font-family:serif;
	color:#fff;
	background-color:#33f;
}

td.columncontent {
	font-size:10pt;
	line-height:14pt;
	color:#333;
	background-color:#fff;
	padding:10px 0px;
}

td.columncontent p {
	padding:0px 8px;
}


/* 更新履歴部 */
td.historytitle {
	font-size:12pt;
	font-weight:bold;
	color:#fff;
	background-color:#33f;
}

td.updatetitle {
	font-size:10pt;
	width:80px;
	background-color:#ff9;
	text-align: center;
}

td.updatecolumn {
	font-size:10pt;
	background-color:#ff9;
	text-align:center;
}

td.update {
	font-size:10pt;
	font-weight:bold;
	color:#0000ff;
	text-align:center;
	background-color:#fff;
}

td.upcol {
	font-size:10pt;
	line-height:1.2;
	background-color:#ccf;
	padding:4px;
	padding-right:1px;
}

td.upcol span {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

td.upcol span.red {
	color:#f00;
}

td.upcol a {
	color:#33f;
	font-weight:bold;
	display:block;/* アンカーをブロック化 */
	text-decoration:none;
}

td.upcol a:hover {
	color:#00f;
	position:relative;
	text-decoration:underline;
	top: 1px;
	left: 1px;
}



/* 塾長挨拶部*/
table.greet {
	width:450px;
	padding:1px 0px;
	background-color:#ccf;
	border:solid 2px #00f;
	margin-top:30px;
	margin-bottom:20px;
}

div.greettitle {
	font-size:17pt;
	font-weight:bold;
	color:#039;
	font-family:serif;
	white-space:nowrap;
	text-align:center;
	margin:0px;
	padding-top:80px;
}

div.greetname {
	float:right;
	margin-right:5px;
	text-align:right;
}

div.greetname img {
	margin:5px 0px;
}

div.greetname div {
	font-size:10pt;
	padding-right:5px;
}


div.greetname span {
	font-size:17pt;
	font-weight:bolder;
	font-family:serif;
}

div.greetcontent {
	clear:both;
}

div.greetcontent p {
	font-size:12pt;
	line-height:1.4;
	letter-spacing:0pt;
	padding:0em 0.4em;
	margin:0.6em 0em;
	text-indent:0.8em;
}

div.greetcontent p.textright {
	text-align:right;
	padding-right:1.2em;
	margin-top:-0.6em;
}


/* お知らせ */
div.announcement_mark {
	width:12em;
	margin:2em 8px 1em;
	border:3px double #f90;
	line-height:1.3em;
}

div.announcement_mark div {
	font-size:0.9em;
	font-weight:bold;
	color:#fff;
	background-color:#f93;
	letter-spacing:0.4em;
	text-align:center;
}

div.announcement {
	margin-left:8px;
	line-height:1.8em;
}

div.announcement span {
	font-size:1.2em;
	font-weight:bold;
}

/* 共通部(共通ファイルに追加で削除予定) */
table {
	table-layout:fixed;
}

span.trailing {
	letter-spacing:-0.2em;
}

.fx08 {
	font-size:0.8em;
}

.bold {
	font-weight:bold;
}

.red {
	color:#f00;
}


/* 30周年告知用 */
div#Top_Word {
	margin-bottom:1em;
}

div#Top_Word a {
	text-decoration:none;
	border:none 0px;
}

div#gratitude {
	background-color:#fff6f6;
	background-image: url(./30th/image/gratitude.jpg);
	background-repeat:no-repeat;
	border:2px solid #f33;
	font-size:13px;
	line-height:1.1em;
	margin:0;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:2em 0 0;
	text-align:left;
	width:450px;
}

div#gratitude p {
	font-size:1em;
	letter-spacing:0.1em;
	padding:0.5em 1.4em;
	line-height:1.4em;
}

/* オーディション変更用 */
div#changeaudition {
	background-color:#007b43;
	color:#fff;
	font-size:1.5em; /* 余白調整用にここで指定 */
	font-weight:bold;
	margin-bottom:10px;
	padding:0.4em 0;
	width:450px;
}

div#changeaudition a {
	border-top:5px double #fff;
	border-bottom:5px double #fff;
	color:#fff;
	display:block; /* アンカーをブロック化 */
	font-size:1em; /* アンカーの文字サイズ一括指定から離脱 */
	font-weight:bold;
	line-height:1.4;
	padding:0.3em 0;
	text-decoration:none;
	width:450px;
}


div#changeaudition a:hover {
	background-color:#fff;
	border-top:5px double #f60;
	border-bottom:5px double #f60;
	color:#f60;
	position:relative;
	top: 1px;
	left: 1px;
}
