
/* $Id: layout-fixed.css,v 1.17 2009/11/05 12:09:53 johnalbin Exp $ */

/**
 * @file
 * Layout Styling (DIV Positioning)
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/*
 * Body
 */
body {
	  margin: 0;
  padding: 0;
  font: 14px verdana, arial, helvetica, sans-serif;
  color: #333;
  background-color: #777;
  line-height: 1.3;
}


#page-wrapper,
.region-page-closure {
  /*
   * If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. See also the ie6.css file
   * for the necessary IE5/IE6quirks hack to center a div.
   */
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background-color: #FFF;
}

#page {
}

/*
 * Header
 */
#header {
	background-image: url(http://democracynow.jp/sites/default/files/optional/globe_bg.png);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
  width: 960px;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

#header .section {
}


#search-box {
}

div#search.container-inline {	
	position: relative;
	top: 105px;
	float: right;
	margin-right: 10px;
}

div#name-and-slogan {
	float: left;
	margin-top: 75px;
	margin-left: 18px;	
}

.region-header {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
  position: relative;
}

#main {
}

/*
 * Content
 */
#content,
.no-sidebars #content {
  float: left; /* LTR */
  width: 960px;
  margin-left: 0; /* LTR */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
}

.sidebar-first #content {
  width: 760px;
  margin-left: 170px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -930px; /* LTR */ /* Negative value of #content's width + left margin. */
  background: url("http://democracynow.jp/sites/default/files/optional/left_bg.png") 0% 0% repeat-y;
}

.sidebar-second #content {
  width: 760px;
  margin-left: 0; /* LTR */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
  width: 590px;
  margin-left: 170px; /* LTR */ /* The width of .region-sidebar-first */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
}


#content .section {
  margin: 0;
  padding: 0;
}

div.region.region-sidebar-first.column.sidebar,
div.region.region-sidebar-second.column.sidebar {
	margin-top: 19px;
}


/*
 * Navigation
 */
#navigation {
  float: left; /* LTR */
  width: 100%;
  margin-left: 0; /* LTR */
  margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 1.6em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 2.3em; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
}

#navigation ul /* Primary and secondary links */ {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  white-space: nowrap;
  margin-top: -0px;
  margin-left: -1px;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
  background-color: #e8e8e8;
  z-index: 100;
}

#navigation li /* A simple method to get navigation links to appear in one line. */ {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
  	display: inline;
	/* hide from IE mac \*/
	overflow: hidden;
	/* end hide from IE mac */
	list-style-type: none;
	margin: 0;
	

}

#navigation li a	{
	position: relative;	/* internet explorer hack */
	border-left: 1px solid #aaa;
	padding: 4px 14px 3px 14px;
	}
	
#navigation li a:hover	{	/* addresses problem with IE7 adding white top border on hover */
	text-decoration: none;
	border-top: 1px solid #e8e8e8;
	}
	
#navigation li.menu-1735 a	{
	border-left: 1px solid #666;
	}

#navigation li.menu-1735 a,
#navigation li.menu-1337 a,
#navigation li.menu-1734 a,
#navigation li.menu-2455 a,
#navigation li.menu-2622 a,
#navigation li.menu-2623 a,
#navigation li.menu-2624.last a,{ color: #000; background: #fff; border-top: 1px solid #aaa; border-bottom: 1px solid #fff;}




/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 170px;
  margin-left: 0; /* LTR */
  margin-right: -170px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
}

.region-sidebar-first .section {
  margin: 10px 0px 0px 0; /* LTR */
 width:170px;
  padding: 0px;
  background-color: #e8e8e8;
    background: url("http://democracynow.jp/sites/default/files/optional/left_bg.png") 0% 0% repeat-y;
    padding-bottom: 50px;
}

.region-sidebar-first div.content{
	width: 150px;
	text-align: left;
	margin: 0;
	padding-top: 5px;

}

.region-sidebar-first div.content p {
		margin: 0 0 0 10px;
		padding: 0 0 3px 0;
		display: block;
		font: 12px verdana, arial, sans-serif;
		text-align: left;
		color: #fff;
		line-height: 1.1;
}


.region-sidebar-first div.content a:link,.region-sidebar-first div.content a:visited,.region-sidebar-first div.content a:hover {
		color: #fff;
		text-decoration: none;
}



