/* Information =====================================
   name:main.css
   dir:_root/common/css/
   descript: style for main contents area
   history:
   -2010.10.01 created by saito@yohk
   -2010.11.12 changed by saito@yohk
   -2011.01.06 changed by seiju.sel@kk.kyodonews
   
   
   ================================================= */



/* -----------------------------------------------
              Main Contents
   ----------------------------------------------- */

#Main {
	/*padding-bottom: 0px;*/
	/*padding-right: 0;*/
	border: solid #C8D3D9;
	border-width: 0 1px 1px;
}

#Main h1 {
	margin-bottom: 10px;
}

#Main h2 {
	margin-bottom: 6px;
	margin-top: 4px;
}

#Main h3 {
	margin-bottom: 5px;
}

#Main h4 {
	margin-bottom: 4px;
}

#Main h5, #Main h6 {
	margin-bottom: 10px;
}

#Main p {
	margin-bottom: 10px;
}


/* -----------------------------------------------
              Topic Path
   ----------------------------------------------- */

#Main .topic_path {
	line-height: 1.2;
	color: #999999;
}

#Main .topic_path dt {
	display: none;
}

/* -----------------------------------------------
              Category
   ----------------------------------------------- */

#Main .category {
	background-color: #F5F5F5;
	border: 2px solid #DBE2E6;
	margin-top: 7px;
	padding: 7px 4px 5px 6px;
	font-size: 100%;
	font-weight: bold;
	height: 16px;
	/position: relative;
}

#Main .category.cat {
	background: #E6EBEE url(../img/hd_04.gif) top left repeat-x;
	border: none;
	border-top: 1px solid #DBE2E6;
	padding: 5px 4px 7px 6px;
	margin-bottom: 1px;
	height: 12px;
	/position: relative;
}


#Main .category.tag, #Main .category.sub_cat  {
	color: #575B66;
	background: #F5F5F5 url(../img/hd_03.gif) center left no-repeat;
	padding: 7px 4px 5px 15px;
	margin-top: 7px;
	margin-bottom: 5px;
}

#Main .category.sub_cat  {
	margin-top: 0;
}


* html #Main .category.tag {
	position: relative;
	left: 15px;
	margin-right: 15px;
	margin-top: 6px;
}

#Main .category a {
	font-weight: bold;
}

#Main .category .print, #Main  .category .twi_t,
#Main .category .print, #Main  .category .fb_like_btn {
	display: block;
	float: right;
	margin-left: 5px;
	margin-top: -2px;
	position: absolute;
}

#Main .category .twi_t {
	top: 6px;
	right: 120px;
}

#Main .category .print {
	top: 6px;
	right: 220px;
}

#Main .category .fb_like_btn {
	top: 6px;
	right: 10px;
}

/* -----------------------------------------------
              .entry-content
   ----------------------------------------------- */

#Main .tag {
	margin-top: 12px;
	background-color: #FFFFFF;
}

* html #Main .tag { /* for IE6*/
	margin-left: -15px;
}

#Main .tag li{
	font-size: 80%;
    display: -moz-inline-box; /*for Firefox 2*/
    display: block;
	margin-right: 3px;
	background-color: #F5F5F5;
	border: 1px solid #DBE2E6;
	padding: 2px 6px;
	float: left;
}

#Main .tag:after { /*clear float*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#Main .tag li a {
	height: 100%;
}

#Main .tag li a:hover {
	text-decoration: underline;
	padding-bottom: 1px;
}

#Main .entry-title {
	font-weight: bold;
	padding: 7px 0 14px;
	margin: 0;
	background: url(../img/dot.gif) bottom left repeat-x;
	/padding-top: 0;
}

#Main .entry-meta {
	background: #F8F7F3 url(../img/dot.gif) bottom left repeat-x;
	border-width: 1px 0;
	line-height: 1.5;
	text-align: right;
	padding: 3px 5px;
	margin-bottom: 12px;
}

