@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	background-color: #d4d4d4;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
hr {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#wrapper {
	width: 610px;
	background-image: url(../img/program/prg_body_bg.gif);
	background-repeat: repeat-y;
}
#header {
	display: block;
	background-image: url(../img/program/prg_head_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 {
	float: left;
	padding-left: 40px;
	padding-top: 5px;
}
#header #form {
	position: absolute;
	top: 25px;
	left: 350px;
}
#programData {
	clear: both;
}
#basicInfo {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.85em;
	border-spacing: 2px;
	border-style: none;
}
#basicInfo tr td {
	padding: 4px;
}

#basicInfo tr th {
	text-align: right;
}


#prgDs {
	width: 380px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
}

#timeTable {
	margin: 5px auto;
	clear: both;
	width: 480px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

#timeTable th,
#timeTable td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;	
}

#timeTableIrr {
	width: 480px;
	margin: 10px auto;
	clear: both;

}
#timeTable caption, #timeTableIrr caption {
	margin-bottom: 5px;
}
#timeTable tr td, #timeTable Irrtr td {
	padding: 4px;
}

.common {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #9C9;
	line-height: 1.3em;
	width: 80px;
	vertical-align: top;
}
.discCommon {
	background-color: #F0FFF0;
	vertical-align: top;
}

.indv {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FC6;
	line-height: 1.3em;
	vertical-align: top;
}
.discIndv {
	background-color: #FFF5EC;
	vertical-align: top;
}
.discIndv dl dt.prgTitleIndv {
	background-image: url(../img/program/p_listmark_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 14px;
	font-size: 0.9em;
	margin-top: 10px;
}
.discCommon dl dt.prgTitleCommon {
	background-image: url(../img/program/p_listmark_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 14px;
	font-size: 0.9em;
	margin-top: 10px;
}
.discIrr dl dt.prgTitleIrr {
	background-image: url(../img/program/p_listmark_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 14px;
	font-size: 0.9em;
	margin-top: 10px;
}
.prgList dl dd.prgDiscription {
	padding-left: 40px;
	font-size: 0.81em;
	line-height: 1.4em;
}
.prgList .prgDiscription {
	font-size: 0.75em;
	line-height: 1.6em;
	margin-left: 55px;
}
.prgDiscription .innerList {
	line-height: 1.4em;
	margin-left: 10px;
}
.prgList {
	margin-bottom: 10px;
}
.irr {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #F66;
	line-height: 1.3em;
	vertical-align: top;
}
.discIrr {
	background-color: #FFEEF7;
	vertical-align: top;
}

#timeTable ul {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#timeTable ul li {
	margin-bottom: 10px;
}
#timeTableIrr ul {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#timeTableIrr ul li {
	margin-bottom: 10px;
}


.division {
	font-size: 0.9em;
	font-weight: normal;
}

.discription {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	margin-left: 40px;
}


#note {
	font-size: 0.7em;
	text-align: center;
}

#footer {
	background-color: #d4d4d4;
	background-image: url(../img/program/prg_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
#footer img {
	margin-top: 10px;
}
.timeTable {
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
	width: 480px;
}