.region-sidebar-first h2.title {
	width: 150px;
	border: none;
		display: block;
		margin: 0;
		text-align: left;
		padding: 8px 2px 10px 8px;
		font: bold 11px verdana, arial, sans-serif;
		color: #f90;
		text-transform: uppercase;	
		background: url("http://democracynow.jp/sites/default/files/optional/sidebar-section-bg.png") transparent left top no-repeat;
}



/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 200px;
  margin-left: 760px; /* LTR */ /* Width of content + sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */


}

.region-sidebar-second .section {
  margin: 5px 0px 0 10px; /* LTR */
  padding-right: 0px;

}




/*
 * Footer
 */
#footer {
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}


#footer .section {
}

/*
 * Closure
 */
.region-page-closure /* See also the #page-wrapper declaration above that this div shares. */ {
}

/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.region-page-closure {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

#navigation {
  overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/


/* Views Custom settings */



/* 重要：全体のパラグラフ段落設定 */
p{
	line-height: 18px;
	margin-bottom:5px;
}


/* DailyNews */
div.views-field-field-dailynews-img-fid {
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-top: 5px;
	
}

div.views-field-title {
	clear: both;
	margin-top: 3px;
}


#content-area div.view.view-dailynews div.item-list ul li {
	margin-bottom: 15px;	
}

/* DailyNews */

#TopFront div.pane-content div.view.view-dailynewsFront div.views-row {
	margin-bottom: 15px;
}



/* end */


/* Video */

/* Video　画像回り込み */
div.views-field-field-video-img-fid {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}



/* Video　文章のマージン */
div.field-content {
	margin-top: 10px;
}


/* Video 回り込み解除*/
h3 {
	        clear: both;
		padding-top: 10px;
		margin-bottom: 8px;
		
}



/* Video ToppageとVideoタグの枠線*/

h2.pane-title{
	border-top: dotted;
	border-bottom: dotted;
	border-width: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.views-field-tid{
	font-size: 10px;
	text-align: right;
	margin: 5px;
}
div.views-field-tid a{
	size: 10px;
}

#content-area div.views-field-tid span.field-content a {
	font-size: 12px;
}



/* トップページ */
/* トップページの「ニュース見出し」 */

#TopFront h3{
	border-bottom: dotted;
	border-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


span.field-content a {
	font-size: 14px;
}

/* トップページの「ニュース」の文字組 */

div.views-field-addtoany-link {
	clear: both;
	margin-bottom: 15px;
	float: right;
}

/* トップページの「新着動画」のフッター */

#topblockfooter {
	text-align: right;
	margin-right: 10px;
	margin-top: 25px;
	
}




/* トップページの「最近のニュース」見出し */
h3 a span.date-display-single {
	font-size: 14px;
	font-weight: normal;
}

/* トップページの「最近のニュース」の各日の間 */
div.item-list {
	margin-bottom: -12px;
}


/* リスト表示の設定 */
.item-list ul {
  margin: 0 0 0 0;
  padding-left: 18px;
}


/* トップページの「新着動画」の文字サイズと幅 */
table.views-view-grid tbody div.views-field-title span.field-content a{
	font-size: 12px;
}
table.views-view-grid tbody div.views-field-title{
	padding-right: 12px;
}


/* トップページの「最近のニュース」全体の幅 */

div#recentfront.panel-pane.pane-views.pane-dailynewsfront {
	margin-top: 20px;
}


/* 左サイドバー */
/* サイドバー全体 */

.region-sidebar-first div.content p{
	margin: 5px;
}



/* 放送情報 */
#block-block-4 a{
	font-size: 9px;
}





/*右サイドバー*/
/*右サイドバーの動画トップアクセス*/

#block-views-video_list-block_8 div.view-footer{
	text-align: right;
	border-top: dotted;
	border-width: 1px;
}

#block-views-video_list-block_8 a {
	font-size: 12px;
	line-height: 18px;
}

#block-views-video_list-block_8 h2.title {
	margin-left: 38px;
	color: #444;
	padding-top: 5px;
	font-size: 14px;
}

#block-views-video_list-block_8{
	margin-right: 5px;
}


/* 右サイドバーの新着動画 */