#Main .hd_01 {
	background: url(../img/hd_01.gif) center left no-repeat;
	padding-left: 8px;
	line-height: 1;
}

#Main .hd_02 {
	background: url(../img/hd_02.gif) center left no-repeat;
	line-height: 1;
	background-color: #F5F5F5;
	border: 1px solid #E7EBEE;
	margin-left: -1px;
	padding: 5px;
	padding-left: 16px;
}

* html #Main .hd_02 {
	margin-left: 0;
}

#Main .entry-content {
	zoom: 1;
}

#Main .entry-content:after {
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#Main .entry-content h2 {
	width: auto;
}

/* -----------------------------------------------
       .entry-content image layout (base)
   ----------------------------------------------- */

#Main .entry-content p {
	line-height: 1.7;
	font-size: 115%;
	margin-bottom: 15px;
}

#Main .entry-content p img, #Main .entry-content div.wp-caption img  {
	padding: 5px;
	_padding: 2px;
	border: 1px solid #C8D3D9;
	margin: 0 0 8px;
	display: block;
}

/* -----------------------------------------------
       .entry-content image layout (no caption)
   ----------------------------------------------- */

#Main .entry-content p img.alignnone {
}

#Main .entry-content p img.alignleft {
	float: left;
	margin-right: 14px;
	margin-left: 0;
	margin-bottom: 7px;
}

#Main .entry-content p img.aligncenter {
	margin: auto;
	margin-bottom: 8px;
}

#Main .entry-content p img.alignright {
	float: right;
	margin-left: 14px;
	margin-right: 0;
	margin-bottom: 7px;
}

#Main .entry-content a img {
	border: 1px solid #C8D3D9;
}

#Main .entry-content a:hover img {
	border: 1px solid #5FA6E1;
}

/* -----------------------------------------------
       .entry-content image layout (with caption)
   ----------------------------------------------- */
#Main .entry-content .wp-caption-text {
	color: #666666;
	font-size: 10px;
	margin-top: -5px;
	margin-bottom: 8px;
}

#Main .entry-content div.wp-caption.alignnone {
}

#Main .entry-content div.wp-caption.alignleft {
	float: left;
	margin-right: 14px;
	margin-left: 0;
}

#Main .entry-content div.wp-caption.aligncenter {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#Main .entry-content div.wp-caption.aligncenter img {
	margin: auto;
	margin-bottom: 8px;	
}

#Main .entry-content div.wp-caption.alignright {
	float: right;
	margin-left: 14px;
	margin-right: 0;
}

/* -----------------------------------------------
              .entry-content parts
   ----------------------------------------------- */

#Main .entry-content ul {
	clear: both;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
}

#Main .entry-content ul.tag {
	margin: 0;
	padding: 0;
}

#Main .entry-content ul.tag li {
	background: none;
	padding: 2px 6px;
}

#Main .entry-content li {
	background: url(../img/li_bg.gif)  no-repeat;
	background-position: 0 3px;
	padding-left: 13px;
	margin-bottom:4px;
}

#Main .entry-content ol li {
	background: none;
	list-style: decimal;
	padding-left: 0;
	margin-left: 17px;
}

#Main .entry-content blockquote {
	margin: 0 5px 15px;
	padding: 8px 10px;
	font-size: 100%;
	color: #666666;
	border: 1px solid #C8D3D9;
	background: url(../img/check.gif) top left repeat;
}


/* -----------------------------------------------
              wp-pagenavi
   ----------------------------------------------- */
.wp-return-pagenavi {
	line-height: 1;
	text-align: center;
	margin: 20px 0px 0px;
	padding: 0px 0px 17px;
	color: #999999;
	font-size: 12px;
	font-family: monospace;
	width: 606px;
	display: block;
}

