@charset "Shift_JIS";

/*--- 名古屋文化学園トップページ設定 ---*/
*{padding:0; margin:0;}

body{
min-height: 100%;
height: auto !important;
height: 100%;
background:#ddd url(../img/bg.jpg) 0 0 repeat-x;
 text-align:center;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
 color: #333;
 font-size: 13px;
 voice-family: "\"}\""; voice-family: inherit;
 font-size: 13px;
}
 html>body { font-size: 13px; }

/*--- clear設定 ---*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear{clear:both;}
.HideTxt{display:none;}


#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin:0 auto;
padding:100px 0;
}
#contents{float:center;margin:0 auto;width:600px;}

#title{float:left; text-align:left;}

#title p{padding:10px 0 20px 0;}
#borderline{width:75px; float:left; margin-top:50px;}

#linkbottun{
 width:250px;
 float:left;
 margin-top:45px;
}

#linkbottun img{display:inline;padding:0; margin:5px 0;}


/*--- tooltip 設定 ---*/
#dhtmlgoodies_tooltip{
		background-color:#fEE;
		border:1px solid #f66;
		position:absolute;
		display:none;
		z-index:20000;
		padding:5px;
		font-size:12px;
		-moz-border-radius:6px;	/* 角丸の半径（Firefoxのみ） */
		text-align:left;
	}
#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#f99;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* 角丸の半径（Firefoxのみ） */
	}
a.tip{
background-color:#fe6;
border-bottom:#F66 1px dotted;
}
a:hover.tip{
text-decoration:none;
}