#block-views-video_list-block_6 {
	padding: 10px;
	 background-color: #e8e8e8;
     background: url("http://democracynow.jp/sites/default/files/optional/right_bg.png") 1% 0% repeat-y;
     padding-bottom: 5px;
     margin-bottom: 0px;

}

#block-views-video_list-block_6 div.views-field-field-video-img-fid {
	margin: 0px;
	padding: 0px;
}

#block-views-video_list-block_6 div.views-field-title {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

#block-views-video_list-block_6 td.col-1 {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: dashed;
	border-width: 1px;
}

#block-views-video_list-block_6 h2.title {
	margin-left: 20px;
}



/*右サイドバーのツイッター*/

#block-views-tweets-block2 {
	font-size: 11px;
	 background-color: #e8e8e8;
     background: url("http://democracynow.jp/sites/default/files/optional/right_bg.png") 1% 0% repeat-y;
     padding-bottom: 5px;
}

#block-views-tweets-block2 a{
	font-size: 11px;
	color: #521;
}

#block-views-tweets-block2 div.views-field-screen-name {
	padding-top: 7px;
}

#block-views-tweets-block2 h2.title {
	padding-top: 5px;
	margin-left: 18px;
	padding-bottom: 5px;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	margin-bottom: 5px;
}

#block-views-tweets-block2 a img {
	max-width: 30px;
	float: left;
	margin-right: 3px;
	margin-left: 18px;
}

#block-views-tweets-block2 div.views-field-text {
	clear: both;
	margin-left: 18px;
}

#block-views-tweets-block2 div.views-field-created-time {
	padding-top: 3px;
	color: gray;
	margin-left: 18px;
	border-bottom: dotted;
	border-width: 1px;
	margin-bottom: 5px;
}

#block-views-tweets-block2 div.item-list {
	padding-bottom: 14px;
}



/* 一覧 */

#block-views-video_list-block_7 {
	margin-top: 50px;	
}



/* DVDページ */



/* DVDページ新規 */

#dvdtopimg img {
	margin-left: 10px;
}



#yearlyteaser p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

#thisyearDVD img {
	float: left;
	margin-right: 15px;
	padding-bottom: 30px;
}

#DVDVOLs h4 {
	clear: both;
	font-size: 16px;
	margin-left: 5px;
}

#thisyearDVD h5 {
	margin-left: 5px;
	margin-bottom: 0px;
	border-bottom: dashed;
	border-width: 1px;
	border-color: gray;
	clear:both;
}

#DVDbacknumber h5 {
	margin-left: 5px;
	border-bottom: dashed;
	border-width: 1px;
	padding-bottom: 10px;
	
}

#DVDbacknumber {
	clear: both;
}


#thisyearDVD {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#DVDVOLs {
	clear: both;
	margin-bottom: 15px;
}

#thisyearDVD p {
	margin: 5px;
}

#thisyearDVD h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* DVDページ新規バックナンバー */

h6#backnumber {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 15px;
}



/* DVDページ新規各巻 */

#dvd-vol-teaser {
	padding: 5px;
	border: dashed;
	border-width: 1px;
}

#dvd-box div.dvd-right p.dvd-description {
	line-height: 20px;
}



/* DVDページ全体 */
div#dvdtopimg {
	float: right;
}

div#dvdtopbody {
	padding-bottom: 20px;
	margin-bottom: 15px;
}

/* DVDトップページ */
/* トップページ：定期刊行DVDまわり */

#dvdtopbody h2 {
	margin-top: 40px;
	padding-top: 20px;
	border-top: dashed;
	border-width: 1px;
}

#dvdtopbody p {
	margin: 5px;
}



/* トップページ：シングルカットDVDまわり */

div#singleDVD {
	margin-top: 30px;
	
}

#singleDVD p a img {
	float: left;
	margin-right: 70px;
	margin-left: 5px;
}

#singleDVD p {
	padding-top: 20px;
}





/*DVD申し込みページの余分なリンクを削除してしまう無理くり*/

#node-47 h2.title {
	margin-top: -20px;
	margin-bottom: -10px;
	border-style: none;
	background-color: white;
	
}

#node-47 div.meta {
	color: white;
}

#node-47 div.meta span.submitted a {
	color: white;
}

/*DVD：VOLページ*/

div.view.DVD-VOL div.views-row{
	margin-top: 10px;
	margin-bottom: 10px;
}


