body{
	width:100%;
	margin:0;
	padding:0;
        text-align:center;
	height:100%;
	font-family:"sans-serif","Osaka","Helvetica","sans-serif";
}

.page{
	width:800px;
	background-color:#FFFFFF;
	height:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
        text-align:left;
}

h1{
	color:#666666;
	font-size:12px;
	font-weight:normal;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:350px;
	float:left;
}

h2{
	color:#666666;
	border-left:6px solid #ff6633;
	font-size:15pt;
	line-height:180%;
	padding-left:10px;
    margin: 5px 0px 3px 3px;
	clear:both;
        font-weight:bold;
}
h2.kouza{
	color:#666666;
	border-left:6px solid #ff6633;
	font-size:13pt;
	line-height:120%;
	padding-left:10px;
    margin: 5px 0px 3px 3px;
	clear:both;
        font-weight:bold;
}

h3.kouza{
	color:#666666;
	border-left:6px solid #ff6633;
	font-size:12pt;
	line-height:120%;
	padding-left:10px;
    margin: 15px 0px 3px 3px;
	clear:both;
        font-weight:bold;
}

p{
	font-size:90%;
	line-height:140%
}
p.top{
	clear:both;
	font-size:90%;
	line-height:140%
}
a{
        color:#ff6633;
	font-weight:normal;
	clear:both;
	line-height:120%;
	height:auto;
	text-decoration:underline;
}

a:hover{
        color:#ff3333;
	text-decoration:none;
}


img{
	border:0;
	margin:0;
}


/* 講座一覧 */
.main{
	float:left;
	width:800px;
    margin:0px 0px 5px 0px;
	padding:0px;
	height:auto;
}
/*
*html #.main{width:760px;
	margin-left:10px;}*/
/* Windows版IE6以前とMacintosh版IEのみ */





/* ロゴスペース */
#top{
	float:left;
	width:800px;
    margin:0px;
	padding:0px;
	height:auto;
}

#toplogo{
	float:left;
	width:800px;
    margin:0px;
	padding:0px;
	height:300px;
}

a.logo{
    margin:0px;
	float:left;
list-style-type: none;
}

img.logo{
	margin:0px;
    padding:0px;
	height:65px;
}

/* バックナンバー */
#backnumber{
	float:right;
    margin:0px;
    margin-top:15px;
    padding:0px;
	width:190px;
}

/* フッター */
#foot {
	width:800px;
	text-align:center;
	clear:both;
	line-height:120%;
	padding: 5px 0px 0px 0px;
    margin-top:0px;
    margin-left:0px;
	height:auto;
	border-top:solid 1px #cccccc;
}
#foot p{
        color:#666666;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	clear:both;
	line-height:120%;
    margin:0px;
}


/* カレンダー　ここから */
.weekday,.saturday,.sunday,.holiday,.pmonth{
    	width:104px;
    	height:130px;
	margin:3px;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	float:left;
}

.weekday h3{
        color:#666666;
	margin:10px 0px 3px 3px;
	padding:0px;
}
.saturday h3{
        color:#000099;
	margin:10px 0px 3px 3px;
	padding:0px;
}
.sunday h3{
        color:#cc0000;
	margin:10px 0px 3px 3px;
	padding:0px;
}
.holiday h3{
        color:#cc0000;
	margin:10px 0px 3px 3px;
	padding:0px;
}
.pmonth h3{
        color:#cccccc;
	margin:10px 0px 3px 3px;
	padding:0px;
}

.month p{
        color:#666666;
	font-size:12px;
	font-weight:normal;
	clear:both;
	line-height:120%;
    margin:0px 0px 0px 3px;
}
.month  a{
        color:#ff6633;
	font-weight:normal;
	clear:both;
	line-height:120%;
	padding: 5px 0px 0px 0px;
	height:auto;
	text-decoration:underline;
}

.month  a:hover{
        color:#ff3333;
	text-decoration:none;
}

p.month{
	color:#666666;
	border-left:6px solid #eca4bf;
	background-color:#FFFFFF;
	font-size:15pt;
	line-height:180%;
	padding-left:10px;
    margin: 5px 0px 3px 0px;
	clear:both;
        font-weight:bold;
}
/* カレンダー　ここまで */


ifram{
	margin:0px;
	padding:0px;
}


table{
	margin-left:5px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-collapse:collapse;
	font-size:90%;
	width:595px;
}

td{
	border-top:none;
	border-bottom:1px solid #cccccc;
	border-left:none;
	border-right:none;
	padding:10px;
	color:#333333;
}

td.center{
	text-align:center;
}
th{
	border-top:none;
	border-bottom:1px solid #cccccc;
	border-left:6px solid #ff6633;
	border-right:none;
	background-color:#ffe9e0;
	font-weight:normal;
	padding:10px;
        color:#ff6633;
	width:150px;
	text-align:left;
}

td a{
	color:#ff6633;
	text-decoration:underline;
}

td a:hover{
	color:#ff3333;
	text-decoration:none;
}

td p{
	color:#333333;
	font-size:100%;
	line-height:140%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
}


div#info{/* インラインフレーム */
    	height:58px;
    	width:800px;
    	overflow:auto;
	padding-left:0px;
	padding-top:3px;
	margin-left:0px;
	margin-bottom:5px;
}

div#info p{/* インラインフレーム */
	margin:0px;
	margin-left:5px;
	color:#666666;
        font-size:80%;
	line-height:140%
}

div#info a{/* インラインフレーム */
	color:#ff6633;
	text-decoration:underline;
	line-height:140%
}

div#info a:hover{/* インラインフレーム */
        color:#ff3333;
	text-decoration:none;
}

@media screen{/* インラインフレーム */
div#info{overflow:auto;}
}

.cnVoiceTd {
	border: 1px dotted #502929;
	padding: 10px;
	background-color: #F7F4F4;
}
