/*ページ全体の設定*/
body {
	background-color:#FFFFFF;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;	

}

/*看護学校ホームページヘッダ画像*/
#header{
	width:900px;
	height:115px;
	color:#FFFFFF;
	background-image:URL(../images/header.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:5px;
	left:50px;
}


/*------------------------------ menu ------------------------------*/

/* サイドメニュー */
#menu{
	width:200px;
	height:520px;
	background-color:#88C4FF;
	position:absolute;
	top:130px;
	left:50px;
}

/*メニューバーの設定*/
.menu{
margin-top:-5px;
}

/*リンクの設定*/
A:link{color:#4169E1}        
A:visited{color:#4169E1}    
A:hover{color:#90EE90} 

/*問い合わせ*/
.toiawaseMenu{
	font-size:11px;
	background-color:#FFFFFF;
	position:relative;
	top:50px;
}

/*------------------------------ main ------------------------------*/

/*メイン*/
#main{
	width:680px;
	position:absolute;
	top:140px;
	left:270px;
	border-left:1px gray dotted;
	background-color:#FFFFFF;
}

/*各ページのタイトル*/
.topTitle{
	width:655px;
	font-size:25px;
	margin-top:20px;
	margin-bottom:50px;
	margin-left:10px;
	margin-right:10px;
	background-color:#FFFFFF;
	border-bottom:3px #DCDCDC solid;
	background-image:URL(../images/image.jpg);
	filter:progid:DXImageTransform.Microsoft.gradient
	 (startcolorstr=#FFFFFF,endcolorstr=#DCDCDC,gradienttype=0);
}

/*各項目のタイトル部分*/
.basicTH{
	text-align:left;
	font-size:20px;
	border-bottom:3px #87CEFA solid;
}
/*各項目の本文部分*/
.basicTD{
	line-height:1.5;
	padding-top:10px;
	padding-bottom:35px;
}

/*単位表の設定*/
.tanniTH{
	width:170px;
}

/*経費表の設定(項目部分)*/
.keihiTH{
	background-color:#FFFACD;
	width:130px;
	text-align:center;
}

/*経費表の設定(金額部分)*/
.keihiTD{
	width:125px;
	text-align:center;
}

/*カリキュラムの設定*/
.carricuram{
	background-color:#FFFACD;
	width:130px;
	text-align:left;
}

/*カレンダーの設定(月)*/
.calendarTH{
	background-color:#FFFACD;
	width:36px;
	text-align:center;
	border: 1px solid #000000;
}
/*カレンダーの設定(行事)*/
.calendarTD{
	border-bottom:1px #000000 dotted;
}


/*------------------------------ その他 ------------------------------*/

/*フッター部分の設定*/
#footer{
	border-style:solid;
	position:absolute;
	border-color:#000000;
	border-width:0px;
}

/*画像の設定*/
img {border: none;}

/*画像を左に持ってくる場合の設定*/
img.left { 
float: left;
margin-right: 0.8em;
margin-bottom: 0.5em
}

/*画像を右に持ってくる場合の設定*/
img.right { 
float: right;
margin-left: 0.8em;
margin-bottom: 0.5em
}

/*回り込みを解除する*/
.floatclear {
	CLEAR: both
}