/*
Theme Name: kouensupport 2012
Theme URI: http://kouensupport.jiji.com/
Description: 講演サポート.com用テーマ
Version: 1.1
Author: Thaichi
Author URI: http://kouensupport.jiji.com/
*/



* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#888;
	outline:none;
}
	
a:hover {
	color:#343434;
	}

::selection { background-color:#72c5ff; color:#FFF; text-shadow:none; }
::-moz-selection { background-color:#72c5ff; color:#FFF; text-shadow:none; }

h1 a, h2 a, h3 a, #sitename {
	color:#343434;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, #sitename:hover {
	text-decoration:none;
	color:#003d6e;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#343434;
	}
	
h1, h2 {
	font-size:1.4em;
	margin-bottom:14px;
	}

.entry h2 {
	font-size:1.8em;
}
	
h3 {
	font-size:1.5em;
	line-height:20px;
	}

#topicsArea p.notice{
	padding:0 0 20px 0;
	color:#1D5C8F
}

.archiveArea p.notice{
	padding:0 0 10px 20px;
	color:#1D5C8F;
}
.archiveArea p.notice em, .archiveArea p.notice span.count{
	font-weight:bold;
	font-style:normal;
	font-size:14px;
}
.archiveArea p.notice a em{
	color:#1D5C8F;
	letter-spacing:1px;
}
.pagetitle {
	font-size:1.4em;
	display:block;
	}
	
small {
	font-size:1em;
	color:#b6b6b6;
	line-height:10px;
	}
	
.caps {
	text-transform:uppercase;
	margin-bottom:6px;
	display:block;
}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	max-width:100%;
	}
	
blockquote {
	margin-left:-21px;
	padding-left:21px;
	background:url(images/quote.gif) no-repeat 0 6px;
	color:#343434;
}
	
		
.post dt {
	font-weight:bold;
	background:url(images/icons.gif) no-repeat 0 -141px;
	padding-left:10px;
	margin-left:-10px;
}

.post dd {
	padding-left:10px;
	padding-bottom:5px;
}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
}
		
.alignleft {
	float:left;
}
	
.alignright {
	float:right;
}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Begin Images */	
img.alignleft, .alignleft img {
	margin-right:10px;
}
	
img.alignright, .alignright img {
	margin-left:10px;
}

.wp-caption, .attachment img {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	color:#b6b6b6;
	margin: 0;
}

.attachment, .caption {
	text-align:center;
}

.attachment img {
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
html,body {
	height: 100%;
	margin: 0;
}

body {
	background:url(images/bg.gif) 0 0 repeat;
	font:62.5% Helvetica, Arial, sans-serif;
	color:#555;
	text-align:center;
}

#fade{
  width: 100%;
  height: 100%;
  min-height: 100%; 
  display: none;
  background:url(images/bg.gif) 0 0 repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
}
#container{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	position: relative;
  visibility: hidden;
}

#page {
	margin:0 auto;
	padding:0 0 20px;
	width:980px;
	text-align:left;
	padding-bottom:54px;
}

.inner{
	margin:0 auto;
	padding:0;
	width:980px;
	text-align:left;
}


/* Begin Header */	
#header {
	width:100%;
	height:118px;
	background:url(images/bgHeader.png) 0 0 repeat-x;
	}

#header .inner{
	width:980px;
	height:118px;
	position:relative;
}


#logo{
	width:281px;
	height:61px;
	position:absolute;
	top:35px;
	left:0;
}
#logo h1{
	margin:0;
	padding:0;
}

#header #contact{
	float:right;
	width:615px;
	height:67px;
	margin-top:35px;
	position:relative;
	background:url(images/bgContact.png) 0 0 no-repeat;
}
#header #contact #list{
	width:165px;
	height:29px;
	position:absolute;
	top:29px;
	left:321px;
}
#header #contact #mailForm{
	width:90px;
	height:48px;
	position:absolute;
	top:10px;
	right:8px;
}


/* End Header */


		
/* ------------------- Content ------------------- */	
#content {
	font-size:1.2em;
	float:right;
	width:745px;
	padding-bottom:30px;
}
	
body.home #content {
	width:756px;
}	

#showcase{
	text-align:right;
	position:relative;
	width:756px;
	height:277px;
	background:url(images/cover1.jpg) 0 0 no-repeat;
}
#showcase li{
	position:absolute;
	top:0;
	left:0;
}
.bx-pager{
	text-align:center;
}
.bx-pager a{
	color:#CCC;
	padding:0 1px 0 2px;
	cursor: pointer;
}

.bx-pager a.pager-active{
	color:#666;
}

#lContent{
	width:564px;
	height:auto;
	float:left;
	margin-top:15px;
}
#rContent{
	width:180px;
	height:auto;
	float:right;
}

#topicsArea{
	width:564px;
	height:auto;
	margin-bottom:30px;
}

.searchTop #topicsArea{
	width:690px;
	margin:0 25px 0;
	padding:10px 0 25px 0;
}

.searchTop .mainC {
	padding-bottom: 20px;
}