.wp-pagenavi {
	line-height: 1;
	text-align: center;
	padding: 20px 0 17px;
	color: #999999;
	font-size: 12px;
	font-family: monospace;
	width: 606px;
	position: relative;
	clear: both;
	display: block;
}

.wp-pagenavi.pat_02 {
	padding-bottom: 5px;
}

.wp-pagenavi .current {
	background: #E6E7E8;
	padding: 3px 4px 2px 6px;
	/padding: 1px 4px 1px 6px;
	font-weight: bold;
	margin-left: 1px;
}

.wp-pagenavi a{
	color: #FFFFFF;
	background: #5495CA;
	padding: 3px 4px 2px 6px;
	/padding:  1px 4px 1px 6px;
	font-weight: bold;
	margin-left: 1px;
}

.wp-pagenavi a:hover{
	color: #999999;
	background: #E6E7E8;
	text-decoration: none;
	font-weight: bold;
}

.wp-return-pagenavi .prev,
.wp-pagenavi .prev, .wp-pagenavi .next {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	color: #5495CA;
}

.wp-return-pagenavi .prev:hover,
.wp-pagenavi .prev:hover, .wp-pagenavi .next:hover {
	color: #5EA6E1;
	text-decoration: underline;
	background: #FFFFFF;
}

.wp-return-pagenavi .prev,
.wp-pagenavi .prev {
	font-weight: normal;
	position: absolute;
	left: 0;
	background: url(../img/arw_03_l.gif) center left no-repeat;
	padding: 3px 0 0 19px;
}

.wp-return-pagenavi .prev:hover,
.wp-pagenavi .prev:hover {
	font-weight: normal;
}

.wp-pagenavi .next {
	position: absolute;
	right: 0;
	background: url(../img/arw_03_r.gif) center right no-repeat;
	padding: 3px 19px 0 0;	
}

.wp-return-pagenavi .prev:hover,
.wp-pagenavi .prev:hover {
	background: url(../img/arw_03_l.gif) center left no-repeat;	
}

.wp-pagenavi .next:hover {
	background: url(../img/arw_03_r.gif) center right no-repeat;	
}


/* -----------------------------------------------
              Relation
   ----------------------------------------------- */

.tag_02 {
	font-size: 12px;
	color: #575B66;
	background-color: #DBE2E6;
	padding: 5px 6px 4px 0;
	margin-top: 5px;
	zoom: 1;
}

.tag_02:after { /*clear float*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;	
}

.tag_02 h5 {
	width: 92px;
	text-align: center;
	display: block;
	float: left;
	margin-top: 10px;
}

.tag_02 ul {
	padding: 8px 0 6px;
	background-color: #FFFFFF;
	width: 508px;
	display: block;
	float: right;
}

.tag_02 li {
	margin: 0;
	padding: 2px 10px 3px 23px;
	background: url(../img/arw_04.gif) 15px 6px no-repeat;
	float: left;
}

.tag_02 li a {
	font-weight: bold;
}

.tag_02 li a:hover {
	font-weight: bold;
}

.link {
	font-size: 12px;
	color: #575B66;
	background-color: #DBE2E6;
	padding: 5px 6px 5px 0;
	margin-top: 5px;
	zoom: 1;
}

.link:after { /*clear float*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;	
}

.link h5 {
	width: 92px;
	text-align: center;
	display: block;
	float: left;
	margin-top: 10px;
}

.link ul {
	padding: 8px 0 6px;
	background-color: #FFFFFF;
	width: 508px;
	display: block;
	float: right;
}

.link li {
	margin: 0;
	padding: 2px 10px 3px 23px;
	background: url(../img/arw_04.gif) 15px 6px no-repeat;
}

.link li.even_row {
	background-color: #FAFAFA;
}

.link li span{
	padding: 0 12px;
}

/* -----------------------------------------------
              Ads
   ----------------------------------------------- */

#Main .ad_01 {
	margin-top: 15px;
}

/* -----------------------------------------------
              Comments
   ----------------------------------------------- */

