/* CSS Document */

/* 文字の設定 */
td,p{		
	color:#333333;font-size:12px;line-height:180%;
}

/* リンクの設定 */
a {		
	text-decoration: underline;
}
a:link,a:visited,a:active{		
	color:#CC6600;
}
a:hover{		
	color:#FF9900;text-decoration:none;
}

/* 水平線の設定 */
hr{		
	border:1px solid #efefef;
}

/* 画像の設定 */
img.pict{		
	padding: 5px 10px 5px 5px;/*上,右,下,左 */
}

/*リストの画像*/
li.cyan{		
	list-style-image : url(../seisakuchu/福山大学研究紀要_files/images/icon/icon-cyan-s.gif);
}
li.green{		
	list-style-image : url(../seisakuchu/福山大学研究紀要_files/images/icon/icon-green-s.gif);
}
li.orange{		
	list-style-image : url(../seisakuchu/福山大学研究紀要_files/images/icon/icon-orange-s.gif);
}