#topicsArea .column{
	width:165px;
	height:auto;
	margin-left:14px;
	padding-left:14px;
	border-left:1px dashed #CCC;
	float:left;
	display:inline;
	text-shadow: 0 1px 1px white;
}
.searchTop #topicsArea .column{
	width:200px;
	height:340px;
	margin-left:20px;
	margin-bottom:50px;
	padding-left:20px;
	border-left:1px dashed #DDD;
	float:left;
}
.searchTop #topicsArea .column.fisrt{
	margin-left:0px;
	padding-left:0px;
	border-left:none;
	clear:both;
}
#topicsArea .column:first-child{
	margin-left:3px;
	padding-left:0;
	border-left:none;
}
#topicsArea .column .cTitle{
	line-height:1;
	height:50px;
}
#topicsArea .column .cTitle div.iLeft{
	margin-right:10px;
	height:auto;
}
#topicsArea .column .cTitle p{
	font-size:11px;
	padding-bottom:8px;
}
#topicsArea .column li{
	margin-top:13px;
	padding-top:13px;
	border-top:1px #CCC dashed;
}
#topicsArea .column li:first-child{
	margin-top:0px;
	padding-top:0px;
	border:none;
}


/* --- 講師ジャンルトップ 指定 ---- */

.mainC #topicsArea .column .cTitle{
	line-height:1;
	height:auto;
	margin-bottom:0px;
}

.mainC #topicsArea .column .cTitle div.iLeft{
	height:94px;
	width:190px;
	position:relative;
}
.count{
	width:50px;
	height:20px;
	position:absolute;
	text-align:right;
	top:9px;
	right:0;
	font-weight:bold;
	letter-spacing:1px;
}
.count span{
	color:#1D5C8F;
	font-size:18px;
}
.mainC #topicsArea .column .cTitle div.iLeft h2{
height:43px;
margin:0;
}

.mainC #topicsArea .column .cTitle h2#categoryTitle{
	font-size:14px;
	text-shadow: 0px 1px 1px #FFF;
	padding-top:2px;
	margin-bottom:5px;
}
.mainC #topicsArea .column .cTitle .catDescription p{
	font-size:10px;
	line-height:1.5;
	padding:1px 0 0;
}
.mainC #topicsArea .column .cTitle p{
	font-size:11px;
	padding-bottom:8px;
}
.mainC #topicsArea .column li{
	margin-top:9px;
	padding-top:9px;
	border-top:1px #EEE dashed;
}
.mainC #topicsArea .column li:first-child{
	margin-top:0px;
	padding-top:0px;
	border:none;
}


#topicsArea .column .thumb img{
	float:left;
	width:50px;
	height:auto;
	margin:0 12px 0 0;
	border:1px #EEE solid;
}

#topicsArea .column h3{
	font-size:1.1em;
	margin:0 0 4px;
	text-shadow: 0px 1px 1px #FFF;
	line-height:1.3;
}

p.job,p.abstracts{
	font-size:10px;
}


.pickupH{
	width:553px;
	height:105px;
	background:url(images/bgPickupH.png) 0 0 no-repeat;
	margin:0;
	position:relative;
}
.pickupC{
	width:553px;
	height:auto;
	background:url(images/bgPickupC.png) 0 0 repeat-y;
	margin:0;
}
.pickupF{
	width:553px;
	height:25px;
	background:url(images/bgPickupF.png) 0 0 no-repeat;
	margin:0 0 40px;
}
.pickupH ul{
}
.pickupH li{
	width:121px;
	height:94px;
	position:absolute;
	top:9px;
}
.pickupH li#shun{left:5px;}
.pickupH li#raku{left:145px;}
.pickupH li#gaku{left:285px;}
.pickupH li#ken{left:422px;}

.pickupC .column{
	width:136px;
	height:auto;
	float:left;
	margin-left:3px;
	display:inline;
	text-shadow: 0 1px 1px white;
}
.pickupC .column:first-child{
	margin-left:0px;
}
.pickupC .section{
	margin:0 9px;
	padding:10px 0 0;
	height:auto;
	min-height:121px;
	border-top:1px #FFF dotted;
	text-align:center;
}
.pickupC .section:first-child{
	border:none;
	padding:10px 0;
}

.pickupC .section .thum{
	margin:0 8px 0;
	padding-bottom:3px;
}
.pickupC .section h3{
	font-size:12px;
	margin-top:0;
}
.pickupC .section .thum img{
	border:1px #DDD solid;
	width:50px;
	height:auto;
}
.pickupC .section .thum img:hover{
	border:1px #CCC solid;
}





#bannerArea{
	width:180px;
	height:auto;
}
#bannerArea img{
	margin-bottom:18px;
}

#bannerArea #banner1{
	position:relative;
	width:180px;
	height:180px;
	margin-bottom:18px;
}

#bannerArea #banner1 img{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:1;
}
#bannerArea #banner1 a#spot{
	position:absolute;
	top:140px;
	left:12px;
	z-index:2;
}
#bannerArea #addBanner{
	margin-top:10px;
}
#bannerArea #banner5 a{
  vertical-align: top;
  -webkit-transition: all . 4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
