/*
Theme Name: 朱雀式ニューススタイル
Theme URI: http://www.suzaku-s.net/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.0
Author: 桜木朱雀
Tags: green, white, two-columns, right-sidebar, flexible-width, sticky-post, rtl-language-support, translation-ready

*/
@import url("/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/css/common.css");

body {
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/bod-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	text-decoration: none;
}
a:link {
	color: #004d8e;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #004d8e;
}
#container #header {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}

#header-bar #header-utl{
	margin:auto;
	text-align:right;
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	background-color: #999;
	}
#header-bar #header-utl ul {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}

#header-bar #header-utl ul li {
	display: inline;
	margin-left: 20px;
}

#header-bar #header-utl ul li a {
	color:#FFF;
	text-decoration: none;
	}
#container {
	padding-bottom: 132px;
}
#header * {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#header #site-id {
	float: left;
}
#header #site-id a {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}
#header-widget-area .widget_search {
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/search_form.gif);
	display: block;
	float: right;
	height: 28px;
	width: 291px;
	padding: 3px;
}
#header .utility #header-widget-area {
	padding-top: 15px;
}
#container #global-nav {
	clear: both;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	line-height: 29px;
	position: relative;
	height: 29px;
}
#container #global-nav ul li {
	display: inline;
}
#container #global-nav ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	line-height: 29px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
#container #global-nav ul ul.sub-menu li a{
	color: #333;
}
#container #global-nav ul ul.sub-menu {
	display:none;
	position: absolute;
	top: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	width: 954px;
	margin-right: 10px;
	margin-left: 10px;
	left: 0px;
}
#container #global-nav ul .current-menu-item ul.sub-menu,
#container #global-nav ul .current-category-parent ul.sub-menu,
#container #global-nav ul .current-post-ancestor ul.sub-menu,
#container #global-nav ul .current-menu-parent ul.sub-menu{
	display:block;
	}
#global-nav #menu-global .sub-menu li.current_page_item a,
#global-nav #menu-global .sub-menu li.current-menu-item a,
#global-nav #menu-global .sub-menu li.current-post-parent a{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content .categ-title h1 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-color: #06F;
	padding-left: 5px;
	margin-bottom: 10px;
}
#container #page-wrap #page-body {
	padding-top: 20px;
}
#page-wrap #page-body #content {
	float: left;
	width: 635px;
	padding-right: 13px;
	padding-left: 13px;
}
#container #global-nav ul li a:hover{
	color: #FFF;
	text-decoration:underline;
}

#container #global-nav ul li.current-page-ancestor a, 
#container #global-nav ul li.current-menu-parent a,
#container #global-nav ul li.current_page_item a,
#container #global-nav ul li.current-menu-item a{
	color: #000;
	background-color: #FFF;
}

