@charset "utf-8";

/* ************************************************** 

	artstudiump 印刷用CSS
	
	F2007/2/10
	
- ***************************************************/

body {
	font-size: 9pt;
	background-color: #FFF;
	line-height: 2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}
body * {
	margin: 0px;
	padding: 0px;
}

/*-----------------------
　非表示
-----------------------*/
.noVisible, .noPrint, #sideMenu, .g_title{
	display: none;
}
#gmenu, #foot{
	display: none;
}
h1, h2, h3, h4, h5, h6, dt{
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
h1{
	font-size: 16pt;
	color: #000;
	margin-bottom: 50px;
}
h2{
	font-size: 11pt;
}
h3, h4, h5, h6{
	font-size: 9pt;
}
/*-----------------------
　公開講座のゲスト名はフォント大きめ
-----------------------*/
#kouza h2{
	font-size: 14pt;
}

/*-----------------------
　テキストの下にマージンを取る
-----------------------*/
.txt, dd, p, #midFront, #workBox, #skillBox, #theoryBox,#day .contenaFoot {
	margin-bottom: 1em;
	font-weight: normal;
}
ol ,ul {
	margin-left: 2em;
}

.timeTable td, .dayTable td, .dayTable th{
	border: 1px solid #333;
}
/*-----------------------
　テキストの上にマージンを取る
-----------------------*/
#kouza .contentBox, h2{
	margin-top:2em;
}

