@charset "utf-8";
/* CSS Document */

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

table#newsTable{
width:100%;
}

table#newsTable th,
table#newsTable td{
vertical-align:top;
}

table#newsTable th{
width:7em;
padding:0.6em 0;
background:url(../common/images/mod_line01.gif) repeat-x 100% 100%;
}

table#newsTable td{
padding:0.6em 0 0.6em 75px;
background:url(../common/images/mod_line01.gif) repeat-x 0 100%;
}

table#newsTable td img{
position:absolute;
margin:-1px 0 0 -75px;
}

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
div.newsItem{
padding-bottom:2em;
margin-bottom:1.5em;
background:url(../common/images/mod_line01.gif) repeat-x 0 100%;
}

div.newsItem p.newsState{
font-size:84%;
font-weight:bold;
margin-bottom:.8em;
}

div.newsItem p.newsState img{
margin:0 0 0 0.5em;
}

div.newsItem h3{
margin:0 0 .8em;
font-size:114%;
color:#ff077f;
}