#container #page-wrap {
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/container_bg.gif);
	background-repeat: repeat-y;
	padding-right: 13px;
	padding-left: 13px;
	margin-right: auto;
	margin-left: auto;
	width: 974px;
	display: block;
	padding-top: 29px;
}
#content article .page-title {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 5px;
}
#content article {
	margin-bottom: 50px;
}
div.entry-meta{
	margin-bottom:10px;
}
.entry-meta .comment a {
	font-weight: normal;
	color: #666;
	font-size: 11px;
	line-height: 1;
}
.comment .comment-label {
	border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	background :#FCFCFC;
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#FCFCFC, #e5e5e5);
	background: -o-linear-gradient(#FCFCFC, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FCFCFC), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#FCFCFC, #e5e5e5);
	margin-right: 2px;
}
.comment .comment-label .icon{
	background-repeat:no-repeat;
	background-position:left center;
}
.entry-meta .comment a:hover {
	text-decoration: none;
}
.comment .comment-number {
		border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: normal;
		border-radius: 3px;        /* CSS3草案 */
}

.entry-meta .social-button{
	float: right;
	margin-right: 10px;
	width: 100px;
	overflow: hidden;
	}
	
	
#content article .page-header {
	margin-bottom: 8px;
}
article .page-header time {
	padding-top: 5px;
	padding-bottom: 5px;
}
article .page-header .tag-list .tags a {
	background-color: #C30;
	color: #FFF;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
}
article .page-header .tag-list {
	margin-bottom: 5px;
}
#content article .entry-content {
	font-size: 115%;
	line-height: 1.8;
}
#content article .entry-content  p {
	margin-bottom: 1em;
}
#content .entry-footer .blog-ranking {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
div.adspace {
	margin-bottom: 20px;
}
#content .entry-footer .blog-ranking img  {
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 20px;
}
#content .entry-footer .blog-ranking a {
	height: 60px;
	width: 630px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content .entry-footer .blog-ranking:hover {
	background-color: #FFEBE1;
}
#content .entry-footer .blog-ranking p {
	margin-left: 100px;
	line-height: 1.2;
	margin-bottom: 0px;
}
#content .entry-footer .author-info {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #666;
	font-size: 12px;
	margin-bottom: 40px;
}
#content .entry-footer .author-info p {
	line-height: 1.5;
}
#content .entry-footer .author-info h6 {
	font-size: 12px;
}
#content .entry-footer .author-info img {
	float: left;
	margin-right: 15px;
}
#content .entry-footer .related-posts {
	margin-bottom: 20px;
}
#content .related-posts h5 {
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1E1E1;
	border-left-color: #F60;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#content .related-posts li,
#sidebar .related-posts li{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/listpoint.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#content #back_to_top a {
	text-align: right;
	display: block;
}
#sidebar {
	float: right;
	width: 313px;
	line-height: 1.8;
}
#sidebar .widget {
	margin-right: 13px;
	margin-bottom: 20px;
}
#sidebar  .widget-title,
.home #pickup-articles h3{
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1E1E1;
	border-left-color: #06F;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#sidebar  #text-388886255 .widget-title {
	font-size: 9px;
	color: #999;
	text-align: right;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1;
	padding: 0px;
}
#sidebar #popular-posts ul li {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#sidebar #popular-posts ul li#rank1{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/icon-rank01.png);
	}
#sidebar #popular-posts ul li#rank2{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/icon-rank02.png);
	}
#sidebar #popular-posts ul li#rank3{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/icon-rank03.png);
	}
#sidebar #popular-posts ul li#rank4{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/icon-rank04.png);
	}
#sidebar #popular-posts ul li#rank5{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/icon-rank05.png);
	}
#sidebar #popular-posts ul li#rank6{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/icon-rank06.png);
	}
#sidebar #popular-posts ul li#rank7{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/icon-rank07.png);
	}
.widget .textwidget iframe {
	display: block;
	text-align: center;
	margin: auto;
}
.widget #npcatch li {
	clear: both;
	margin-bottom: 13px;
}
.widget ul#npcatch img {
	padding: 1px;
	border: 1px solid #D6D6D6;
	float: left;
	margin-right: 10px;
}
.widget ul#npcatch li .title a{
	font-weight: bold;
}
.widget ul#npcatch li .excerpt{
	display: block;
	line-height: 1.5;
}
.fixed {
	  position: fixed;
	  top: 20px;
	}

#footer-container {
	margin: auto;
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	display: block;
	height: 132px;
}
#footer a {
	color: #666;
	font-size: 12px;
}
#footer-container #footer {
	width: 954px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer-container #footer .utility {
	margin-bottom: 15px;
}
#footer-container #footer #copyright {
	text-align: right;
	padding-bottom: 30px;
}
#footer-utility ul li{
	display: inline;
	margin-right: 15px;
}




.widget_search #searchform input#s {
	height: 27px;
	width: 195px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	padding-right: 5px;
}
.widget_search #searchform #searchsubmit {
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/search_button.gif);
	height: 29px;
	width: 76px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,img.left {
	float: left;
	margin-right:20px;
}

