
/*　背景全体　.conback */
.conback_guide{
	width: 1134px;
	height: 2000px;
	margin: 29px auto 0;
}
	
/*　背景のコンテンツ部　.conback_m */
.conback_guidemain{
	width: 1134px;
	height: 1800px;
	background: url(../img/conback_m.png) repeat-y center;
}

/*　コンテンツ内部の大枠　.contents */
.guide_contents{
	width: 900px;
	height: 1750px;
	margin:auto 0;
	padding: 0px 0px 0px 115px;
}

/*　コンテンツ内部　.contents_slide */
.contents_guide{
	width: 900px;
	height: 1850px;
	margin:auto 0;
	background: #FFF;
}








.guide{
	width:900px;
	margin: 0 auto;
}

table.guide_edu {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:890px;
	margin: 0px;
	padding: 0px;	
}
table.guide_edu td{

	text-align: left;
}
/*ライン引きたい所だけ*/
table.guide_edu td.edu {
	border-bottom: 1px solid #E7E7E7;
}
/*見出し用*/
table.guide_edu td.edutitle,
table.guide_school td.edutitle {
	/* CSS3 Box Shadow 影を濃くする時*/
	-moz-box-shadow:0 0 3px #109ceb;
	-webkit-box-shadow:0 0 3px #109ceb;
	box-shadow:0 0 3px #109ceb;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-topleft:4px;				/* 左上 */
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topright:4px;			/* 右上 */
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-bottomleft:4px;			/* 左下 */
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;			/* 右下 */
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #FFF;
	background:#FFF;
}


table.guide_school {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:900px;
	margin: 0px;
	padding: 0px;
}
table.guide_school td{
	text-align: left;
}
/*ライン引きたい所だけ*/
table.guide_school td.school {
	border-bottom: 1px solid #E7E7E7;
}



table.guide_pub {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:770px;
	tableborder: 0px solid #666;
	margin: 0px;
	padding: 0px;
}
table.guide_pub td{
	text-align: left;
}
/*ライン引きたい所だけ*/
table.guide_pub td.pub {
	border-bottom: 1px solid #E7E7E7;
}
table.guide_pub td.pubox1,
table.guide_etc td.pubox1 {
	border: 1px solid #E7E7E7;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FAFAFA));/* webkit */
	background: -moz-linear-gradient(top,  #FFF,  #FAFAFA);/* fx */
	-pie-background:linear-gradient(top,  #FFF,  #FAFAFA);
	behavior: url(http://unity-ne.jp/css/PIE.htc);
	text-indent: 10px;
}
table.guide_pub td.pubox2 {
	border-bottom: 1px solid #E7E7E7;
	background: #F6F6F6;
	text-align: center;
}



table.guide_etc {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:770px;
	tableborder: 0px solid #666;
	margin: 0px;
	padding: 0px;
}
table.guide_etc td{
	text-align: left;
}
/*ライン引きたい所だけ*/
table.guide_etc td.pub {
	border-bottom: 1px solid #E7E7E7;
}