#bannerArea #banner5 a:hover{ opacity: 0.5; }




ul#topSearchArea{
	width:553px;
	height:55px;
	background:url(images/bgTopSearch.png) 0 0 no-repeat;
	margin-bottom:20px;
}
ul#topSearchArea li{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
ul#topSearchArea li a{
	height:55px;
}
ul#topSearchArea li#btnTopThemeList a{
	width:127px;
}
ul#topSearchArea li#btnTopCategoryList a{
	width:161px;
}
ul#topSearchArea li#btnTopOtoList a{
	width:137px;
}
ul#topSearchArea li#btnMoreTopSearch a{
	width:128px;
}


/* ------------------- Archive ------------------- */	

#topicPath{
	width:745px;
	height:39px;
	background:url(images/bgBred.png) 0 0 no-repeat;
	margin-bottom:15px;
}

#topicPath ul{
	padding-top:1px;
}

#topicPath li{
	color:#888;
	font-size:10px;
	height:36px;
	padding-top:14px;
	padding-right:20px;
	line-height:1;
	float:left;
	margin-left:10px;
	display:inline;
	background:url(images/bgBredLi.png) top right no-repeat;
}
#topicPath li a:hover{
	color:#003d6e;
}
#topicPath li.current{
	background:none;
	font-weight:bold;
	color:#000;
}
#topicPath li.current em{
	font-style:normal;
}
body.archive #topicPath li.current a{
	color:#000;
}

.mainH{
	width:745px;
	height:50px;
	background:url(images/bgMainH.png) 0 0 no-repeat;
	position:relative;
}

.mainH h1,.mainH h2{
	position:absolute;
	top:25px;
	left:25px;
	padding:0 0 0 8px;
	border-left:3px #00a0c7 solid;
	line-height:1;
}

input#printBtn{
	position:absolute;
	top:25px;
	right:25px;
}
input#printBtn:hover{
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
	zoom: 1;
}

.mainC{
	width:745px;
	height:auto;
	background:url(images/bgMainC.png) 0 0 repeat-y;
}

.mainC .hentry,.mainC .post{
	padding:15px 25px;
}
.mainC .archiveArea .hentry{
	padding:15px 0 20px;
}

.mainC .archiveArea .catDescription p{
	padding:0 20px 5px;
	color:#333;
	font-weight:bold;
}

.mainC .archiveArea{
	padding:15px 25px 15px 5px;
}


.mainF{
	width:745px;
	height:10px;
	background:url(images/bgMainF.png) 0 0 no-repeat;
	margin-bottom:15px;
}

.mainFF{
	width:745px;
	height:56px;
	background:url(images/bgMainFF.png) 0 0 no-repeat;
	margin-bottom:15px;
}

span.blue{
	color:#1D5C8F;
}

h1.pagetitle span.blue{
	font-size:22px;
}

body.archive .post, body.page-id-2882 .post{
	margin:0 0 0 20px;
	width:335px;
	height:auto;
	float:left;
	display:inline;
}

body.archive .post .thumb, body.page-id-2882 .post .thumb, .search-result .hentry .thumb{
	float:left;
	width:92px;
	height:auto;
}
body.archive .post .thumb img, body.page-id-2882 .post .thumb img, .search-result .hentry .thumb img, #tabs .post .thumb img{
	width:90px;
	height:auto;
	border:1px #EEE solid;
}
body.archive .post .profile, body.page-id-2882 .post .profile, #tabs .post .profile{
	float:right;
	width:228px;
	height:auto;
}
.post .profile h2{
	font-size:1.2em;
	margin:0 0 1px;
}
.post p.yomi{
	font-size:10px;
	margin:0 0 0;
	line-height:1.1;
	padding-top:1px;
}
.post p.job{
	font-size:11px;
	padding-bottom:3px;
	line-height:1.4;
}
.post p.abstracts{
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:1.4;
}
.post p.category{
	line-height:1;
	margin:0 0 25px;
}

.profile .category li a,.archiveArea .category li a,#relatedEntry .mainC .category li a{
	color:#333;
	font-weight:bold;
	font-size:12px;
	line-height:1;
	padding:5px;
	margin:0 8px 0 0;
	background-color:#dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 1px #FFF;
	box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	white-space: nowrap;
	display:block;
}

.archiveArea ul.category{
	margin-bottom:2px;
}
.profile ul.category{
	margin-bottom:5px;
}
.profile .entry ul.category{
	margin:10px 0 8px;
	padding-top:25px;
	border-top: 1px #DDD dashed;
}

.archiveArea ul.category li a,#relatedEntry .mainC .category li a{
	font-size:10px;
	padding:4px;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
	margin-right:8px;
}


.profile .category li, .archiveArea ul.category li,#relatedEntry .mainC .category li{
	float:left;
	margin:0 0 6px 0;
}
#relatedEntry .mainC .category li{
	margin:8px 0 0 0;
}

