@charset "utf-8";
@import "../common.css";
@import "../reset.css";

/*///////////////////////////////////////

 font-size

/////////////////////////////////////////

	10px = 77%		11px = 85%
	12px = 93%		13px = 100%
	14px = 108%		15px = 116%
	16px = 123.1%

////////////////////////////////////////*/

body#feed{
background-color:#eeeeee;
}

#feed #title{
background:url(../../images/main_top.png) no-repeat;
width:770px;
height:60px;
}

#feed #title h1{
text-indent:-10000px;
overflow:hidden;
}

#feed #contents{
background:#FFFFFF url(../../images/main_mid.png) repeat-y scroll 0 0;
height:auto;
margin:0 auto;
text-align:left;
width:770px;
}

#feed #contents h2{
border-bottom:1px solid #ABABAB;
color:#999999;
margin:0 40px 8px;
padding:2px 0;
}

#feed #contents .rss{
margin:0 40px 5px;
}

#feed #contents .link_list{
width:240px;
text-align:right;
float:left;
margin-right:20px;
}

#feed #contents .end_margin{
margin-bottom:20px;
}

#feed #contents a{
font-weight:bold;
color:#0088CC;
text-decoration:none;
}

#feed #contents a:hover{
	text-decoration: underline;
}

#feed #contents .link_icn{
text-decoration:none;
}

#feed #contents ul{
margin:0 40px 20px;
list-style:disc inside;
padding-left:10px;
color:#4A4A4A;
}

#feed #contents h3{
margin:0 40px 5px;
}

#feed #contents p{
margin:0 40px 15px;
}

#feed #navi{
background:transparent url(../../images/main_btm.png) no-repeat 0 bottom;
}



