@charset "Shift_JIS"; 		/* 文字コードセット */

/* ◆◆◆◆このcssはトップページ専用です◆◆◆◆ */
#bg01{
	background:url(../../images/index/main_bg.jpg) repeat-x;
}

#wrapper{
	width:1000px; /* 基本ページ幅 */
}



/* ログインまわり */	
body#login-form{
	background:none;
	text-align:left; /* IE5.5以前用中央揃え */
	color:#fff;
	background:none;
	background:url(../../images/common_images/side_bg.jpg) repeat-y -16px;
}

#login-form input{
	width:107px;
	height:1.1em;
}
#login-form td{
	font-size:10px;
}
#login-form td#pass_forget{
	background:url(../../images/index/pass_img.jpg) no-repeat left 2px;
	padding:0 0 0 25px;
}

#login-form a:link,
#login-form a:visited{
text-decoration: none ;
color: #fff;
}
#login-form a:hover,
#login-form a:active{
text-decoration: underline ;
color: #fff;
}


/* 右側バナーエリア */
td#banner-area{
	background:url(../../images/main/right_bg.jpg) no-repeat;
	vertical-align:top;
	padding:0 20px; /* バナー中心揃え */
}
#flashContent{
	background:url(../../images/main/topimg_bgbottom.jpg) no-repeat;
	padding:9px 0 21px 26px;
}
#flashContent ul{
	list-style:none;
	margin:5px 0 0 0;
}
#flashContent li{
	float:left;
	width:77px;
}

/* ローテバナー */
#flashContent2{
		background:url(../../images/main/topimg_bgbottom.jpg) no-repeat;
		padding:0px 0 10px 17px;
	}

/* 重要なお知らせ */
#info{
	width:403px;
	background:url(../../images/index/bg_info.jpg) no-repeat left bottom;
	padding:0 0 10px 0;
	margin:0 0 10px 17px;
}

#info table{
	margin:9px 0 0 13px;
	padding:0 10px 0 0;
	color:#900;
	font-weight:bold;
}
#info table th{
	background:url(../../images/common_images/icon_01.gif) no-repeat 0 0.3em;
	padding:0 0 6px 17px;
	width:87px;
	text-align:left;
	vertical-align:top;
}

#info a:link,
#info a:visited{
	text-decoration: none ;
	color:#900;
	font-weight:bold;
}
#info a:hover,
#info a:active{
	text-decoration: underline ;
	color:#900;
	font-weight:bold;
}


/* お知らせ */
.blue-list{
	width:403px;
	padding:0 0 10px 0;
	margin:0 0 9px 17px;
	background:url(../../images/index/bg_news.jpg) no-repeat left bottom;
}
.blue-list ul{
	margin:10px 0 7px 14px;

}
.blue-list li{
	list-style:none;
	float:left;
}

.blue-list table{
	margin:9px 0 0 14px;
	color:#666;
}
.blue-list table td{
	background:url(../../images/index/line_contents.gif) no-repeat left bottom;
	padding:3px 0 3px 0;
}
.blue-list table td.icon{
	width:22px;
	vertical-align:middle;
}
.blue-list table td.data{
	width:81px;
	font-weight:normal;
}

.blue-list table td.new{
	width:38px;
}

.blue-list a:link,
.blue-list a:visited{
	text-decoration: underline ;
	color:#666;
}
.blue-list a:hover,
.blue-list a:active{
	text-decoration: none ;
	color:#666;
}


.gungho_info{
	width:403px;
	padding:0 0 10px 0;
	margin:0 0 9px 17px;
	background:url(../../images/index/bg_gungho.jpg) no-repeat left bottom;
}
.gungho_info ul{
	margin:10px 0 7px 14px;

}
.gungho_info li{
	list-style:none;
	float:left;
}

.gungho_info table{
	margin:9px 0 0 14px;
	color:#666;
}
.gungho_info table td{
	background:url(../../images/index/line_contents.gif) no-repeat left bottom;
	padding:3px 0 3px 0;
}
.gungho_info table td.icon{
	width:22px;
	vertical-align:middle;
}
.gungho_info table td.data{
	width:81px;
	font-weight:normal;
}

.gungho_info table td.new{
	width:38px;
}

.gungho_info a:link,
.gungho_info a:visited{
	text-decoration: underline ;
	color:#666;
}
.gungho_info a:hover,
.gungho_info a:active{
	text-decoration: none ;
	color:#666;
}



#library table td{
	background:none;
	text-align:left;
	vertical-align:middle;
}



