/* 姿工房・文字等基本デザイン */
/* 2010　6・８　Noboru Watanabe */
 
/* 全体 */ 
body{
	background-color: #ffffff;　
	font-family:"メイリオ",Meirio,"MS Pゴシック", Osaka, sans-serif,Helvetica;
	margin: 0px;
	padding: 0px;
	color: #666666;
}


/* リンク文字 */
a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	}
	
	
#main2 a{
	color: #666666;
	}
	
#main2 a:link{
	color: #666666;
	}

#main2 a:visited{
    color: #666666;
}

#main2 a:hover{
    color: #ff9900;
}
	
#main2 a:active{
	color: #330000;
	}
	
#main  a{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

/* イメージ右回り込み（クラス＝left）*/
img.left {
	float: left;
	margin: 0.8em;
	margin: 0.5em;
	}


#header {
	color: #ffffff;
	background-color: #00cc66;
	font-size: 180%;
	text-align: left;
}

#side h2{
	border-left: none;
	padding-left: 0px;
	font-size: 110%;
}

#side h2 a{
	color: #006666;
	font-weight:normal;
}

#side ul {
	font-size: 90%;
	margin: 1px;
	padding-left: 15px;
	display:block;
}

#side ul{
	color: #666666;    
	padding-left: 30px;
	list-style-position: outside;
	list-style-image: url(img/btn001.gif);
	}

#side h2{
	background:#ffffff;
	border-left:solid 10px #66cc66 ;
	padding: 2px;
	width: 80%;
	font-size : 90%;
	}
	
#side li a{
	padding:1px;
	width: 90%;
	font-weight: normal;
	border-bottom:dotted 2px #ffffff;
	display:block;
	}

#right_side p{
	background-color: #fafad2;
	padding: 2px;
	}

#right_side h2{
	background-color: #ffff00;
	border:solid 1px #66cc66 ;
	padding: 5px;
	width: 80%;
	font-size: 110%;
	}
	
	
/* パンくずリスト */	
#path {
	text-align:right;
	margin:20px;
	font-size:90%;
	}

/* 段落（クラス＝column） */
p.column {
	background-color: #ffffff;
	width : 92%;
	border-left: dotted 2px #00cc00;
	border-right: dotted 2px #00cc00;
	padding: 2px;
	margin-left: 5px;
	text-indent: 1em;
	font-size: 105%;
	}

/* 段落（クラス＝inst） */
p.inst {
	background-color: #ffffff;
	width : 90%;
	border: solid 1px #00cc00;
	padding: 3px;
	margin-left: 5px; 
	text-indent: 1em;
	font-size: 100%;
	}

/* ページ内トップへ戻る */ 
p.back a {
	font: 10pt normal ;
	color: #006600;
	margin-left : 30%;
	background: #dcdcdc;
	padding: 3px;
	}
	
/* 中央BOX大見出し */	
#main2 h1{
	border: solid 1px #c0c0c0;
	padding: 10px;
	font-size : 140%;
	width : 90%;
	margin-left: 5px; 
	text-indent: 1em;
	font-weight: bold;

}

/* 中央BOX中見出し */
#main2 h2{
	border: solid 1px #c0c0c0;
	padding: 3px;
	font-size : 120%;
	width : 80%;
	margin-left: 30px; 
	text-indent: 2em;
}

#main h2{
	border: solid 1px #c0c0c0;
	padding: 3px;
	font-size : 110%;
	width : 70%;
	margin-left: 30px; 
	text-indent: 1em;
}

/* タイムテーブル用 */

table#time  {
	padding: 2px;
	font-size: 85%;
	font-weight: normal;
	margin-left: 5px;
	padding: 1px;
	border-spacing: 0;
}

th,td {
	border: solid 1px #c0c0c0;
}

.heijitu {
	background-color: #ccffff;
	font-weight: normal;
}

.doyou {
	background-color: #ccff00;
	font-weight: normal;
}
	
.nitiyou {
	background: #ff6633;
	font-weight: normal;
	}
	
.getu {
	background: #ffffcc;
	}
	
/* 講座用テーブル */
table#tt  {
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
	margin-left: 5px;
	padding: 1px;
	border-spacing: 0;
}

table.tt {
	background-color: #f5f5f5;
	color: #555555;
	width: 90%;
	margin-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-spacing:0px;
	text-align: left;
	}
	
th.tt_left {
	background-color: #87cef3;
	vertical-align: top;
	border-color: #555555;
	border-spacing: 0px;
	border-width: 1px;
	text-align: center;    
	padding: 5px;
}

th.tt_right {  
	background-color: #bdb76b;
	vertical-align: top;
	border-color: #555555;
	border-spacing: 0px;
	border-width: 1px;
	text-align: center;    
	padding: 5px;
}

td.tt1 {
	background-color: #e0ffff;
	border-spacing:0px;
	padding: 5pt;
	text-align: left;    
}

td.tt2 { 
	background-color: #f0fff0;
	border-spacing: 0px;
	padding: 5pt;
	text-align: left;    
	}


	