#respond {
	text-align: center;
}

#respond h5 {
	margin-bottom: 0;
}

#respond h5 span {
	font-weight: normal;
	padding-left: 5px;
	margin: 0;
}

#respond textarea {
	border: 1px solid #B1BFCA;
	width: 594px;
	height: 100px;
	overflow: auto;
	padding: 5px;
	margin-top: 5px;
	line-height: 1.4;
}

#respond .submit {
	background:url(../img/cmnt_btn.gif) top left no-repeat;
	border: none;
	width: 87px;
	height: 20px;
	text-indent: -9999px;
	margin-top: 10px;
	cursor: pointer;
}

#respond .submit:hover {
	background:url(../img/cmnt_btn_on.gif) top left no-repeat;
}

#Main .comments-title {
	margin: 3px;
}

#Main .commentlist {
	border: 1px solid #B1BFCA;
	border-left: none;
	border-right: none;
}

#Main .commentlist li {
	padding: 6px;
	line-height: 1.5;
	background: url(../img/dot.gif) bottom left repeat-x;
	position: relative;
	min-height: 34px;
}

#Main .commentlist li.even_row {
	background-color: #FAFAFA;
}


#Main .commentlist li:after { /*clear float*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

* html .commentlist li { /*for IE*/
  height: 1px;
}

#Main .commentlist li.last_child {
	background: none;
}

#Main .commentlist .comment-author {
	font-size: 80%;
	font-weight: bold;
	width: 100px;
	float: left;
}

#Main .commentlist .commentmetadata {
	font-weight: normal;
}

#Main .commentlist .comment-body{
	width: 466px;
	min-height: 2em;
	height: auto !important;
	height: 2em;
	float: right;
}

* html #Main .commentlist .comment-body{
	margin-bottom: 0;	
}

/* -----------------------------------------------
              Layout .entry-content
   ----------------------------------------------- */

#Main .entry-content.arc_01 { /*base style*/
	margin-top: 10px;
	position: relative;
	background: url(../img/dot.gif) left top repeat-x;
	padding-top: 11px;
	zoom: 1;
}

#Main .entry-content.arc_01:after { /*base style*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

* hrml .entry-content.arc_01 {
	padding-bottom: 5px;
}

#Main .entry-content.arc_01.border_offset,
#Main .entry-content.arc_01.first_child { /*base style*/
	background: none;
	margin-top: 0;
}

#Main .entry-content.arc_01.last_child { /*base style*/
	/*background: none;*/
}

#Main .entry-content.arc_01:after { /*clear float*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#Main .entry-content.arc_01 .area_r {
	width: 475px;
	float: right;
}

#Main.cat_top .entry-content.arc_01 .area_r, #Main.cat_sub .entry-content.arc_01 .area_r {
	width: 463px;
}

#Main .entry-content.arc_01.noimage .area_r {
	width: 100%;
	float: none;
}

#Main .entry-content.arc_01 .area_r:after {
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}


#Main .entry-content.arc_01 h2, #Main .entry-content.arc_01 h3 {
	font-size: 115%;
	position: relative;
	top: 2px;
}

#Main .entry-content.arc_01 h2 a, #Main .entry-content.arc_01 h3 a {
	color: #575B66;
	font-weight: bold;
}

#Main .entry-content.arc_01 h2 a:hover, #Main .entry-content.arc_01 h3 a:hover {
	color: #5EA6E1;
}

#Main .entry-content.arc_01 p {
	font-size: 100%;
	position: relative;
	margin-bottom: 5px;
}

#Main .entry-content.arc_01 img {
	margin: 0;
	padding: 2px;
	display: block;
}

#Main .entry-content.arc_01 a.image {
	background: none;
}

#Main .entry-content.arc_01 .more-link {
	display: inline;
	font-weight: bold;
	background: none;
	line-height: 1.2;
}