.profile .category li a[href="http://kouensupport.jiji.com/category/topics/health"], a[href="http://115.146.11.229/category/topics/health"],
.profile .category li a[href="http://kouensupport.jiji.com/category/topics/study"],a[href="http://115.146.11.229/category/topics/study"],
.profile .category li a[href="http://kouensupport.jiji.com/category/topics/timely"],a[href="http://115.146.11.229/category/topics/timely"],
.profile .category li a[href="http://kouensupport.jiji.com/category/topics/event"],a[href="http://115.146.11.229/category/topics/event"]{
	display:none !important;
	margin:0;
	padding:0;
	width:0;
	height:0;
}

.profile .category li a:hover,.archiveArea .category li a:hover,#relatedEntry .category li a:hover{
	color:#FFF;
	background-color:#666;
	text-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
}

p.category a{
	color:#FFF;
}




#relatedEntry .mainH h3{
	padding:0 0 0 8px;
	border-left:3px #00a0c7 solid;
	line-height:1;
	position:absolute;
	top:30px;
	left:25px;
	margin:0;
	font-size:14px;
}


#relatedEntry .btnCMore{
	width:192px;
	height:32px;
	position:absolute;
	top:20px;
	right:20px;
}

#relatedEntry .mainC ul{
	margin:0;
	padding-top:0px;
}
body.single #relatedEntry .mainC ul{
	margin:0;
	padding-top:10px;
}


#relatedEntry .mainC ul.category{
	margin:0;
	padding-top:0px;
}

#relatedEntry .mainC ul.category li{
	display:block;
	width:auto;
	height:auto;
}

#relatedEntry .mainC li{
	width:215px;
	height:auto;
	float:left;
	margin:0 0 15px 25px;
}
#relatedEntry .mainC #tabs li{
	height:110px;
}
#relatedEntry .mainC li .thumb{
	float:left;
	margin-right:0px;
	display:inline;
}

#relatedEntry .mainC li .profile2{
	float:right;
	width:130px;
}

#relatedEntry .mainC li .thumb img{
	width:70px;
	height:auto;
	margin:0 0 8px;
	border:1px #EEE solid;
}

#relatedEntry .mainC li h4{
	font-size:13px;
	padding-bottom:3px;
}

#relatedEntry .mainC li h4 a{
	color:#000;
}
#relatedEntry .mainC li h4 a span.job{
	color:#666;
}
#relatedEntry .mainC li h4 a:hover{
	color:#003d6e;
}

#relatedEntry .mainC li span.job{
	font-size:11px;
	line-height:1.4;
}

#relatedEntry .mainC .post{
	padding:0;
}



/* ------------------- ThemeList ------------------- */

.themeListArea{
	padding:0 25px;
}
.themeListArea ul{
	padding-top:20px;
}
.themeListArea li{
	margin-bottom:10px;
	line-height:1.6;
}
.themeListArea span.abstracts{
	font-size:14px;
	font-weight:bold;
}
.themeListArea a span.abstracts{
	color:#1D5C8F;
}
.themeListArea li a:hover span.abstracts, .themeListArea a:hover span.job, .themeListArea a:hover span.name{
	color:#999;
}
.themeListArea span.name{
	padding-left:30px;
}
.themeListArea span.job{
	padding-left:10px;
}
.themeListArea a span.name{
	font-weight:bold;
}
.themeListArea a span.name{
	color:#444;
}
.themeListArea a span.job{
	color:#666;
}


/* ------------------- Single ------------------- */	


body.single #portrait{
	float:left;
	width:182px;
	height:auto;
	margin-bottom:20px;
}

body.single #portrait img{
	border:1px #EEE solid;
}
#mailFormS{
	margin-top:15px;
}
body.single #portrait #mailFormS img{
	border:none;
}
body.single .post .profile{
	float:right;
	width:480px;
	height:auto;
}
body.single h1{
	margin-bottom:10px;
}

body.single p.job{
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding-bottom:15px;
}
body.single p.abstracts{
	font-size:12px;
	line-height:1.8;
}

body.single .entry{
	margin-top:15px;
	padding-top:15px;
	border-top:1px #DDD dashed;
}
body.single .entry p{
	font-size:12px;
	line-height:1.8;
	padding-bottom:10px;
}

body.single .entry p a{
	color:#000;
	font-weight:bold;
}
body.single .entry p a:hover{
	color:#003d6e;
}

.entry {
}
	
.attachment .navigation {
	height:150px;
}
	
.navigation .alignleft a {
	background:url(images/icons.gif) no-repeat 0 -60px;
	padding-left:22px;
	display:block;
	height:10px;
	float:left;
	font-weight:bold;
	color:#000;
}

.navigation .alignright a {
	background:url(images/icons.gif) no-repeat 100% -30px;
	padding-right:22px;
	display:block;
	height:10px;
	float:right;
	font-weight:bold;
	color:#000;
}
.navigation .alignleft a:hover, .navigation .alignright a:hover{
	color:#1D5C8F;
}


.post #categoryList{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #DDD;
}
.error404 .post #categoryList{
  padding-top: 30px;
}

.post #categoryList h3, .post #tagList h3{
	font-size:1.2em;
	margin-bottom:10px;
	padding: 0 0 0 5px;
	border-left: 3px #00A0C7 solid;
	line-height:1;
}

