/* CSS Document */
*
{
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}
body
{
	margin:0px;
	background-color:#eeeeee;
	height:100%;
}
table,td
{
	vertical-align:top;
	font-size:14px;
}
a
{
	color:#cc66cc;
}
a:visited
{
	color:#cc66cc;
}
/* Admin */
.menu
{
	color:#220022;
}
/* 共通部分 */
#frameTable
{
	width:780px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330033;
	border-left-color: #330033;
	border-top-style: none;
	border-bottom-style: none;
	padding:0px;
	margin:0px;
}
#headerLogo
{
	width:780px;
	height:130px;
	margin:0px;
	padding:0px;
	background:url(../images/header.jpg) repeat center left;
}
#information
{
	height:120px;
	position:relative;
	top:10px;
	left:380px;
}
.companyInfo
{
	text-align:right;
	font-size:10px;
	color:white;
	font-weight:bold;
}
#mailadd
{
	border-color:#330033;
	border-width:2px;
	border-style:solid;
	background-color:white;
	width:150px;
	vertical-align:bottom;
}
.mailTitle
{
	font-size:11px;
	color:white;
	background:#996699;
	padding:3px;
	vertical-align:bottom;
}
#mailAddress
{
	width:20px;
}
#mailName
{
	font-size:10px;
	color:#330033;
}
.rightTD
{
	text-align:right;
	vertical-align:bottom;
}
.centerTD
{
	text-align:center;
	vertical-align:bottom;
}
.credit
{
	font-size:10px;
	color:#330033;
	text-align:right;
	font-weight:bold;
}
.SubLine
{
	height:3px;
	background-color:#330033;
}
#mainMenu
{
	background-color:white;
	text-align:center;
}
#mainContents
{
	background-color:white;
}
#footer
{
	background-color:#330033;
	color:white;
	text-align:right;
	font-size:11px;
	padding:5px;
}
#counter
{
	background-color:#cc99cc;
	padding:3px;
	border-color:#330033;
	border-width:1px;
	border-style:solid;
	width:150px;
	text-align:center;
}
/* 汎用 */
.backWhite
{
	background-color:white;
	padding:5px;
}
/* タイトル */
.titleL
{
	width:780px;
	height:23px;
	margin:0px;
	padding:5px 0px 0px 0px;
	background-color:#996699;
	color:white;
	font-weight:bold;
}
.titleM
{
	width:564px;
	height:23px;
	margin:0px;
	padding:5px 0px 0px 0px;
	background-color:#996699;
	color:white;
	font-weight:bold;
}
.titleS
{
	text-align:left;
	width:354px;
	height:23px;
	margin:0px;
	padding:5px 0px 0px 0px;
	background-color:#996699;
	color:white;
	font-weight:bold;
}
.sub
{
	background-color: #CC99CC;
	color: #FFFFFF;
	font-weight: bold;
}
.sub_s
{
	background-color: #CC99CC;
	color: #FFFFFF;
	font-weight: bold;
	font-size : 12px;
}
.line-dot
{
	width:100%;
	border-color:#CCCCCC;
	border-bottom-style:dotted;
	height:7px;
	text-align:center;
}
/* 本の表示 */
.books
{
	width:170px;
	border:2px solid #330033;
	padding: 8px 5px 8px 5px;
	background:#eeeeee;
	text-align:center;
}
.bookTable
{
	border:0px;
	padding:0px;
	margin:0px;
	width:160px;
}
.bookTitle
{
	margin:5px;
	text-align:center;
	font-size:14px;
	color:#330033;
	font-weight:bold;
}
.bookContents
{
	font-size:12px;
	line-height:15px;
	text-align:left;
}
.bookPage
{
	width:320px;
	border:2px solid #330033;
	padding: 8px 5px 8px 5px;
	background:#eeeeee;
	text-align:center;
}
.bookPageTable
{
	border:0px;
	padding:0px;
	margin:0px;
	width:320px;
}
.bookPageContents
{
	font-size:12px;
	line-height:17px;
	text-align:left;
}
.bookTopTable
{
	border:0px;
	padding:0px;
	margin:0px;
	width:550px;
}
.bookTopTitle
{
	margin:5px;
	text-align:left;
	font-size:14px;
	color:#330033;
	font-weight:bold;
}
/* ニュース */
#News
{
	BORDER-TOP: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-RIGHT: gray 1px solid;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	WIDTH: 352px;
	HEIGHT: 290px;
	OVERFLOW-Y: scroll;
}
.NewsContents
{
	font-size:13px;
	text-align:left;
}
/* 教室 / セミナー / 教材 */
.textContents
{
	color = blue;
	font-size:14px;
	line-height:18px;
	text-align:left;
}
.titlebar2
{
	background-color: #663366;
	color: #FFFFFF;
	font-weight: bold;
	font-size : 18px;
}
.caution{
	color: #cc3300;
	font-size : 11px;
}
/* FAQ */
.faqQ{
	color: #663366;
	font-weight:bold;
}
