
@charset "UTF-8";
.menu{
	font-size: 1.8.em;/*フォンサイズ*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #00ccff;/*背景の色*/
	height: 2.1em;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
	width: 905px;/*項目を増やすと変更しなければなりません*/
}

/*各プルダウンメニューの配置*/
	
/*フルベジ*/
#menu1{
	position: absolute;
	left: 0;
	top: 0;
}

/*わっプル*/
#menu2{
	position: absolute;
	left: 150px;
	top: 0;
}

/*居酒屋ip*/
#menu3{
	position: absolute;
	left: 301px;
	top: 0;
}

/*iphouse*/
#menu4{
	position: absolute;
	left: 452px;
	top: 0;
}

/*制作実習*/
#menu5{
	position: absolute;
	left: 604px;
	top: 0;
}

/*w稚内校*/
#menu6{
		position: absolute;
	left: 755px;
	top: 0;
}


.menu a{
	color: #ffffff;/*文字の色*/
	line-height: 2em;
	text-align: center;
	width: 150px;/*ひとつあたりの横幅*/
	border: 1px solid #5e8eab;/*枠線指定*/
	text-decoration: none;
	display: block;
}
.menu a:hover{
	background-color: #00ccff;/*ぶらさがりメニューにポインタがあたった際の色*/
}
.menu span{
	color: #ffffff;
	display: none;
}
.menuhead{
	border-right: solid 1px #ffffff;
}

.submenu{
/*
	visibility:hidden;
*/
}

.submenu a{
	background-color: #00aacc;/*ぶら下がりメニューの背景*/
	border-top: solid 1px #ffffff;
}
body{
       	color: #535353 ;
       	font-size: 13px ;
       	line-height: 1.5 ;
       	background-color: #ffccff;
}

address{
		font-size: 100% ;
		font-style: normal ;
		text-align: right ;
		border-top: 1px solid #000000 ;
		padding-top: 10px ;
}

#wrap{/*900de1pxの線*/
	width: 905px;
	border: 1px solid #000000;
	margin: 0 auto;
}

th{
		font-size: 200%;
		border: 3px solid #000000;
		padding: 10px ;
		background-color: #CC99FF ;
}
td{
		border: 1px solid #999999 ;
		padding: 10px ;
		background-color: #eeeeee ;
}



li a:link{
		color: #ffffff ;
}
li a:visited{
		color: #eeee00 ;
}
li a:hover{
		color: #000000 ;
		text-decoration: none ;
}
a img{
		border: none ;
}
/*ここから追加*/
h2{
	color: #006600;
	font-style: oblique;
	font-size: 200%;
}

h3{
	float: right;
}

.footer{
		padding-top: 20px;
		padding-bottom: 10px;
		padding-right: 10px;
}
/*カレンダー部分*/


div.cal {
	float: left;
	margin-left: 20px;/*左端からの余白*/

}
div.cal * {
	text-align: center;
	font-size: 9pt;/*文字の大きさ*/
	background-color: #888888;/*背景色*/
}

/*表（カレンダー）全体の設定*/
div.cal table {
	border: solid 1px #00aacc;
	width: 140px;
}
/*月表示部分*/
div.cal caption {
	border: solid 1px #00aacc;
	border-bottom: none;
	color: #ffffff;
	background-color: #00ccff;
}
/*日にち表示部分*/
div.cal td.today {
	background-color: #00ccff;
}
code{
	border-bottom-color: #00ffff;
	color: #ff0000;
	width: 700px;
}

h4{
		font-size: 125% ;
		border-left: 15px solid #ff0000 ;
		padding-left: 10px ;
		background-color: #00ffff;
		background-repeat: repeat-x;
		width: 880px;
}
