body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}
/*◆◆背景の設定◆◆*/
.background01 {
	background-image: url(../image/background01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.background02 {
	background-image: url(../image/background02.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;
}
.back-header {
	background-image: url(../image/header09.gif);
	background-repeat: no-repeat;
}
.back-topics {
	background-image: url(../image/topics02.gif);
	background-repeat: repeat-y;
}
.back-info {
	background-image: url(../image/info02.gif);
	background-repeat: repeat-y;
}
.back-topi-info {
	background-image: url(../image/top-info02.gif);
	background-repeat: repeat-y;
}
/*◆◆テキストの設定◆◆*/
.texts {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 70%;
	line-height: 130%;
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 130%;
}
.textd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 130%;
	font-weight: bold;
}
.google-text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
/*◆◆余白の設定◆◆*/
/*5*/
.td5 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.td-t5 {
	padding-top: 5px;
}
.td-b5 {
	padding-bottom: 5px;
}
.td-l5 {
	padding-left: 5px;
}
.td-r5 {
	padding-right: 5px;
}
/*10*/
.td10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.td-tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.td-t10 {
	padding-top: 10px;
}
.td-b10 {
	padding-bottom: 10px;
}
.td-l10 {
	padding-left: 10px;
}
.td-r10 {
	padding-right: 10px;
}
/*20*/
.td-tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.td-t20 {
	padding-top: 20px;
}
.td-b20 {
	padding-bottom: 20px;
}
/*30*/
.td-r30 {
	padding-right: 30px;
}
/*◆◆トピックスのテーブル設定◆◆*/
div.topics {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/topics-line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*◆◆インフォメーションのテーブル設定◆◆*/
div.info {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/info-line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*◆◆サブページのトピ＆インフォのテーブル設定◆◆*/
div.top-info {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/top-info-line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*◆◆サブページコンテンツのテーブル設定◆◆*/
div.sb {
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(../image/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*◆◆サブページのサイドメニュー幅の設定◆◆*/
.back-sbmenu {
	width:168px;
	background-image: url(../image/sb-menu-back.gif);
	background-repeat: repeat-y;
}
div.link1 {
	font-size: 80%;
	color:#666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(../image/sb-line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.link1 a{
	color:#666666;
	text-decoration: none;
}
div.link1 a:hover{
	color:#000000;
}
div.link2 {
	font-size: 80%;
	color:#666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
}
div.link2 a{
	color:#666666;
	text-decoration: none;
}
div.link2 a:hover{
	color:#000000;
}
/*◆◆その他テキストリンク◆◆*/
td.link3 {
	color:#000000;
}
td.link3 a{
	color:#0000FF;
}
td.link3 a:hover{
	color:#FF0000;
}
/*◆◆赤文字リンクの設定◆◆*/
.red-text {
	color:#FF0000;
	font-weight: bold;
}
.red-text a{
	color:#FF0000;
	text-decoration: underline blink;
}
.red-text a:hover{
	color:#FF0000;
}
/*◆◆パンくずリンク◆◆*/
.pan {
	color:#666666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.pan a{
	color:#666666;
}
.pan a:hover{
	color:#000000;
}
/*◆◆トップページのトピックス・スクロール設定◆◆*/
#new{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 130%;
	margin:0;
	padding:0px 0px 0px 0px;
	width:248px;
	height:385px;
	overflow:scroll;
}
*html #new{
	line-height: 130%;
 	margin:0;
 	padding:0px 0px 0px 0px;
	width:248px;
	height:375px;
 	overflow:scroll;
}
/*◆◆トップページのインフォ・スクロール設定◆◆*/
#information{
	line-height: 130%;
	margin:0;
	padding:0px 0px 0px 0px;
	width:318px;
	height:300px;
	overflow:scroll;
}
*html #information{
	line-height: 130%;
 	margin:0;
 	padding:0px 0px 0px 0px;
	width:318px;
	height:300px;
 	overflow:scroll;
}
/*◆◆サブページのトピ＆インフォ・スクロール設定◆◆*/
#new2{
	margin:0;
	padding:0px 0px 0px 0px;
	width:540px;
	height:200px;
	overflow:scroll;
}
*html #new2{
 	margin:0;
 	padding:0px 0px 0px 0px;
	width:540px;
	height:200px;
 	overflow:scroll;
}
/*◆◆キャンパス・スケジュールのライン設定◆◆*/
.yline {
	background-image:url(../campus/image/schedule/yline.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:1em;
}
/*◆◆ページのトップへ戻る◆◆*/
div.page {
	font-size: 80%;
	color:#666666;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: right;
}
div.page a{
	color:#666666;
}
div.page a:hover{
	color:#000000;
}
/*◆◆フロート◆◆*/
.float {
	float: left;
}
