/* Designed by Francois PLANQUE - http://fplanque.net/ */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */

* {
	margin: 0;
	padding: 0;
}

/* 全体に関する設定 */
body {
        font-size:12px;
	background: #0a0a0a;
}
a {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	color:#ccc;
	text-decoration: underline;
}
h3 {
	color: #78a;
	font-size: 120%;
}
h4 {
	color: #78a;
	font-size: 110%;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

table.invisible {
	margin: 1ex;
	border-collapse: collapse;
}
table.invisible td {
	padding: 0ex 1ex;
}
td.right {
	text-align: right;
}
p {
       margin-top: 0.8em;
       margin-bottom: 0.8em;
}

/* 全体の幅。背景もここで指定する */
div#wrapper {
/*	background: #fff url(img/bg_content.gif) repeat-y 0 0; */
	width: 980px;
	margin: 0 auto;
}


/* ヘッダー */
div.pageHeader {
	padding-top: 5ex;
	background: #0a0a0a url(img/pageHeader.gif) no-repeat;
	height: 222px;
}
div.pageHeader h1 {
	font-size: 300%;
	font-weight: bold;
	padding-left: 5ex;
}
div.pageHeader h1 a,
div.pageHeader h1 a:visited {  /* IE6 */
	color: #daba23;
	text-decoration: none;
}
div.pageHeader h1 a:hover {
	text-decoration: underline;
}
.widget_core_coll_tagline {
	font-size: 120%;
	color: #daba23;
	padding-left: 18ex;
	padding-top: 2ex;
}


/* 一番上のメニュー */
div.top_menu {
}


/* 左列＋中央列 */
div#innerwrapper {
	float: left;
	width: 740px;
}


/* 中央列 */
h2 {
	color: #ccc;
	font-size: 180%;
	margin: 1ex;
	border-bottom: 1px solid #ccc;
}
.bPosts {
	float: right;
	color: #fff;
	font-size: 90%;
 	padding: 10px;     
}
.bPosts > div {
	padding: 8px 10px;
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished {
	background: #0a0a0a url(img/comment-back.gif) repeat-y;
	width: 460px;
	clear: both;
	padding: 0 10px;
	margin-bottom: 50px;
	border-bottom : 1px solid #fff;
}
.bTitle {
	background: #0a0a0a url(img/center-title.gif) no-repeat;
        height : 35px;
	width: 480px;
	color: #fff;
	font-size: 150%;
	margin-top: -10px;
	margin-left: -10px;
	padding-top: 20px;
	padding-left: 20px;
}
.bSmallHead {
	font-size: 80%;
	color: #ccc;
	text-align : right;
	margin: 1ex 2ex 2ex 0;
}
.bDate {
	font-size:180%;
	font-weight:bold;
	color:#ccc;
}
.bTime {
}
.bCategory {
}
.bText {
	font-size : 14px;
        line-height : 22px;
}
.bText > div {
	padding: 8px 10px;
}
.bText blockquote {
	color: #333;
}
.bSmallPrint {
	clear: both;
	color: #fff;
	font-size: 80%;
	margin: 1ex 2ex 0 0;
}
input.bComment,
textarea.bComment {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}
input.submit,
input.preview,
input.reset {
	background-color: #ddd;
	color: #78a;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}
input.submit:hover,
input.preview:hover {
	color: #000;
}


/* 左列・右列 */
.bSideBar {
	width: 240px;
	font-size: 100%;
}
.bSideBar LI{
	padding-bottom: 3px;
}
.bSideBar A {
	color: #ccc;
}
.bSideBarLeft {
	float: left;
}
.bSideBarLeft H3 {
	background: #0a0a0a url(img/bSideBar.gif) no-repeat;
	height: 32px;
	color: #daba23;
	font-size: 120%;
	padding:10px 0 0 30px;
	margin-bottom:5px;
}
.bSideBarRight {
	float: right;
}
.bSideBarRight H3 {
	background: #0a0a0a url(img/bSideBar.gif) no-repeat;
	height: 32px;
	color: #daba23;
	font-size: 120%;
	padding:10px 0 0 30px;
	margin-bottom:5px;
}
.bSideItem {
	margin: 10px 5px 5px 5px;
	padding: 1ex 2ex 2ex;
	color: #fff;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	border-bottom: 0;
}
.widget_core_coll_title a {
	text-decoration: none;
	color: #78a;
}


/* カレンダー */
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #ccc;
	border-bottom: 0;
}
table.bCalendarTable {
	font-size: 90%;
	color: #000;
	background-color: #fff;
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable a {
	color: #000;
}
table.bCalendarTable tfoot td {
	background-color: #ccc;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
	color: #000;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #000;
}
th.bCalendarHeaderCell {
	color: #444;
	font-size: 100%;
	padding: 1px;
}
#bCalendarToday {
	background-color: #bce;
}


/* フッター */
div#pageFooter {
	clear: both;
	background-color: #0a0a0a;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
	color: #fff;
}
p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #888;
	padding: 1ex;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}

.ad_news {
  margin: 0 auto;
  text-align: center;
}
.ad_news img {
  padding: 5px 0 10px 0;
}
#ad_form1,#ad_form2 {
  margin :0 auto;
  text-align: center;
  padding: 0 0 5px;
}
#ad_form1 p,#ad_form2 p {
  padding: 5px 0 2px 0;
}
#ad_form1 p a,#ad_form2 p a {
  font-size: 12px;
  color: #ffffff;
  font-weight: bolder;
  text-decoration: underline;
}
#SearchKeyword,#ProfileKeyword {
  width: 160px;
}
#ad_right1 {
  padding: 5px 5px 10px 5px;
}
#ad_right1 a {
  color: #ffffff;
  text-decoration: underline;
}
#ad_right2 {
  padding: 5px 5px 10px 5px;
}
#ad_right2 p a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
  font-weight: bolder;
  padding: 0 0 5px 0;
  margin: 0 auto;
  display: block;
}
#ad_right2 span a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 3px 2px 0;
  line-height: 20px;
}
#ad_right2 p a:hover {
  font-size: 14px;
  color: #bb0000;
  text-decoration: underline;
}
#ad_right2 span a:hover {
  color: #bb0000;
  text-decoration: underline;
  line-height: 20px;
}
.bSideBarRight h3 {
  margin: 5px 0 0 0;
}
.bSideBarRight h3 a {
  text-decoration: none;
  color: #0000ff;
  font-weight: bolder;
}
.bSideBarRight h4 {
  margin: 5px auto -5px auto;
}
.bSideBarRight dl {
  padding: 0 5px;
  margin: -5px 0 0 0;
}
.bSideBarRight dt {
  font-size: 14px;
  font-weight: bolder;
  padding: 10px 0 0 0;
}
.bSideBarRight dd {
  padding: 0 10px 0 10px;
}
.bSideBarRight dd a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
  line-height: 18px;
}
.bSideBarRight dd a:hover {
  font-size: 12px;
  color: #bb0000;
  text-decoration: underline;
  line-height: 18px;
}
