/*全体の色とか*/
body,td {
	font-size: 10pt;
	line-height: 180%;
	font: "MS UI Gothic","Osaka",Verdana,Helvetica,Arial;
}

/*両脇の色設定*/
.c_main {
	background: #99ff33;
	font: "MS UI Gothic","Osaka",Verdana,Helvetica,Arial;
}

/*TOP部分Homeページのスタイル*/
.c_top {
	height: 220px;
	width: 720px;
}

/*TOP部分Home以外のスタイル*/
.c_top_mini {
	height: 140px;
	width: 720px;
}

/*TOP部分下のタイトル*/
.c_top_til {
	height: 45px;
	width: 720px;
	background: #FF6600;
	vertical-align: middle;
}

/*左側部分の色*/
.c_left {
	background: #ffff33;
	width: 180px;
	vertical-align: top;
}

/*右側部分の色*/
.c_right {
	background: #ffffff;
	width: 540px;
	vertical-align: top;
}

/*bottom部分の色 未使用*/
.c_bottom {
	background: #99cc33;
	height:1px;
}

/*UP NEWの文字*/
.icon01 {
	color: #ffff33;
	font-weight: 800;
	font-size: 12px;
}

/*左側メニューエリアタイトル形式*/
.til,.til_ping {
	color: #ffffff;
	background: #ff6600;
	text-indent: 5px;
	margin-bottom: 3px;
	font-size: 14px;
}

/*左側のお知らせリスト形式*/
.list1 li {
	background: url(sozai/listicon_1.gif) no-repeat 0 0.4em;
    list-style: none;
    padding-left:12px;
    margin: -10px 2px 15px -38px;
    line-height:170%;
	}


/*タイトル下本文01*/
.bun01{
	margin:0px 5px 5px 8px;
}

/*コンテンツタイトル下本文02*/
.bun02 {
	padding-left:50px;
}

/*komiの下の文章（行事レポートなど）*/
.bun03 {
	margin:0px 10px 3px 20px;
}



/*上へ　の文字列*/
p.gotop {
	color: #66cc33;
	text-align: right;
	font-size: 10pt;
	margin-right: 10px;
}

a.gotoplink {
	text-decoration: underline; 
	color:#66cc33;
	}

/*Go Homeのスタイル*/
.gohome {
	text-align: right;
}

/*リンク オレンジ系*/
a.tillink:link {
	text-decoration: underline; 
	color:#FF6600;
	}
	
a.tillink:visited {
	text-decoration: underline; 
	color:#ff9900;
	}

/*リンク　グリーン系*/
a.tslink:link {
	text-decoration: underline; 
	color:#009900;
	}
	
a.tslink:visited {
	text-decoration: underline; 
	color:#66cc33;
	}


/*罫線用Table色指定*/
.kei {
	background: #ff9900;
}

/*表左側*/
.kei01 {
	background: #ffff99;
	vertical-align: middle;
	width:110px;
}
/*表右側（背景白）*/
.kei02 {
	background: #ffffff;
	line-height: 135%;
}

/*表左側(行事のページ)*/
.kei03 {
	background: #ffff99;
	vertical-align: middle;
	width: 80px;
	padding-left: 10px;
}

/*表左側(Width指定なし)*/
.kei03_2 {
	background: #ffff99;
	vertical-align: middle;
}


/*募集要領のところ背景緑*/
.kei04 {
	background: #99ff33;
	vertical-align: middle;
	width: 80px;
	text-align: center;
}

/*募集要領のところ背景緑でWidth設定なし*/
.kei04_2 {
	background: #99ff33;
	vertical-align: middle;
	text-align: center;
}


/*募集要領のところ罫線濃い緑*/
.kei05 {
	background: #009900;
}

/*左側のお知らせリスト形式その2*/
.list2 li {
	list-style: disc outside;
	margin: 0px 0px 0px -20px;
}


/*リスト形式その3（右側課外授業のところ）*/
li.list3 {
	list-style: circle outside;
	margin-left: 0px;
}


/*課外授業小見出し*/
.komi {
	background : url(sozai/hana_oy.gif) no-repeat 0px 0em;
	font-size: 15px;
	padding-left: 20px;
	margin: 30px 2px 0px 0px;
}
/*ちょっと大きめの文字*/
.ookime {
	font-size: 15px;
}

/*自動Ping飛ばし用*/
div.kousin {margin:0px;}