#Main .entry-content.arc_01 .more-link:after {
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#Main .entry-content.arc_01 .more-link span {
	display: inline;
	font-weight: bold;
	background: url(../img/arw_01.gif) center left no-repeat;
	padding-left: 18px;
	float: right;
	cursor: pointer;
	padding-top: 1px;
}

#Main .entry-content.arc_01 .more-link:hover {
	text-decoration: underline;
}

/**/

#Main .entry-content.arc_02 .area_r {
	width: 387px;
	float: right;
}

#Main .entry-content.arc_02:after { /*clear float*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#Main .entry-content.arc_02.noimage .area_r {
	width: 100%;
	float: none;
}

#Main .entry-content.arc_02 img {
	padding: 5px;
}

/**/

#Main .set_01 {
	background: url(../img/dot.gif) bottom left repeat-x;
	zoom: 1;
}

#Main .set_01.last_child {
	background: none;
}

#Main .set_01:after {
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#Main .entry-content.arc_03 {
	width: 293px;
	float: left;
	padding-right: 25px;
	background: none;
}

#Main .entry-content.arc_03 .area_r {
	width: 157px;
	float: right;
}

#Main .entry-content.arc_03.noimage .area_r {
	width: 100%;
	float: none;
}

#Main .entry-content.arc_03.offset {
	padding-right: 0;
}

#Main .entry-content.arc_03:after { /*clear float*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#Main .entry-content.arc_03 .category {
}

#Main .entry-content.arc_03 h2, #Main .entry-content.arc_03 h3, #Main .entry-content.arc_03 p {
	font-size: 100%;
}

#Main .entry-content.arc_03 h2, #Main .entry-content.arc_03 h3 {
	margin: 2px 0;
}

#Main .entry-content.arc_03 .more-link {
}

#Main .pad_2{
	padding: 2px;
}

#Main ul.arc_03 {
	clear: both;
	position: relative;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	margin-bottom: -4px;
}

* html #Main ul.arc_03 {
	margin-bottom: -3px;
}

#Main ul.arc_03 li {
	background: url(../img/arw_01.gif) no-repeat;
	background-position: 0 2px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.6;	
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 6px;
}

* html #Main ul.arc_03 li {
	margin-top: 8px;
	margin-bottom: -2px;
}

#Main ul.arc_03.pat_02 li {
	margin-left: 5px;
}


*html #Main ul.arc_03 li {
	width: 585px;
}

#Main ul.arc_03 li a {
	color: #575B66;
	font-weight: bold;
	background: none;
}

#Main ul.arc_03 li a:hover {
	color: #5EA6E1;
}

#Main ul.arc_03 li span {
	padding-left: 12px;
}

/* -----------------------------------------------
              Category Top
   ----------------------------------------------- */
   
#Main.cat_top .cat_top_area {
	position: relative;
}
   
#Main.cat_top h1 {
	padding: 6px 15px 5px;
	background: url(../img/main_hd.gif) top left no-repeat;
	font-size: 14px;
	font-weight: bold;
	border: none;
	letter-spacing: 0; /*for IE7*/
	height: 20px;
	margin-top: 8px;
}

#Main.cat_top h1 span {
	margin-left: 10px;
	padding: 4px 10px;
	background: url(../img/sub_hd_line.gif) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #A2A6AE;
}

#Main.cat_top .archive a {
	font-weight: normal;
	/margin-right: -15px;
}

#Main.cat_top .archive_02 a {
	/margin-right: -15px;
}

* html #Main.cat_top .archive {
	width: 76px;
	margin-right:3px;
}

* html #Main.cat_top .archive_02 {
	margin-right:6px;
}

#Main.cat_top .category {
	position: relative;
	margin-top: 20px;
	color: #575B66;
	width: 592px;
}

#Main.cat_top .category.first_child {
	margin-top: 15px;
}

#Main.cat_top .entry-content.arc_01:after {
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#Main.cat_top .entry-content.arc_01 .area_r {
	width: 463px;
	float: right;
}