.alignright, img.right {
	float: right;
	margin-left:20px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */








.---blockquote---{
	text-decoration: none;
}
.entry-content h3,
.entry-content h4{
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/h3_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


blockquote.ch2 {
	background-color: #F7F7F7;
	border: 2px groove #D4D0C8;
	font-size:12px;
}

.ch2 h4{
	color:#ff0000;
	font-weight:normal;
	font-size:14px;
	padding:0px;
	text-indent:0px;
}

.ch2 em {
	font-style: normal;
	font-weight: bold;
	color: #008000;
	font-size:12px;
}


.ch2 strong {
	font-style: normal;
	font-weight: bold;
	font-size:12px;
}

blockquote.hatebu {
	background-color: #EDF1FD;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5279E7;
	border-right-color: #5279E7;
	border-bottom-color: #5279E7;
	border-left-color: #5279E7;
	font-size: 12px;
}
blockquote.hatebu  strong {
	background: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/common_images/hatebu_profile.gif) no-repeat left center;
	font-style: normal;
	line-height: 16px;
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	padding-left: 18px;
}
blockquote.hatebu em {
	color: #6666CC;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
blockquote{
	color: #333;
	border: 1px dashed #999;
	padding: 10px 10px 0 10px;
	/*font-size: 90%;*/
	margin-bottom: 15px;
	}
blockquote.source {
	font-size:90%;
	height:200px;
	overflow:auto;
}

.entry em {
	font-style: normal;
	font-weight: bold;
}
.entry strong {
	font-size: 1.1em;
	font-weight: bold;
}
.entry strong.impact {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}
.citeurl, blockquote cite{
	/*background: #F7F7F7;*/
	display: block;
	margin-top: 10px;
	font-size: 85%;
	padding-right: 5px;
	padding-left: 5px;
}
.citeurl  a, blockquote  cite a:link , blockquote cite a:visited{
	color: #999;
}
.entry blockquote strong{
	color: #000000;
}
blockquote em{
	color: #000000;}
.notes {
	color: #666666;
	font-size: 90%;
}
div.notes {
	border-top: 1px dotted #999999;
	margin:30px 20px;
}

div.aa{
	font-family: 'Mona','IPA MONAPGOTHIC','MS PGothic','ＭＳ Ｐゴシック','MS Pｺﾞｼｯｸ','MS Pゴシック',sans-serif;
	font-size:12px;line-height:1em;
	
	}

/*フロントページ*/

.home #content .entry-title {
	font-size: 14px;
	display: inline;
	background-image: url(/prx/000/http/www.suzaku-s.net/wp-content/themes/suzakuopinion/images/listpoint.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
}
.home #content article .entry-content{
	font-size: 100%;
}
.home #content  #front-article1 .entry-title{
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
}
.home #content  #front-article2 .entry-title,
.home #content  #front-article3 .entry-title{
	font-size: 18px;
	font-weight: bold;
}
.home #content article{
	margin-bottom:3px;
	}
article#front-article1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}
.home .entry-date {
	display: inline;
}
.home article#front-article1 .entry-date {
	display: block;
	float: none;
}
#pickup #top-content-ad {
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 10px;
}
#pickup #pickup-articles {
	float: right;
	width: 420px;
}
#pickup-articles .a-pickup {
	float: left;
	width: 130px;
	margin-right: 10px;
	font-size: 12px;
	height: 120px;
	overflow: hidden;
}
.a-pickup p a .title {
	display: block;
	overflow: hidden;
}
.entry-content div.wp-polls {
	background-color: #F6F6F6;
	border: 1px dotted #D6D6D6;
	padding-top: 10px;
}
.wp-polls input.Buttons {
	font-weight: bold;
	padding: 3px;
	background-color: #D6D6D6;
	font-size: 16px;
}