div.view.DVD-VOL div.views-field-field-video-credits-value {
	color: gray;
	padding-top: 15px;
	padding-bottom: 20px;

}

div.view.DVD-VOL div.views-field-field-video-teaser-value {
	line-height: 18px;
	margin-bottom:5px;
}

#content-area div.view.view-video-list.view-id-video_list.view-display-id-page_6.DVD-VOL.view-dom-id-1.view-video-list.view-id-video_list.view-display-id-page_6.view-dom-id-1 div.view-content h3 {
	border-top: dotted;
	border-width: 1px;
	border-color: #AAA;
}



/*DVD：VOLページのトップブロック*/
#content div.section div.region.region-content-top {
	border: dashed;
	border-width: 1px;
	border-color: #AAA;
	padding: 10px;
}

/*DVDここまで*/


/*ニュースレター*/

#newsletter-vol ul li {
	margin-bottom: 8px;
}

/*申し込みページの余分なリンクを削除してしまう無理くり*/
#node-39 h2.title {
	margin-top: -20px;
	margin-bottom: -10px;
	border-style: none;
	background-color: white;
	
}

#node-39 div.meta {
	color: white;
}

#node-39 div.meta span.submitted a {
	color: white;
}



/*ニュースレターここまで*/



/* 動画ページ */

/* Real動画の配置 */
/* Real動画onlyページの英語スクリプト */

#realtranscript div.views-field-field-link-escript-value {
	margin-top: 10px;
	float: center;
	text-align: center;
}

#realtranscript div.views-field-field-link-escript-value a{
	font-size: 12px;
}

#realonly-reallink div.pane-content {
	text-align: center;
}

#getreal div.pane-content{
	margin-top: 50px;
}
/* Real動画onlyページの時間 */

#realvideolength div.field-item.odd {
	text-align: center;
	margin-top: 3px;
}


/* Real動画の配置終わり */



/* flash混在ページのreal再生リンク */

#flvvideo div.pane-content div.views-field-field-real-video-fid {
	float: right;
	margin-bottom: 5px;
}


#flvvideo div.pane-content div.views-field-field-real-video-fid a{
	font-size: 12px;
	margin-right: 10px;
}


/* フラッシュ動画の配置 */
div.views-field-field-flash-video-fid {
	width: 500px;
	margin: 10px auto 5px auto;
	
}

div.panel-pane.pane-block.pane-addtoany-0 {
	float: right;
	margin: 5px;
}

div#flvvideo-div {
	clear: both;
	width: 500px;
	margin: 10px auto 5px auto;
}

div.pane-content {
	clear: both;
}


/* 関連動画 */

#relatedvideo h2.pane-title {
	font-size: 14px;
	margin-top:5px;
	border-top: solid;
	border-top-color: #CCC;
	border-top-width: 1px;
	padding-top: 10px;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #DDD;
	padding-bottom: 10px;
}

#relatedvideo {
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;	
}



/* trackbackURL */

div#trackbackurl {
	margin-top: 30px;
	padding-top: 5px;
	text-align: right;
}

/* trackback表示 */

#block-trackback-1 h2.title {
	font-size: 14px;
	margin-top:5px;
	border-top: solid;
	border-top-color: #CCC;
	border-top-width: 1px;
	padding-top: 10px;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #DDD;
	padding-bottom: 10px;
}

div#trackbacks h3.title a {
	float: left;
	font-size: 12px;
	margin-top: -2px;
}

div#trackbacks span.submitted{
	margin-left: 10px;

}


/* 動画ページ終わり */



/* 動画リストページ */

div.view.view-video-list.view-id-video_list.videolist div.view-content h3 {
	border-top: dotted;
	border-width: 1px;
	padding-top: 10px;
}


/* 新・FLVページ */


/* 動画の位置 */
#player {
		width: 590px;
	margin:10px auto 0px auto;
}

/* リアルプレイヤーブロック */

#playreal div.pane-content div.getreal p {
	margin-top: 0;
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 5px;
}

#realvideo-belowflv p {
	margin-bottom: 0px;
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
}

#playreal div.pane-content {
	width: 390px;
	float: right;
	margin: 10px;
	border-style: dashed;
	border-width: 1px;
	border-color: #AAA;
	margin-bottom: 20px;
}

