@charset "utf-8";
/* CSS Document */

/*■□■□■□■□■□■□ フォルダ内共通タイトル ■□■□■□■□■□■□*/

/* タイトル */

.trial h3{
	background:url(../img/tit_trial.gif) no-repeat;
	height:50px;/* デフォルトは50px */
}



.taiken_entry{
background:url(../img/taiken_entryback.jpg) no-repeat;	border:1px solid #cccccc;
	width:199px;
	height:28px;	
	text-align:center;
	line-height:28px;
	margin:5px 0 5px 425px;
	font-size:12px;
}
.taiken_entry a{	font-weight:bold;}


/*■□■□■□■□■□■□■□■□ common ■□■□■□■□■□■□■□■□*/

/* ページ下部共通のバナー */

.trial div#btn_trial {
	background:url(../img/btn_trial.gif) no-repeat;
	width:634px;
	height:47px;
	margin: 15px auto;
}

.trial div#btn_trial li a{
	display:block;
	height:47px;
	text-indent:-9999px;
}


/*■□■□■□■□■□■□■□■□ index.php ■□■□■□■□■□■□■□■□*/

#trial h3#trial_title {
	background:url(../img/trial_title.gif) no-repeat;
	height:100px;
}
#trial h2 {
	display:none;
	visibility: hidden;
}

/*■□■□■□■□■□■□ メイン画像背景指定 ■□■□■□■□■□■□*/
#trial #topic_taiken {/* topic_taiken */
	background:url(../img/trial_taiken.jpg) no-repeat;
	margin:10px 0 0 0;
}

#trial #topic_taiken_w {/* topic_taiken yama追加*/
	background:url(../img/trial_taiken_w.jpg) no-repeat;
	margin:10px 0 0 0;
}


#trial #topic_yakan {/* topic_yakan */
	background:url(../img/trial_yakan.jpg) no-repeat;
	margin:10px 0 0 0;
}

#trial #topic_kobetsu{/* topic_kobetsu */
	background:url(../img/trial_kobetsu.jpg) no-repeat;
	margin:10px 0 0 0;
}

#trial #topic_open{/* topic_open */
	background:url(../img/trial_open.jpg) no-repeat;
	margin:10px 0 0 0;
}


/*■□■□■□■□■□■□ 見出しテキスト（共通） ■□■□■□■□■□■□*/
#trial p.midashi {
	padding: 0 180px 0 5px;
}

/*■□■□■□■□■□■□ 開催時間（共通） ■□■□■□■□■□■□*/
#trial .time {
	padding: 10px 10px 0 0;
	text-align: right;
	margin-bottom: 20px;
}

/*■□■□■□■□■□■□ 日程（共通） ■□■□■□■□■□■□*/
#trial dl.date {
	clear:both;
	width:430px;
	padding-top: 10px;
}

#trial dl.date dt {
	display:none;
	visibility:hidden;
}

#trial dl.date dd {
	padding:0 0 0 60px;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	font-weight:bold;
	line-height: 2em;
	padding-top: 5px;
}

#trial dl.date dd strong {
	font-size: 40px;
	display:inline;
}

/*■□■□■□■□■□■□ 日程背景画像指定 ■□■□■□■□■□■□*/
#topic_taiken dl.date dd {
	background:url(../img/trial_taiken_date.gif) no-repeat;
	color:#47c299;
	zoom:1;/* IE6の印刷対策 */
}

#topic_taiken_w dl.date dd {
	background:url(../img/trial_taiken_date.gif) no-repeat;
	color:#47c299;
	zoom:1;/* IE6の印刷対策 */
}


#topic_yakan dl.date dd {
	background:url(../img/trial_yakan_date.gif) no-repeat;
	color:#9947c2;
	zoom:1;/* IE6の印刷対策 */
}

#topic_kobetsu dl.date dd {
	background:url(../img/trial_kobetsu_date.gif) no-repeat;
	color:#8575d1;
	zoom:1;/* IE6の印刷対策 */
}

#topic_open dl.date dd {
	background:url(../img/trial_open_date.gif) no-repeat;
	color:#f479a2;
	zoom:1;/* IE6の印刷対策 */
}



