@charset "UTF-8";

/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//
//	RGC-WEB ブログ表示用 CSSファイル
//
//	ドメイン			blog.rgc-web.com
//	サイトルート	/css/podcast.css
//	ファイル			/css/podcast.css
//
//	更新日			│	内容
//───────┼─────────────────────────────────────────
//	2006/06/22	│	新規作成
//
////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/*	mainArea
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*	ブログ用修正	*/
body{
	background:#ffffff url(http://www.rgc-web.com/content/blog/image/background.gif) repeat-y center top;
	color: #333333;
	font-size: 12px;
}

#mainArea a{
	color:#009933;
	text-decoration: underline;
}

.CopyRights {
	color:#666666;
}
/*--------------------------------------------------------------------------------------------------*/

#content{
	float: left;
	width: 187px;
	padding-right:10px;
	line-height:180%	!important;
}

#content a:hover{
	color:#006600 !important;
	text-decoration: none !important;
}

#entries{
	float: right;
	width: 525px;
	line-height: 150%	!important;
	color:#000000;
}

#entry a:hover{
	color:#006600 !important;
	text-decoration: none !important;
}






/*	contentArea
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content h3{
	font-size:12px;
	border-bottom: 3px double #FF6600;
	padding: 5px 5px 5px 15px;
	margin-top: 8px;
	margin-bottom: 5px;
}

#content ul#ul_comment,
#content ul#ul_author,
#content ul#ul_archive,
#content ul#ul_trackback{
	padding-left: 20px;
	font-size: 12px;
	list-style: none;

}

#content ul li{
	margin: 0px;
	padding-bottom:3px;
}

/*	THEME		*/

#content ul#ul_podcast,
#content ul#ul_author,
#content ul#ul_archive,
#content ul#ul_theme{
	font-size: 12px;
	padding-left: 8px;
}

#content ul#ul_podcast li img,
#content ul#ul_theme li img{
	margin-right:5px;
}




/*	entryArea
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*	エントリーボックス	*/
.entryBox{
	margin:0px;
}

/*	エントリー	*/
.entry{
	background:#FFFFFF;
	padding:8px;
	margin: 0px;
}
.entry a:hover{
	text-decoration: none !important;
}
/*	配信日時	*/
.entryDate{
	font-size:12px;
	font-weight: bold;
	color: #666666;
}

/*	タイトル	*/
h2{
	padding-left:12px;
	font-size:16px;
	font-weight: bold;
	line-height:120%;
	background: url(http://www.rgc-web.com/com/marker.gif) no-repeat left top;
	height: 29px;
}

h2 a{
	text-decoration: underline;
}

/*	テーマ	*/
.entryTheme{
	font-size:11px;
	color: #666666;
	padding: 5px 0px 5px 12px;
}
.entryTheme img{
	margin:0px 5px;
}

/*	本文	*/
.entryExcerpt{
	font-size:12px;
	color:#333333;
	padding:5px;
	line-height:150%	!important;
}

/*	エントリーメタ	*/
.entryMeta{
	font-size:10px;
	color:#666666;
	text-align:center;
}

/*-------------------------------------------------------------------------------------------------*/

/*	コメント投稿へ	*/
#entryToCom{
	margin:15px 0px;
}

/*	トップへ	*/
.entry .backtoTop{					text-align:right;	}
.entry .backtoTop a{				color:#FF8000 !important;		}
.entry .backtoTop a:hover{	color:#FF0000 !important;		}

/*	コメント	*/
.entryCom{
	padding-left:8px;
	font-size:16px;
	font-weight: bold;
	line-height:120%;
	border-left: 3px solid #FF8000;
	margin: 8px 0px;
}

/*	コメントタイトル	*/
.comTitle{
	border-left: 3px solid #800040;
	font-size:12px;
	padding-left:10px;
	margin-bottom:5px;
}

/*	コメント本文	*/
.comExcerpt{
	padding-left:8px;
	padding-bottom: 5px;
}

/*	コメントメタ	*/
.comAuthor{
	padding-left:8px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #666666;
}

/*	コメント区切り	*/
.comHr{
	margin:0px 8px 3px;
	height:1px;
}

/*	区切り	*/
.separate{
	margin:8px 0px;
}

/*-------------------------------------------------------------------------------------------------*/

/*	投稿フォーム	*/
#comForm{
	padding:15px;
	width:380px;
}

/*	投稿フォームリスト	*/
#comFormUL{
	text-align:right;
}

/*	投稿フォームラベル	*/
.comFormLabel{
	text-align:right;
	margin-top:8px;
	margin-right:8px;
	vertical-align:top;
}

/*	投稿フォームインプットエリア	*/
.comFormArea{
	width:		300px;
	margin:		0px 0px 5px;
	padding:	0px;
	vertical-align: top;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size:12px;
}

/*-------------------------------------------------------------------------------------------------*/
/*	トラックバックURL	*/
#trackUrl a{
	padding-left:10px;
}

/*	トラックバックタイトル	*/
.tbTitle{
	border-left: 3px solid #0000A0;
	font-size:12px;
	padding-left:10px;
	margin-bottom:5px;
}

/*	トラックバック本文	*/
.tbExcerpt{
	padding-left:8px;
	padding-bottom: 5px;
}

/*	トラックバックメタ	*/
.tbAuthor{
	padding-left:8px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #666666;
}
/*-------------------------------------------------------------------------------------------------*/
/*	ページリスト	*/
#pageList{
	clear:both;
	text-align:center;
	margin-bottom:20px;
	padding-top:20px;
	font-size: 14px !important;

}
#pageList a{
	margin: 0px 5px;
}
#pageList .nowPage{
	margin: 0px 5px;
	font-size: 16px !important;
	font-weight: bold !important;
	color:#FFFFFF !important;
}


/*	Text Visual
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.follow {
	font-size: 12px;
	font-weight: bold;
}

.followPlugin {
	font-size: 11px;
	line-height: 100%;
	text-align: left;

}



/*	Etc
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.rssFeed{
	text-align:center;
}

.plugin{
	padding-top:12px;
	text-align:center;
}

.error{
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
	color:#FF0000;
}