.post #categoryList p{
	color:#000;
	font-weight:bold;
	font-size:14px;
	float:left;
	line-height:1;
	padding:5px;
	margin:5px 10px 5px 0;
	background-color:#dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 1px #FFF;
	box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	display:block;
	white-space: nowrap;
}

.post #categoryList p:hover{
	color:#FFF;
	background-color:#666;
	text-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
}

.post #categoryList p:hover a{
	color:#FFF;
}

.post #categoryList p a{
	color:#000;
}

.post #categoryList p a:hover{
	color:#FFF;
}


#tagList.pageList{
	padding:20px 25px 35px;
}

#tagList.pageList h2{
	padding: 0 0 0 10px;
	border-left: 3px #00A0C7 solid;
	line-height: 1;
}

#tagList.pageList a,.post #tagList a{
	color:#333;
	font-weight:bold;
	font-size:13px !important;
	letter-spacing:1px;
	float:left;
	line-height:1;
	padding:5px;
	margin:5px 15px 10px 0;
	background-color:#dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 1px #FFF;
	box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	display:block;
	white-space: nowrap;
}


a[href="http://kouensupport.jiji.com/tag/event"],a[href="http://kouensupport.jiji.com/tag/timely"],a[href="http://kouensupport.jiji.com/tag/study"],a[href="http://kouensupport.jiji.com/tag/health"],
a[href="http://kouensupport.jiji.com/tag/management1"],a[href="http://kouensupport.jiji.com/tag/management2"],a[href="http://kouensupport.jiji.com/tag/management3"],
a[href="http://kouensupport.jiji.com/tag/politics1"],a[href="http://kouensupport.jiji.com/tag/politics2"],a[href="http://kouensupport.jiji.com/tag/politics3"],
a[href="http://kouensupport.jiji.com/tag/economy1"],a[href="http://kouensupport.jiji.com/tag/economy2"],a[href="http://kouensupport.jiji.com/tag/economy3"],
a[href="http://kouensupport.jiji.com/tag/society1"],a[href="http://kouensupport.jiji.com/tag/society2"],a[href="http://kouensupport.jiji.com/tag/society3"],
a[href="http://kouensupport.jiji.com/tag/international1"],a[href="http://kouensupport.jiji.com/tag/international2"],a[href="http://kouensupport.jiji.com/tag/international3"],
a[href="http://kouensupport.jiji.com/tag/culture1"],a[href="http://kouensupport.jiji.com/tag/culture2"],a[href="http://kouensupport.jiji.com/tag/culture3"],
a[href="http://kouensupport.jiji.com/tag/sport1"],a[href="http://kouensupport.jiji.com/tag/sport2"],a[href="http://kouensupport.jiji.com/tag/sport3"],
a[href="http://kouensupport.jiji.com/tag/local1"],a[href="http://kouensupport.jiji.com/tag/local2"],a[href="http://kouensupport.jiji.com/tag/local3"]
{
	display:none !important;
	margin:0;
	padding:0;
	width:0;
	height:0;
}



#tagList.pageList a:hover,.post #tagList a:hover{
	color:#FFF;
	background-color:#666;
	text-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
}

.post #tagList p{
	padding-bottom:15px;
}

/* ------------------- Sidebar ------------------- */
#sidebar {
	float:left;
	width:202px;
	color:#b6b6b6;
	margin-bottom:50px;
	}
		
#nav {
	width:202px;
	height:249px;
	background:url(images/bgNav.png) 0 0 no-repeat;
	margin-bottom:15px;
}

#nav ul{
	padding:2px 0 0 2px;
}

#nav li:first-child{
	height:35px;
	list-style-type: none;
}
#nav li {
	list-style:none;
	margin:0;
	width:193px;
	height:30px;
	line-height:0;
	font-size:1%;
}
#nav li img{
	vertical-align: bottom;
	margin:0;
	padding:0;
}
#nav li.last {
	height:32px;
}
#nav li a {
	width:193px;
	display: block;
	line-height:normal;
	text-decoration: none;
}
	
	
#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
}

#sidebar .section{
	margin-bottom:15px;
}

#sidebar .section#btnGenre{
	height:40px;
}

#sidebar #searchformArea{
	padding:15px 10px;
}
#sidebar form#searchform{
	width: 180px;
	margin-bottom:0px;
	height: 20px;
}

#sidebar form#searchform input#s{
	width: 140px;
}


.sideH{
	width:202px;
	height:38px;
	background:url(images/bgSideH.png) 0 0 no-repeat;
	position:relative;
}

.sideH h3{
	font-size:12px;
	line-height:1;
	position:absolute;
	top:13px;
	left:10px;
	margin:0;
	padding:0 0 0 5px;
	border-left:3px #00a0c7 solid;
}

.sideH div.btnMore{
	position:absolute;
	top:7px;
	right:7px;
	width:48px;
	height:24px;
}

.sideH div.btnMore.moreSearch{
	width:86px;
}