#Main.cat_top .entry-content.arc_01.noimage .area_r {
	width: 100%;
	float: none;
}

/* -----------------------------------------------
              Search
   ----------------------------------------------- */

#Main.search h1 {
	font-size: 115%;
	border-bottom: 1px solid #B1BFCA;
	margin-top: 15px;
	margin-bottom: 5px;	
}

#Main.search ul.arc_03 li span {
	padding-left: 0;
}

#Main.search div.search {
	height: 19px;
	border: 1px solid #B1BFCA;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 298px;
	margin-top: 70px;
	margin-left: 169px;
	margin-bottom: 60px;
}

#Main.search div.search legend {
	display: none;
}

#Main.search div.search input {
	padding: 0;
	border: none;
	line-height: 1;
}

#Main.search div.search .text {
	width: 228px;
	padding: 0 5px;
}

#Main.search div.search .submit {
	height: 21px;
	width: 62px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #E1EBF2 url(../img/search_btn.gif) top right no-repeat;
	line-height: 1;
	text-indent: -9999px;
	cursor: pointer;
}

#Main.search div.search .submit:hover {
	background: #E1EBF2 url(../img/search_btn_on.gif) top right no-repeat;	
}

/* -----------------------------------------------
              area
   ----------------------------------------------- */
/*
#Main .area {
background: #FF8492;
width: 596px;
border: 5px solid #0F1214;
margin-top: 8px;
padding-bottom: 0;
}

#Main .area h1 {
padding: 6px 15px 5px;
background: none;
color: black;
font-size: 225%;
margin-bottom: 20px;
font-weight: bold;
height: auto;
}

#Main .area h1 small {
font-size: 60%;
font-weight: bold;
}

#Main .area h2 {
background-color: white;
margin: 0 15px;
width: 556px;
padding: 4px 5px;
overflow: hidden;
}

#Main .area p {
padding-left: 20px;
width: 560px;
color: #0F1214;
font-weight: bold;
font-size: 115%;
line-height: 1.6;
text-indent: 1em;
}
*/

#Main .entry-content h3.associated {
	height: 30px !important;
	width: auto;
	font-size: 140%;
	color: #B0001A;
	border-left: solid 4px #B0001A;
	padding: 5px;
	line-height: 0.95;
	margin-top: 18px;
	margin-bottom: 10px;
}

#Main .entry-content h3.associated.single-head {
	height: auto !important;
}

#Main .entry-content h3.associated span {
	font-size: 14px;
	color: #221;
	font-weight: bold;
}

#Main .lead .alignleft {
	float: left;
	margin-right: 9px; 
}

#Main .lead .alignright {
	float: right;
	margin-left: 9px; 
}

#Main .lead .aligncenter img {
	clear: both;
	margin-left: auto; 
	margin-right: auto; 
}

#Main .lead-text {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 12px;
}

#Main .lead-thumb img {
	padding: 5px;
	border: 1px solid #C8D3D9;
	margin: 0 0 8px;
	display: block;
}

#Main .related-info p {
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 1.6;
}

#Main .entry-content li.attachments {
	padding: 0 6px 0 0;
	float: left;
	background: none;
}

#Main .entry-content li.last_child {
	padding: 0;
}

#pr-info {
	border: solid 5px #DBE2E6;
	padding: 10px 11px 0 11px;
	margin: 10px 0 15px;
}

.next-page-title a {
	display: block;
	width: 100%;
	height: auto;
	padding: 25px;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	border: 1px solid #dfd7d7;
	box-sizing: border-box;
}

.sequel-title span {
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 14px;
}

.sequel-title a {
	background: url(../img/arw_03_r.gif) #eee 25px center no-repeat;
	padding: 40px 40px 40px 40px;

}

.next-page-title a:hover {
	opacity:0.6;
	text-decoration: none;
}