/* 解説　*/
#videobody div.pane-content {
	margin: 5px;
}


/* 再生時間 */
#videolength div.pane-content{
	padding-top: 5px;
	margin: 5px;
}

/* 英語スクリプト */

div.views-field-field-link-escript-value a{
	font-size: 12px;
	margin: 5px;
}

div.views-field-field-link-escript-value {
	margin-bottom: 10px;
	clear: both;
}

/* ゲスト */

#video-credits h2.pane-title {
	font-size: 12px;
	border: none;
	margin: 0px;
	padding: 0px;
}

#video-credits p {
	margin-top: 3px;
}

div#video-credits.panel-pane.pane-content-field.pane-field-video-credits {
	
}

#video-credits {
	border: dashed;
	border-color: #AAA;
	border-width: 1px;
	padding: 5px;
}


#video-credits.j{
	border-top: none;
}


/* archive (past shows) calendar page */
div.pastshows {
        display: block;
        float: left;
}

div.pastshows h3 {
        padding: 0;
        margin: 0 0 0 0.4em;
}

div.pastshows ul {
        margin: 0.5em 2em 1em 1.5em;
        padding: 0;
}

div.pastshows li {
        list-style-type: square;
        color: #c00;
}
/* archive (past shows) calendar page　上の月と日を消す */


#content-area div.view.view-dailynews.view-id-dailynews.view-display-id-calendar_1.view-dom-id-1.view-dailynews.view-id-dailynews.view-display-id-calendar_1.view-dom-id-1 div.view-content div.calendar-calendar ul.links {
	font-size: 1px;
	height: 1px;
}


/* blog　CSS */

#blogtitle {

	font-size: 22px;
	margin-top:6px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #DDD;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 30px;
	clear: value;

}


#blogtype {
	
	margin-right:10px;
	padding-right: 10px;
	text-align: right;
	border-right: solid;
	border-right-width: 1px;
	
}

div#blogtype.panels_pane.panel-pane.pane-content-field.pane-field-blogtype {
	float: right;
	font-size: 13px;
	color: #89428f;
}


div#blogtopauther.panels_pane.panel-pane.pane-node-author {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #89428f;
}


#blogbody div.pane-content p {
	font-size: 14px;
	line-height: 22px;
}





#block-simplified_social_share-sharing h2.title {
	font-size: 15px;
	margin-left:20px;
}

/* blog　CSS 記事全体のマージン*/

div#blogs.panel-flexible.panels-flexible-8.clear-block {
	padding-left: 10px;
	padding-right: 10px;
}

div#disqus_thread {
	padding-left: 10px;
	padding-right: 10px;
}

#block-simplified_social_share-sharing div.content {
	padding-left: 10px;
	padding-right: 10px;
}

div#blogs.panels_pane.panel-pane.pane-node-terms {
	padding-left: 10px;
	padding-right: 10px;	
}


/* blog　CSS contents type ブログの記事のみタイトル削除*/

.node-type-blog h1 {
  display: none;
}



/* blog list　CSS */

#content-area div.views_view.view.view-blog.view-id-blog.view-display-id-page_1.blogCustom.view-dom-id-1.views-processed div.view-content div.views-row div.views-field-title span.field-content a {
	font-size: 16px;
	font-weight: bold;
}



#content-area div.views_view.view.view-blog.view-id-blog.view-display-id-page_1.blogCustom.view-dom-id-1.views-processed div.view-content div.views-row {
	border-top: dashed;
	border-top-color: #CCC;
	border-top-width: 1px;
	margin-top:10px;
	padding-top: 10px;
	margin-bottom: 20px;
}

#content-area div.views_view.view.view-blog.view-id-blog.view-display-id-page_1.blogCustom.view-dom-id-1.views-processed div.view-content div.views-row div.views-field-field-blogtype-value {
	margin-right: 10px;
	margin-bottom: 5px;
	color: gray;
}


/* メールフォーム部分 */


#block-simple_subscription-0 {
		background-color: #60a0c0;
		padding-left: 10px;
		margin-top: -5px;
		padding-bottom: 10px;
}

#block-simple_subscription-0 div.content div.simple_subscription_header {
	padding-top: 10px;
	color: white;
	font-weight:bold;
	font-size: 110%;
}
