/*----- 既存スタイルリファイン -----*/
/* 全般 */
.topbar{
	height:80px;
	border-top:5px solid #39c;
	table-layout:auto;
}
.container{
}
#title{
	width:750px;
	padding:5px 10px;
	background:#39c;
	border-top:1px solid #39c;
	border-bottom:1px solid #0b66ac;
}
#title h1{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding-left:10px;
	line-height:100%;
}
#title h2{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}
#title #siteSearch,
#title #themeSearch{
	border:1px solid #D5F1FF;
	padding:3px 10px;
}
#title #siteSearch h2,
#title #themeSearch h2{
	font-size:small;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
#siteSearch input.txt ,
#themeSearch input.txt{
	background:#069;
	color:#FFF;
	border:1px solid #004A73;
	border-color:#004A73 #7EC1EB #7EC1EB #004A73;
}
#themeSearch h2{
	color:#00519D;
	background:url(../images/img/tab_bulletR.gif) left top no-repeat;
}
#title #themeSearch h2{
	color:#fff;
	background:none;
}
#themeSearch .box{
	border:1px solid #39c;
	background:url(../images/img/bg_more.gif) no-repeat right top;
}

.center{
	width:auto;
}
#postList,
#themeRanking{
	margin-right:0px;
}

/*--------------------------*/
#dailyList #postList h2,
#rankingList #themeRanking h2{
	color:#00519D;
	background:url(../images/img/tab_bulletFull.gif) left top no-repeat;
}
#blogList .box,
#postList .box,
#resultList .box,
#themeRanking .box{
	border-color:#39c;
}
#postList table.list thead th,
#resultList table.list thead th,
#themeRanking table.list thead th{
	color:#00A3E7;
}
#postList table.list tbody th,
#themeRanking table.list tbody th{
	color:#00A3E7;
	background:#D5F1FF;
}

#postList table.list td.blogcell,
#resultList table.list td.themecell,
#themeRanking table.list td.themecell{
	background:#E8F5FE;
}
#postList table.list td.blogcell-on,
#resultList table.list td.themecell-on,
#themeRanking table.list td.themecell-on{
	background:#D5F1FF;
}

#dailyList .more,
#rankingList .more{
	background:#7EC1EB;
	padding:4px 4px 2px;
}
#themeRanking table.list .rank{
	color:#FF9;
	font-size:14px;
	font-family:"Trebuchet MS";
	padding:3px 5px 2px;
	background:#39c;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
}
/*--------------------------*/
#themePortal #ranking{
	background-image:url(../images/jrfu/bg_rank.gif);
}
#themePortal #related{
	background-image:url(../images/jrfu/bg_relate.gif);
}

.links{
	text-align:center;
	border:solid #ccc;
	border-width:1px 0px;
	padding:5px;
}

#copyright{
	color:#999;
	font-size:12px;
	font-family:"Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	padding:5px 10px;
	line-height:110%;
}
#copyright a{
	color:#999;
}

/* 個人トップ、記事 */
#banner h1{
	padding:5px 15px;
}
#profile dt{
	font-weight:bold;
}
#profile td{
	padding:12px;
}

/*----- ＪＲＦＵ固有スタイル -----*/
/* 個人トップ、記事 */
iframe#top-banner{
	float:right;
	width:150px;
	height:56px;
}
iframe#bottom-banner{
	float:right;
	width:127px;
	height:52px;
/*	border:1px solid #fff;
	margin:0px 0px 0px auto;*/
}
#member th,
#member td{
	padding:1px 2px;
	vertical-align:top;
	line-height:1em;
/*	background:#fff;*/
}
#announce{
	width:95%;
	margin:0px auto;
	background:#39c;
	border:2px dashed #fff;
	border:2px solid #fff;
}
#announce th{
	color:#fff;
	text-align:center;
	padding:2px;
}
#announce td{
	background:#fff;
	padding:2px 5px;
	border-bottom:1px solid #39c;
}
#announce td.date{
	background:#def;
	color:#39c;
	width:7%;
	text-align:center;
	border-left:1px solid #39c;
}
#announce td.blog{
	width:44%;
	background:#f0f9ff;
	border-right:1px solid #39c;
}
#announce a{
	color:#03c;
}
#announce a:visited{
	color:#63c;
}
