@charset "utf-8";


/*==================================================================

　トップページ

==================================================================*/

#Contents .Program  { float:left; width:275px; }
#Contents .Addition { float:right; width:275px; }

#Contents .Program  h2 ,
#Contents .Addition h2 { margin:0 0 20px 0; }

#Contents .Program  ul.menu ,
#Contents .Addition ul.menu { margin:0 0 15px 54px; }

#Contents .Program  ul.menu li ,
#Contents .Addition ul.menu li {
	font-size:120%;
	background:url(common/images/icon_arrow_02.gif) no-repeat 0 8px;
	padding-left:14px;
	margin-bottom:15px;
}

#Contents .Program .banner { margin-bottom:15px; }

#Contents .News {
	clear:both;
	background:url(images/frame_news_02.gif) repeat-y;
}

#Contents .News h3 {
	text-align:right;
	background:url(images/frame_news_01.gif) no-repeat top left;
	width:540px;
	height:27px;
}

#Contents .News dl.list {
	line-height:220%;
	padding:10px 0 0 26px;
	width:556px;
}

#Contents .News dl.list dt {
	float:left;
	font-weight:bold;
	color:#FBBC00;
	font-size:85%;
	margin-right:10px;
	width:70px;
}

#Contents .News dl.list dd {
	float:left;
	width:450px;
}

#Contents .frame-bottom { clear:both; }

#Contents .sponsor {
	margin:30px 0 0 0;
	border:1px dotted #CCC;
	padding:7px;
	margin-top:30px;
	line-height:180%;
}

#Contents .sponsor dd {
	margin:0 5px 5px 3px;
}

#Contents .sponsor dt img {
	vertical-align:text-bottom;
}

#Contents .sponsor td {
	border:1px solid #EEE;
	padding:4px 6px;
}

.txt-small { font-size:75%; color:#999; }


#Contents table.teacher {
	border-collapse:collapse;
	width:533px;
}

#Contents table.teacher th {
	font-weight:bold;
	text-align:left;
	background:#EEE;
	padding:6px;
	border:1px solid #DDD;
}

#Contents table.teacher td {
	text-align:left;
	border:1px solid #DDD;
	padding:4px 6px;
	width:102px;
}

/*==================================================================

　プライバシーポリシー

==================================================================*/

.Privacy p.lead {
	line-height:160%;
	margin:0 10px 5px 10px;
}

.Privacy h2 {
	font-size:120%;
	background:url(common/images/h2_bg_02.gif) repeat-x;
	padding:8px 0 10px 10px;
	margin:30px 0 20px 0;
}

.Privacy ul.number { margin:0 10px 0 32px; }

.Privacy ul.number li {
	list-style:decimal;
	padding-left:2px;
	margin-bottom:5px;
}

/*==================================================================

　サイトマップ

==================================================================*/

.Sitemap dl {
	margin-bottom:40px;
}

.Sitemap dt {
	font-weight:bold;
	margin:10px 0 5px 12px;
	background:url(common/images/icon_arrow_01.gif) no-repeat 0 8px;
	padding-left:14px;
}

.Sitemap dd {
	margin:0 0 0 25px;
}

