/*共通スタイル指定*/

A:link    { color : #19629C; text-decoration : none}     /*未訪問のアンカー*/
A:visited { color : #3366CC; text-decoration : none }    /*訪問済みのアンカー*/
A:active  { color : #ffffff ; background-color:#19629C } /*選択中のアンカー*/
A:hover   { color : #ffffff ; background-color:#19629C } /*マウスが通過しているアンカー(CSS2)*/


TD { font-size: 10pt;line-height:140%;}
.t-bold{font-weight:bold;}

/* 納品事例 */
table.mb_10{ margin-bottom:10px;}
table.library_list{ margin:10px 0;}

table td.lgray_line{ background-color:#D4D4D4;}
table td.blue_line{ background-color:#4289C2;}
table.list_last{ margin:30px 0 10px 0;}

table.main{ margin-top:20px;}

table.main tr td.title{ height:26px; text-indent:1em; line-height: 200%; background-color:#C6DBED;}
table.main tr td.photo{ padding-top:10px;}

table.main td.right{text-align: right;}
