/* 初期化設定
------------------------------------------------------ */
body {
	background-color: #FFFFFF;
	font-size: 11px;
}

table tr td{font-size:12px;}

img	{border-width:0px;}


/* 全てのページに必要な設定
------------------------------------------------------ */

/* 上ナビの配置の設定 */

.topnavi {
	position: absolute;
	left: 330px;
	width:600px;
	text-align: right;
}

/* 左（下）ナビの配置の設定 */

.navi_leftbottom{
	position: absolute;
	top: 859px;
	left: 13px;
	width: 180px;
	height: 2650px;
	margin: 0px;
	PADDING: 0px;
	border:0px;
}

/* 左（上）ナビの配置の設定 */

.navi_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 850px;
	margin: 0px;
	PADDING: 0px;
	border:0px;
}

/*　右ナビの配置の設定　*/

.rightmenudiv{
	position: absolute;
	top: 51px;
	left: 788px;
	width: 222px;
	height: 5000px;
}

/* ボトム（ミドルへのリンク）の配置の設定 */

.bo-frame{
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
	width: 530px;
}

/* ページ更新日付の設定 */

.revision {common_n...style.css (572 行目)
color:#FF0000;
	font-size:14px;
	text-align:right;
	color: #FF0000;
}


/* content（中央部分）の設定 */

.w600 {
	position: relative;
	top: 90px;
	left: 195px;
	width:550px;
	overflow: hidden;
	
}

/* フッター（下ナビ）の配置の設定 */

.copyright{
	position: relative;
	clear:both;
	top: 300px;
	text-align: right;
	margin-top: 20px;
	padding-left: 20px;
	border-top: solid 1px #FE3466;
	width: 550px;
	left: 200px;
}

/* ページ全体にかかるＣＳＳ設定
------------------------------------------------------ */

/*　文字の強調表現（デフォルト） */

.emphasis{
	font-size: 14px;
	color: #FF688D;
	font-weight : bold;
	margin-top:10px;
	margin-bottom:5px;
}

/*　リンクの設定（デフォルト）　*/

a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#404040;
	text-decoration:none;
}

a:hover {
	color:#B30000;
	text-decoration:underline;
}


/* ミドルページリンクへの装飾設定 */

.style3 {
color: #0000FF;
font-weight: bold;
}


/* 全てのページで使用する設定
------------------------------------------------------ */

/* メインＢＯＸ（ＤＩＶ設定） 
----------------------------------------- */

/* 標準「左余白２５」 */

.main_box{
	line-height: 160%;
	margin-left: 25px;
	padding-top: 5px;
	padding-left: 0px;
	/* padding-right: 20px; */
	font-size: 14px;
	color: #333333;
}
.main_box ol ul li{
list-style-type:none;
}

/* タイトル
----------------------------------------- */

/* 標準版（デフォルト） */

.top_title{
	height:50px;
	padding-top: 12px;
	font-size: 18px;
	font-weight: bold;
	border-top: solid 5px #FF688D;
	border-bottom: solid 1px;
}


/* サブタイトル
----------------------------------------- */

/* 小見出し「標準」 */

.sub_title{
	margin-top: 45px;
	margin-left: 25px;
	padding-left:5px;
	border-left: solid 5px #FF688D;
	border-bottom: solid 1px #999999;
	font-size:15px;
	font-weight: bold;
}

/* 小見出し「左寄せバージョン」研修５０音順一覧ページで使用 */

.sub_title1{
	margin-top: 25px;
	margin-left: 0px;
	padding-left:5px;
	border-left: solid 5px #FF688D;
	border-bottom: solid 1px #999999;
	font-size:15px;
	font-weight: bold;
}


/* ボトムページで使用する設定
------------------------------------------------------ */

/* カリキュラム(デフォルト）
----------------------------------------- */
/* カリキュラムのテーブル配色 */


#programTable{
	width: 530px;
	margin: 30px 0px 0px 20px;
	font-size:12px;
	background-color:#FF688D;
}

#programTable{
	font-size:12px;
	margin: 0px 0px 0px 20px;
	background-color:#0000FF;
	width: 530px;
}

#programTable tr td ul{
	list-style-type:none;
	margin: 0px 0px 0px 5px;
	line-height:200%;
}

#programTable tr td ul.mid{
	list-style-type:disc;
	margin: 0px 0px 0px 50px;
	line-height:200%;
}

#programTable tr td ol il ol li{
	list-style-type:decimal;
}
/*　カリキュラム見出し部分の設定　*/

#programTable{
	font-size:12px;
	margin: 0px 0px 0px 20px;
	background-color:#FF688D;
}

#programTable tr{
	background-color:#ffffff;

}

td.tblTitle{
	color: #FFFFFF;
	background-color: #FF688D;
}

td.tblSubTitle{
	background-color:#FFEFFF;

}