/*■□■□■□■□■□■□ メニュー（共通）■□■□■□■□■□■□ */
#trial div.trial_menu {
	margin: 5px 0;
	clear:both;
}

#trial div.trial_menu p {
	padding-left:130px;
}

#trial div.trial_menu strong {
	display:block;
	padding: 3px 5px;
	margin:0 0 0.5em 130px;
}

#trial div.trial_menu img{
	padding:2px;
	background:#ffffff;
	border:#cccccc 1px solid;
}

/*■□■□■□■□■□■□ メニュー背景画像指定 ■□■□■□■□■□■□*/
#trial #topic_taiken div.trial_menu strong {
	background:#47c299 url(../../img/common/back_shade.gif);
}


#trial #topic_taiken_w div.trial_menu strong {
	background:#47c299 url(../../img/common/back_shade.gif);
}


#trial #topic_yakan div.trial_menu strong {
	background:#9947c2 url(../../img/common/back_shade.gif);
}

#trial #topic_kobetsu div.trial_menu strong {
	background:#8575d1 url(../../img/common/back_shade.gif);
}

#trial #topic_open div.trial_menu strong {
	background:#f59ebb url(../../img/common/back_shade.gif);
}

/*■□■□■□■□■□■□ ここがポイント（共通）■□■□■□■□■□■□ */
#trial dl.point {
	background:url(../img/trial_point_bg.gif) repeat-y;
	clear:both;
	zoom:1;/* IE6の印刷対策 */
}

#trial dl.point dt {
	background:url(../img/trial_point_tit.gif) no-repeat;
	height:55px;
	text-indent:-9999px;
}

#trial dl.point dd {
	background:url(../img/trial_point_foot.gif) bottom no-repeat;
	padding:0 15px 10px;
	margin:0;
	zoom:1;/* IE6の印刷対策 */
}

/*■□■□■□■□■□■□　申し込みなどボタン設定（共通）■□■□■□■□■□■□*/

#trial ul.btn_more{/* ボタンのul */
	height:50px;
	clear:both;
}

#trial ul.btn_more li {/* ボタンのli */
	display:block;
	height:50px;
	float:left;
}

#trial ul.btn_more a {/* ボタンのa */
	display:block;
	text-indent:-9999px;
	height:50px;
}

#trial ul.btn_more .banner1 a {width:190px;}/* 日程 */
#trial ul.btn_more .banner2 a {width:295px;}/* のぞいてみよう */

/*　申し込みなどボタン設定（体験入学） */
#trial #topic_taiken ul.btn_more{
	background:url(../img/trial_taiken_btn.gif) right no-repeat;
	margin: 10px 0 25px 144px;
}

/*　申し込みなどボタン設定（体験入学夜間） */
#trial #topic_yakan ul.btn_more{
	background:url(../img/trial_yakan_btn.gif) right no-repeat;
	margin: 10px 0 25px 144px;
}

/*　申し込みなどボタン設定（オープンキャンパス） */
#trial #topic_open ul.btn_more{
	background:url(../img/trial_open_btn.gif) right no-repeat;
	margin: 10px 0 25px 144px;
}

/*　申し込みなどボタン設定（個別体験入学）※ここだけ「のぞてみよう」がない */
#trial #topic_kobetsu ul.btn_more{
	background:url(../img/trial_kobetsu_btn.gif) no-repeat;
	margin: 10px 0 25px 439px;
}

/*■□■□■□■□■□■□ いちばんした。プレゼントの部分 ■□■□■□■□■□■□*/

#trial #present{
	background:url(../img/trial_present.jpg) no-repeat;
	height:125px;
	text-indent:-9999px;
}


/*■□■□■□■□■□■□ yama追加調整 ■□■□■□■□■□■□*/

.size22{
font-size:22px;}

#koutsu {
margin:10px 0;
padding:5px;
border:#00CCFF 1px dotted;
background:#EEEEEE;}

#koutsu img{
float:left;}

#koutsu p{float:left;
width:340px;
padding-left:13px;}