.sideC{
	width:202px;
	height:auto;
	background:url(images/bgSideC.png) 0 0 no-repeat;
}

ul.cNav{
	padding:10px 5px;
}

ul.cNav li{
	float:left;
	white-space: nowrap;
	margin:4px;
	width:auto;
	height:28px;
}


ul.cNav li#cPolitics, ul.cNav li#cEconomy, ul.cNav li#cSociety, ul.cNav li#cManagement{ width:67px; }
ul.cNav li#cInternational, ul.cNav li#cCulture{ width:99px; }
ul.cNav li#cSport{ width:86px; }
ul.cNav li#cLocal{ width:122px; }

ul.cTag{
	padding:10px 5px;
}

ul.cTag li{
	color:#333;
	font-weight:bold;
	font-size:12px;
	float:left;
	display:block;
	line-height:1;
	padding:5px;
	margin:5px;
	background-color:#dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 1px #FFF;
	box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	white-space: nowrap;
}

ul.cTag li:hover{
	color:#FFF;
	background-color:#666;
	text-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
}

ul.cTag li:hover a{
	color:#FFF;
}

ul.cTag li a{
	color:#333;
	display:block;
}

ul.cTag li a:hover{
	color:#FFF;
}



.sideF{
	width:202px;
	height:9px;
	background:url(images/bgSideF.png) 0 0 no-repeat;
}




/* End Sidebar */


/* ------------------- Footer ------------------- */
#footer {
	width:100%;
	height:54px;
	background:url(images/bgFooter.png) 0 0 repeat-x;
	color:#FFF;
	font-size:1.1em;
	position: absolute;
	bottom: 0;
	left:0;
}

* html #footer {
	bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}

#footer .inner{
	padding-top:22px;
}

.inner{
	width:980px;
	margin:0 auto;
}

#footer p#footerMenu{
	float:left;
}
#footer p#footerMenu a{
	color:#FFF;
}
#footer p#footerMenu a:hover{
	color:#CCC;
}

#footer p#copyright{
	float:right;
	text-align:right;
}


#footer li{
	display:inline;
	padding:0 15px;
}
	






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

.searchArea{
	padding:5px 25px 30px;
	text-shadow: 0 1px 1px #FFF;
}

form.custom_search{
	padding:20px;
	background-color:#f3f3f3;
	border-radius:5px;
}

h1.searchResultTitle{
	color:#555;
	font-size:13px;
	font-weight:bold;
	text-shadow: 0 1px 1px #FFF;
	line-height:2;
	padding:15px;
	margin-bottom:20px;
	background-color:#f3f3f3;
	border-radius:5px;
}
h1.searchResultTitle span.keyword{
	color:#1D5C8F;
	font-size:15px;
}
.search-result p.notice{
	color:#555;
	font-size:13px;
	font-weight:bold;
	padding:15px;
	margin-top:20px;
	background-color:#f3f3f3;
	border-radius:5px;
}

.TextField, .DropDownField{
	height:40px;
}
.searchform-label{
	width:170px !important;
}

.TextField .searchform-input-wrapper{
	width:350px !important;
}
.DropDownField .searchform-input-wrapper{
	width:auto !important;
}
.searchform-controls{
	width:108px !important;
	height:34px !important;
	float:none !important;
	text-align:left !important;
	padding-left:274px !important;
	padding-right:273px !important;
}
.searchform-label {
	padding-top:0 !important;
}
.searchform-controls input[type="submit"]{
	width:108px;
	height:34px;
	border: 0px;
	padding-left:15px !important;
	color:#FFF !important;
	font-family:Helvetica, sans-serif;
	letter-spacing:1px;
}
	
.searchform-input-wrapper input{
	color:#666;
	font-size:11px;
	height:14px;
	padding:3px;
}

form#searchform input#s, form#categoryform input#s{
	color:#666;
	font-size:11px;
	width:200px;
	height:14px;
	padding:3px;
	position:absolute;
	top:0;
	left:0;
}

form#searchform{
	width:242px;
	height:36px;
	position:relative;
}
form#categoryform{
	margin-bottom:0px;
	width:380px;
	height:30px;
	position:relative;
}

input#searchsubmit{
	width:26px;
	height:26px;
	position:absolute;
	top:-1px;
	right:0;
}
input#categorysubmit{
	width:26px;
	height:26px;
	position:absolute;
	top:-1px;
	left:345px;
}
select#cat{
	position:absolute;
	left:220px;
	top:1px;
}

#categoryCheck{
	position:absolute;
	top:0;
	left:280px;
	width:680px;
	height:20px;
}

#categoryCheck label{
	padding-right:10px;
}


p.searchCat{
	margin-bottom:6px;
}

.searchform-spoiler{
	display:none;
}

h3.searchCat{
	font-size:14px;
	margin-bottom:15px;
	padding:0 0 0 8px;
	border-left:3px #00A0C7 solid;
}
h3.searchCat.big{
	font-size:17px;
}

.search-result{
	padding:0 25px 25px;
}

