/* news_front content
-----------------------------------*/
#news_front_unit{
width			:720px;
margin-top		:56px;
}
#news_front_unit h3{
width			:711px;
border-bottom		:3px solid #0068b3;
margin-bottom		:10px;
padding-left		:9px;
padding-bottom		:10px;
}
#news_front_unit dl{
width			:720px;
margin-bottom		:70px;
}
#news_front_unit dl dt{
width			:146px;
display			:block;
float			:left;
clear			:left;
padding			:13px 0 14px 20px;
}
#news_front_unit dl dd{
-webkit-border-radius	:3px;
-moz-border-radius	:3px;
-o-border-radius	:3px;
-ms-border-radius	:3px;
border-radius		:3px;
padding-left		:166px;
}
#news_front_unit dl dd a{
background		:url("../../common/img/ico_01.png") no-repeat 0 20px;
display			:block;
padding			:13px 20px 14px 11px;
}
#news_front_unit dl dd span{
background		:url("../../common/img/ico_01.png") no-repeat 0 20px;
display			:block;
padding			:13px 20px 14px 11px;
}

#news_front_unit div.pager{
width			:720px;
}
#news_front_unit div.pager ul{
float			:right;
}
#news_front_unit div.pager ul li{
font-size		:85%;
line-height		:28px;
list-style		:none;
float			:left;
margin-left		:5px;
}
#news_front_unit div.pager ul li.current{
color			:#ffffff;
background-color	:#0068b3;
background		:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00caf2), color-stop(0.00, #0068b3));
background		:-webkit-linear-gradient(top, #0068b3 0%, #00caf2 100%);
background		:-moz-linear-gradient(top, #0068b3 0%, #00caf2 100%);
background		:-o-linear-gradient(top, #0068b3 0%, #00caf2 100%);
background		:-ms-linear-gradient(top, #0068b3 0%, #00caf2 100%);
background		:linear-gradient(to bottom, #0068b3 0%, #00caf2 100%);
-webkit-border-radius	:3px;
-moz-border-radius	:3px;
-o-border-radius	:3px;
-ms-border-radius	:3px;
border-radius		:3px;
padding			:0 12px;
}
#news_front_unit div.pager ul li a{
color			:#ffffff;
text-decoration		:none;
display			:block;
background		:#4d4d4d;
-webkit-border-radius	:5px;
-moz-border-radius	:5px;
-o-border-radius	:5px;
-ms-border-radius	:5px;
border-radius		:5px;
padding			:0 12px;
}
#news_front_unit div.pager ul li a:hover{
background		:#808080;
}



/* news content
-----------------------------------*/
#news_unit{
width			:720px;
margin-top		:45px;
}
#news_unit h3{
color			:#000000;
font-size		:116%;
font-weight		:bold;
line-height		:1.3;
border-bottom		:3px solid #0068b3;
margin-bottom		:25px;
padding			:0 10px 3px 10px;
}
#news_unit h3 span{
color			:#808080;
font-size		:73%;
line-height		:1.8;
font-weight		:normal;
}


#news_unit div.entry_body{
width			:720px;
margin-bottom		:100px;
}
#news_unit div.entry_body p{
margin-bottom		:15px;
}
#news_unit div.entry_body ul{
margin			:0 0 15px 20px;
}
#news_unit div.entry_body ol{
margin			:0 0 15px 25px;
}
#news_unit div.entry_body img{
max-width		:100%;
height			:auto;
}


#news_unit p.back{
width			:710px;
border-top		:1px solid #999999;
text-align		:right;
padding-top		:9px;
padding-right		:10px;
}