@charset "utf-8";

/*画像はサイトのイメージによって変更しましょう*/

/*
 ニュースアイコン：重要記事
----------------------------------------------------------- */
.icoTopics {
	padding-left: 15px;
	background: url(../img_ico/ico_topics.gif) 0px 5px no-repeat;
}


/*
 ニュースアイコン：通常記事
----------------------------------------------------------- */	
.icoNews {
	padding-left: 15px;
	background: url(../img_ico/ico_news.gif) 0px 5px no-repeat;
}


/*
 ニュースアイコン：タイトルのみ
----------------------------------------------------------- */	
.icoTitle {
	padding-left: 15px;
	background: url(../img_ico/ico_title.gif) 0px 5px no-repeat;
}


/*
 ニュースアイコン：リンク
----------------------------------------------------------- */		
.icoLink {
	padding-left: 15px;
	background: url(../img_ico/ico_link.gif) 0px 5px no-repeat;
}


/*
 アイコン：別ウインドウへリンク（右寄せ）
----------------------------------------------------------- */	
.icoLinkBlank {
	padding-right: 15px;
	background: url(../img_ico/ico_link.gif) right center no-repeat;
}


/*
 アイコン：PDF（右寄せ）
----------------------------------------------------------- */	
.icoPDF {
	padding-right: 15px;
	background:url(../img_ico/ico_pdf.gif) right center no-repeat;
}


/*
 アイコン：エクセル（右寄せ）
----------------------------------------------------------- */		
.icoExcel {
	padding-right: 15px;
	background: url(../img_ico/ico_excel.gif) right center no-repeat;
}


/*
 アイコン：ワード（右寄せ）
----------------------------------------------------------- */	
.icoWord {
	padding-right: 15px;
	background: url(../img_ico/ico_word.gif) right center no-repeat;
}


/*
 アイコン：パワーポイント（右寄せ）
----------------------------------------------------------- */	
.icoPpt {
	padding-right: 15px;
	background: url(../img_ico/ico_ppt.gif) right center no-repeat;
}


/*
 アイコン：電話
----------------------------------------------------------- */	
.icoTel {
	padding-left: 15px;
	background: url(../img_ico/ico_tel.gif) left center no-repeat;
}


/*
 アイコン：メール
----------------------------------------------------------- */	
.icoMail {
	padding-left: 15px;
	background: url(../img_ico/ico_mail.gif) left center no-repeat;
}


/*
 アイコン：上
----------------------------------------------------------- */	
.icoArrowUp {
	padding-left: 15px;
	background: url(../img_ico/ico_arrow_up.gif) left center no-repeat;
}


/*
 アイコン：下
----------------------------------------------------------- */	
.icoArrowDown {
	padding-left: 15px;
	background: url(../img_ico/ico_arrow_down.gif) left center no-repeat;
}


/*
 アイコン：左
----------------------------------------------------------- */	
.icoArrowLeft {
	padding-left: 15px;
	background: url(../img_ico/ico_arrow_left.gif) left center no-repeat;
}


/*
 アイコン：右
----------------------------------------------------------- */	
.icoArrowRight {
	padding-left: 15px;
	background: url(../img_ico/ico_arrow_right.gif) left center no-repeat;
}


/*
 アイコン：右
----------------------------------------------------------- */
#ico_calender {
	background:url(../img_ico/ico_calender.gif) 0px 3px no-repeat;
	display:inline-block;
	padding-bottom:2px;
	padding-left:15px;
}