.search-result .post{
	padding:0 0 20px;
	margin-bottom:20px;
	border-bottom:1px #EEE dashed;
	width:695px;
}
.search-result .post.last{
	border:none;
	margin-bottom:0;
}

.search-result .post .profile{
	float:right;
	width:586px;
	position:relative;
}
.search-result .post .profile h2 a{
	color:#1D5C8F;
}
.search-result .post .profile h2 a:hover{
	color:#999;
}

.search-result .post .profile h2{
	padding-bottom:3px;
}
.search-result .post .profile h2, .search-result .post .profile p{
	padding-right:100px;
}

.search-result span.yomi{
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
}
.search-result p.job{
	font-size:11px;
	font-weight:normal;
	padding:0 0 6px;
}

.search-result .post p.abstracts{
	line-height:1.7;
	padding-right:0;
}
.search-result .post p.abstracts span{
}
.search-result .post p.description{
	color:#777;
	font-size:11px;
	line-height:1.7;
	padding-right:0;
}

.search-result .post .profile ul.category{
	position:absolute;
	top:0;
	right:0;
}

.search-result .post .profile .category li{
	float:right;
}

.searchArea {
	margin: 0px 25px 20px;
	padding: 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
}

.wpcfs-label {
    display: block;
    float: left;
    width: 35%;
    overflow: hidden;
    font-size:1.1em;
    font-family: sans-serif;
    font-weight: bold;
    padding-top: 4px;
}
.wpcfs-input {
    display: block;
    float: left;
	text-align: right;
    width: 60% !important;
}
.wpcfs-input .radio-button-wrapper input {
	float: left;
}

.wpcfs-input-wrapper {
	
}
.wpcfs-input input,
.wpcfs-input select{
    width: 100%;
}

.wpcfs-input input {
	color: #666;
    font-size: 11px;
    height: 14px;
    padding: 3px;
    margin-top: -8px;
}
.wpcfs-input select {
    margin-top: -8px;
}

.searchform-param {
    clear: left;
}
.searchform-params {
    clear: left;
}
.searchform-controls {
    clear: left;
    text-align: right;
}
.searchform-spoiler {
	width: 100%;
	text-align: center;
	size: 0.5em;
	opacity: 50%;
	margin: 5px;
}

.wpcfs-input-submit {
	clear: both;
	text-align: center;
	padding: 10px 0;
}





/* ------ pagetop ------ */

#page-top {
	position: fixed;
	bottom: 120px;
	right: -40px;
	width:36px;
	height:54px;
	background:url(images/btnPageTop_off.png) 0 0 no-repeat;
}
#page-top a {
	width:36px;
	height:54px;
	background:url(images/btnPageTop_off.png) 0 0 no-repeat;
	display: block;
}
#page-top a:hover {
	background:url(images/btnPageTop_on.png) 0 0 no-repeat;
}

#page-top span{
	display:none;
}


/* ------ tab ------ */


.page-id-2351 .mainH{
	height:20px;
}

ul#tabNav {
	background:url(images/bgTab.png) 0 0 no-repeat;
	width:685px;
	height:65px;
}
#relatedEntry .mainC #tabNav li.ui-state-default{
	height:49px;
	width:60px;
	margin:0 5px 30px 0;
	text-align:center;
	display:block;
	float:left;
}
#relatedEntry .mainC #tabNav li#tab_a a{ background:url(images/tab_a_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ka a{ background:url(images/tab_ka_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_sa a{ background:url(images/tab_sa_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ta a{ background:url(images/tab_ta_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_na a{ background:url(images/tab_na_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ha a{ background:url(images/tab_ha_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ma a{ background:url(images/tab_ma_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ya a{ background:url(images/tab_ya_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ra a{ background:url(images/tab_ra_off.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_wa a{ background:url(images/tab_wa_off.png) 0 0 no-repeat; }

#relatedEntry .mainC #tabNav li#tab_a.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_a.ui-state-active a:hover{ background:url(images/tab_a_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ka.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_ka.ui-state-active a:hover{ background:url(images/tab_ka_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_sa.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_sa.ui-state-active a:hover{ background:url(images/tab_sa_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ta.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_ta.ui-state-active a:hover{ background:url(images/tab_ta_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_na.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_na.ui-state-active a:hover{ background:url(images/tab_na_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ha.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_ha.ui-state-active a:hover{ background:url(images/tab_ha_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ma.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_ma.ui-state-active a:hover{ background:url(images/tab_ma_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ya.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_ya.ui-state-active a:hover{ background:url(images/tab_ya_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ra.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_ra.ui-state-active a:hover{ background:url(images/tab_ra_on.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_wa.ui-state-active a, #relatedEntry .mainC #tabNav li#tab_wa.ui-state-active a:hover{ background:url(images/tab_wa_on.png) 0 0 no-repeat; }

#relatedEntry .mainC #tabNav li#tab_a a:hover{ background:url(images/tab_a_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ka a:hover{ background:url(images/tab_ka_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_sa a:hover{ background:url(images/tab_sa_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ta a:hover{ background:url(images/tab_ta_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_na a:hover{ background:url(images/tab_na_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ha a:hover{ background:url(images/tab_ha_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ma a:hover{ background:url(images/tab_ma_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ya a:hover{ background:url(images/tab_ya_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_ra a:hover{ background:url(images/tab_ra_hover.png) 0 0 no-repeat; }
#relatedEntry .mainC #tabNav li#tab_wa a:hover{ background:url(images/tab_wa_hover.png) 0 0 no-repeat; }