/*　カリキュラム詳細設定　*/
table tr td ol{margin-left:20px;padding-left:0;}
table tr td ol li{margin-left:15px;padding-left:0;}
table tr td ol li ul{margin-left:10px;padding-left:0;}
table tr td ol li ul li{margin-left:5px;padding-left:0;}
table tr td ul{margin-left:20px;padding-left:0;}
table tr td ul li{
	margin-left:15px;
	padding-left:0;
}
table tr td ul li ul{margin-left:10px;padding-left:0;}
table tr td ul li ul li{margin-left:5px;padding-left:0;}
div ol{margin-left:10px;padding-left:0;}
div ol li{margin-left:10px;padding-left:0;margin-top:5px;margin-bottom:5px;}
div ol li ul{margin-left:0;;padding-left:0;}
div ol li ul li{margin-left:0;padding-left:0;}table tr td ol{margin-left:20px;padding-left:0;}
div ul{margin-left:10px;padding-left:0;}
div ul li ul li{margin-left:0;padding-left:0;}table tr td ol{margin-left:20px;padding-left:0;}


/* スケジュール関連
----------------------------------------- */

#schedule{
	font-size:12px;
	margin: 0px 0px 0px 20px;
	background-color:#FF688D;
	width: 510px;
	border-collapse:collapse	
}

#schedule th{
	height:25px;
	padding:2px 0px 0px 2px;	
	background-color:#fff;
	text-aling:center;
	border: solid 1px #FF688D;
}

#schedule tr td{
	padding:5px;
	margin:1px;
	background-color:#fff;
	border: solid 1px #FF688D;
	text-align:center;
	vertical-align:middle;
}


/* アンケート関連
----------------------------------------- */

/*　アンケートＢＯＸ（ＴＡＢＬＥ設定） 　*/

table.enqueteTable{
	width:524px;
	margin-top:10px;
	margin-left:26px;
	margin-bottom:5px;
	border-bottom: dashed 1px;
}

table.enqueteTable tr td{
	font-size:12px;
	height:30px;
}

table.enqueteTable tr td ul{
	margin-left:15px;
}

table.enqueteTable tr td ul li{
	margin-top:12px;
	margin-bottom:12px;
}

td.rightBorder{
	border-right:solid 1px #9999FF;
	width:85px;
}

td.bottomBorder{
	border-bottom: solid 1px #999999;
}

/*　アンケートの棒グラフの設定　*/

table tr td.rightBorderGraphComment{
	text-align:left;
	margin-left:0;
	padding:0;
	border-right: solid 1px #999999;
	font-size:10px;
}

table.graphTable{
	width:400px;
	font-size:8px;
}

td.graphComment{
	font-size:10px;
}

/* updateの文字カラー */



.update{color:#FF0000;}


/* 「インソースの研修は受講法がお選びいただけます」部分
--------------------------------------------------------- */

#sankabox {
	height: 600px;
	width: 525px;
	background: url(../../img/sanka/sanka_bg.jpg) no-repeat;
	margin: 30px 0px 0px 25px;
}
#sankabox .mail {
	float: right;
}

#sankabox  .sankalist {
	padding: 80px 0px 0px 50px;
}
#sankabox .sankalist li {
	line-height: 2em;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}
#sankabox ul.contact {
	font-size: 12px;
}

#sankabox  .sankalist .c-orange a{
	color: #FF6600;
	font-weight: bold;
}

#sankabox  .sankalist .c-pink{
	color: #FF3399;
	font-weight: bold;
}

#sankabox .contact {
	font-size: 12px;
	clear: both;
	margin: 20px 0px 0px 50px;
}
#sankabox .contact .c-pink {
	color: #FF3399;
}
#sankabox .contact .c-orange {
	color: #FF6600;
}

.contact li {
	list-style: none;
	line-height: 1.5em;
}

.flowimg {
	text-align: right;
	padding-top: 50px;
}


/* 更新日付 */
.revision {
			font-size: 14px;
			color:#FF0000;
			text-align:right;
			
}


/* パンくず */
.gray {
	background-color:#f8f4e6;
	height:30px;
	width:565px;
	margin: 0px;
}

.pankuzu {
	color: #727171;
	font-size: 12px;
	height: auto;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
}

/* 公開講座スケジュールスタイル＆高さ変更
--------------------------------------------------------- */
/* 公開TOP用 */
.koukaischedule {
	margin: 0px 0px 20px 30px;
}
.koukaischedule , .frame {
	height: 600px;/*この高さを変更*/
	width: 540px;
}

/* bup_schedule.html用 */
.koukaischedule2 {
	margin: 0px 0px 20px 20px;
}
.koukaischedule2 , .frame2 {
	height: 4250px;/*この高さを変更*/
	width: 540px;
}
.koukaischedule2 , .frame3 {
	height: 1500px;/*この高さを変更*/
	width: 540px;
}




.w600 h1 {
	background:none repeat scroll 0 0 #999999;
	width: 565px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 20px;
}
.w600 h1 span{
border-bottom:1px solid #FFFFFF;
color:#ffffff;
display:block;
font-size:16px;
line-height:1em;
padding:0 0 8px 5px;
}

.w600 .main_image img {
	margin: 0px;
	padding: 0px;
	width: 565px;
}

.w600 h1 {background-color:#ff688d;}
.w600 table.border-b .line_l {background-color:#cc0000;}
.w600 table.border-b .line_r {background-color:#ff2222;}
.w600 h2 span img {background-color:#cc0000;}