#relatedEntry .mainC #tabNav li a{
	height:49px;
	width:60px;
	display:block;
}
#relatedEntry .mainC #tabNav li span, .themeListArea #tabNav li span{
	display:none;
}


.themeListArea #tabs{
	padding:20px 0;
}

.themeListArea ul#tabNav{
	height:60px;
}

.themeListArea ul#tabNav{
	padding:0;
}

.themeListArea #tabNav li.ui-state-default{
	height:49px;
	margin:0 5px 30px 0;
	text-align:center;
	display:block;
	float:left;
}

.themeListArea #tabNav li#tab_cat1 a{ background:url(images/tab_cat1_off.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat2 a{ background:url(images/tab_cat2_off.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat3 a{ background:url(images/tab_cat3_off.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat4 a{ background:url(images/tab_cat4_off.png) 0 0 no-repeat; width:92px; }
.themeListArea #tabNav li#tab_cat5 a{ background:url(images/tab_cat5_off.png) 0 0 no-repeat; width:92px; }
.themeListArea #tabNav li#tab_cat6 a{ background:url(images/tab_cat6_off.png) 0 0 no-repeat; width:80px; }
.themeListArea #tabNav li#tab_cat7 a{ background:url(images/tab_cat7_off.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat8 a{ background:url(images/tab_cat8_off.png) 0 0 no-repeat; width:121px; }

.themeListArea #tabNav li#tab_cat1.ui-state-active a, .themeListArea #tabNav li#tab_cat1.ui-state-active a:hover{ background:url(images/tab_cat1_on.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat2.ui-state-active a, .themeListArea #tabNav li#tab_cat2.ui-state-active a:hover{ background:url(images/tab_cat2_on.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat3.ui-state-active a, .themeListArea #tabNav li#tab_cat3.ui-state-active a:hover{ background:url(images/tab_cat3_on.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat4.ui-state-active a, .themeListArea #tabNav li#tab_cat4.ui-state-active a:hover{ background:url(images/tab_cat4_on.png) 0 0 no-repeat; width:92px; }
.themeListArea #tabNav li#tab_cat5.ui-state-active a, .themeListArea #tabNav li#tab_cat5.ui-state-active a:hover{ background:url(images/tab_cat5_on.png) 0 0 no-repeat; width:92px; }
.themeListArea #tabNav li#tab_cat6.ui-state-active a, .themeListArea #tabNav li#tab_cat6.ui-state-active a:hover{ background:url(images/tab_cat6_on.png) 0 0 no-repeat; width:80px; }
.themeListArea #tabNav li#tab_cat7.ui-state-active a, .themeListArea #tabNav li#tab_cat7.ui-state-active a:hover{ background:url(images/tab_cat7_on.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat8.ui-state-active a, .themeListArea #tabNav li#tab_cat8.ui-state-active a:hover{ background:url(images/tab_cat8_on.png) 0 0 no-repeat; width:121px; }

.themeListArea #tabNav li#tab_cat1 a:hover{ background:url(images/tab_cat1_hover.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat2 a:hover{ background:url(images/tab_cat2_hover.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat3 a:hover{ background:url(images/tab_cat3_hover.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat4 a:hover{ background:url(images/tab_cat4_hover.png) 0 0 no-repeat; width:92px; }
.themeListArea #tabNav li#tab_cat5 a:hover{ background:url(images/tab_cat5_hover.png) 0 0 no-repeat; width:92px; }
.themeListArea #tabNav li#tab_cat6 a:hover{ background:url(images/tab_cat6_hover.png) 0 0 no-repeat; width:80px; }
.themeListArea #tabNav li#tab_cat7 a:hover{ background:url(images/tab_cat7_hover.png) 0 0 no-repeat; width:52px; }
.themeListArea #tabNav li#tab_cat8 a:hover{ background:url(images/tab_cat8_hover.png) 0 0 no-repeat; width:121px; }

.themeListArea #tabNav li a{
	height:49px;
	width:60px;
	display:block;
}






/* ------------------- Pagenation ------------------- */


.wp-pagenavi{
	text-align:center;
	font-size:14px;
	color: #1D5C8F;
	text-transform: uppercase;
	clear: both;
	width: 715px;
	height: 40px;
	position: relative;
	padding-top:30px;
}
.wp-pagenavi a{	
	color:#1D5C8F;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
	color:#FFF;
	background-color:#1D5C8F;
	border:#1D5C8F solid 1px;
}
.wp-pagenavi a:hover{
	font-weight:normal;
	padding:6px 10px !important;
	border:#1D5C8F solid 1px !important;
}

.wp-pagenavi a, .wp-pagenavi span{
	padding:6px 10px !important;
	border:#1D5C8F solid 1px !important;
}

