@charset "UTF-8";
/* ================================================================================
	layout setting
================================================================================ */
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#container {
}
/* ================================================================================
	#header
================================================================================ */
#header {
	position:relative;
	background: url(../img/bg-02.jpg) repeat-x;
}
#header a,
#footer a {
	text-decoration:none;
}
#header a:hover,
#footer a:hover {
	text-decoration:underline;
}

#hgroup {
	float:left;
	margin: 0px;
	padding: 0px;
	height: 101px;
}

#site-id {
	margin: 7px 0 0;
	padding: 0px;
	/*font-size:38px;
	line-height:1.2;
	text-transform:none;*/
}
#description {
	font-size:14px;
	margin:0;
	padding:0 11px 10px 64px;
	position: absolute;
	left: 0px;
	top: 68px;/* 拡大ボタンで位置ずれしないように */
}

/* #branding*/
#branding {
	height:240px;
	overflow:hidden;
	position:relative;
	box-shadow			: 0 0 4px rgba(0,0,0,0.0) inset;
	-webkit-box-shadow	: 0 0 4px rgba(0,0,0,0.0) inset;
}
#branding img {
	position:absolute;
	/*z-index:-1;*/
	margin:-50px 0 0;
}
.home #branding {
	height:340px;
}
.error404 #branding {
}
.home #branding img {
	margin:0;
}

/* #brandings*/
#brandings {
	height:295px;
	overflow:hidden;
	position:relative;
	box-shadow			: 0 0 4px rgba(0,0,0,0.0) inset;
	-webkit-box-shadow	: 0 0 4px rgba(0,0,0,0.0) inset;
	margin:0px 0 0;
}
#brandings ul {
	margin: 0px;
	padding: 0px;
}
#brandings ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#brandings li a img {
	margin:-20px 0 0;
	padding: 0px;
	float: left;
}

/* ================================================================================
	#contents
================================================================================ */
/* =Global
----------------------------------------------- */
body, input, textarea {
	color: rgb(51,51,51);
	font-size: 14px;
	line-height: 1.65;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background:url(../img/border.png) no-repeat left bottom;
	border: 0 none;
	height: 3px;
	margin: 0px 0 20px;
	clear:both;
}
/* Text elements */
p {
	margin-bottom: 2em;
}
ul, ol {
	margin: 0 0 2em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 2em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: normal;
}
blockquote {
	font-weight: normal;
	/*padding: 0 4em;*/
	margin: 0 1em 0 6em;
	color:rgb(136,136,136);
	/*background:	url(../img/blockquote-left.png) no-repeat left top,
				url(../img/blockquote-right.png) no-repeat right bottom;*/
}
blockquote p {
	padding:0.6em 0;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: rgb(102,102,102);
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: none;
}
pre {
	background: rgb(244,244,244);
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 2em;
	overflow: auto;
	padding: 0.75em 2em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted rgb(102,102,102);
	cursor: help;
}
address {
	display: block;
	margin: 0 0 2em;
	font-style:normal;
}
ins {
	background: rgb(255,249,192);
	text-decoration: none;
	padding:0.2em;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* forms */
input[type=text],
textarea {
	background: rgb(250,250,250);
	-webkit-box-shadow	: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow			: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid rgb(221,221,221);
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: rgb(51,51,51);
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: rgb(25,130,209);
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

#contents {
	padding-top:0px;
}
.home #contents {
	padding-top:0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 5px;
}

/*.page-title,
.single .entry-title {
	font-size:18px;
	line-height:1.2;
	text-transform:none;
	background:url(../img/bg_h1.png) no-repeat 0 0;	
	padding:11px 10px 8px 40px;
	margin:0 0 20px;
}*/

.page-title,
.single .entry-title {
	font-size:18px;
	line-height:1.4;
	text-transform:none;
	background:url(../img/bg_h1-f.png) no-repeat 0 0;	
	padding:9px 10px 8px 40px;
	margin:0 0 20px;
	border: 1px solid #999;
	border-radius: 5px;
}

.page-template-noside-php .page-title {
	font-size:18px;
	line-height:1.2;
	text-transform:none;
	background:url(../img/bg_h1-noside.png) no-repeat 0 0;	
	padding:11px 10px 8px 40px;
	margin:0 0 20px;
}

.page-title,
.page-title a,
.single .entry-title,
.single .entry-title a {
	color:rgb(51,51,51);
	text-decoration:none;
	font-weight:normal;
}
.page-title a:hover,
.page-title a:focus,
.page-title a:active {
	color: rgb(25,130,209);
}
.single .entry-title {
	margin-bottom:30px;
}

.archive-meta {
	margin-bottom:20px;
}

.hentry,
.no-results {
	background:url(../img/border.png) no-repeat left bottom;
	padding-bottom:13px;
	margin:0 0 20px;
}
.hentry:last-child,
.no-results {
}
.blog .sticky .entry-header .entry-meta {
}
.entry-title,
.entry-header .entry-meta {
}
.entry-title {
	font-size:18px;
	text-transform:none;
}
.entry-title,
.entry-title a {
	color:rgb(51,51,51);
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
}
.entry-meta {
	font-size:12px;
	/*background:rgb(245,241,231);*/
	padding:0.5em 0 0.25em 1em;
	margin: 0px 0 -10px;/* 20140129 までトップ20px だった　コア米倉 */
	border-top:2px solid rgba(0,153,204,1);
	text-align: right;
}
.entry-meta a {
}
.entry-utility {
	font-size:12px;
	clear:both;
	padding:0.25em 1em;
	margin-bottom:10px;
	border-top:1px dotted rgba(0,0,0,0.1);
}
.meta-nav {
	margin-left:0.2em;
}
.entry-content,
.entry-summary {
}
/*.entry-content h1,
.comment-content h1 {
	font-size:18px;
	line-height:1.2;
	text-transform:none;
	background:url(../img/bg_h1.png) no-repeat 0 0;	
	padding:11px 10px 8px 40px;
	margin:0 0 20px;
}*/

.entry-content h1,
.comment-content h1 {
	font-size:18px;
	line-height:1.4;
	text-transform:none;
	background:url(../img/bg_h1-f.png) no-repeat 0 0;	
	padding:9px 10px 8px 40px;
	margin:0 0 20px;
	border: 1px solid #999;
	border-radius: 5px;
}

.entry-content h2,
.comment-content h2 {
	color:rgb(51,51,51);
	font-size:18px;
	line-height:1.3;
	background: #9DF;
	border-bottom: 2px dotted #06C;
	padding: 5px 10px 2px;
	border-radius:6px 6px 0 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgba(204,238,255,1) ),
		color-stop( 1, rgba(204,238,255,0.3) )
	);
	background-image: -moz-linear-gradient(
		0deg,
		rgba(204,238,255,1) 0%,
		rgba(204,238,255,0.3) 100%
	);
	background-image: linear-gradient(
		0deg,
		rgba(204,238,255,1) 0%,
		rgba(204,238,255,0.3) 100%
	);
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin-bottom: 10px;
}
.entry-content h2.catch {
	font-size:20px;
	margin: 0px 0px 0px 82px;
	padding: 0px 0px 5px;
	border-bottom: 2px dotted #555;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: url(none);
}

.entry-content h2 a {
	color: #057;
}

.entry-content h3,
.comment-content h3 {
	color:rgb(51,51,51);
	font-size:16px;
	line-height:1.3;
	border-bottom: 2px solid #39C;
	padding: 5px 10px 2px 0;
}
.entry-content h5,
.comment-content h5 {
	color:rgb(51,51,51);
	font-size:14px;
	line-height:1.3;
	padding: 5px 10px 2px 20px;
	background: url(../img/list-circle.png) no-repeat 0px 6px;
}
.entry-content h6,
.comment-content h6 {
	color:rgb(51,51,51);
	font-size:14px;
	line-height:1.3;
	padding: 5px 10px 2px 18px;
	background: url(../img/pochi-b1.png) no-repeat 0px 7px;
}

.entry-content table,
.comment-content table {
	margin: 0 0 2em;
	/*width: 100%;*/
}
.entry-content th,
.comment-content th {
	text-align:center;
	background:rgb(245,241,231);
	white-space: nowrap;
}
.entry-content td,
.comment-content td {
}
.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
	padding:0.6em;
	vertical-align:top;
	border: 1px solid rgb(153,153,153);
	border-left: 1px dotted rgb(153,153,153);
	border-right: 1px dotted rgb(153,153,153);
}
.entry-content ul li {
	background: transparent url(../img/pochi-g1.png) no-repeat scroll 0 0.3em;
	margin: 0 0 6px -30px;
	padding: 0 0 0 18px;
	list-style:none;
}
.entry-content ul.l-size li {
	background: transparent url(../img/ya01-r.png) no-repeat scroll 0 0.2em;
	margin: 0 0 6px 0;
	padding: 0 0 0 22px;
	list-style:none;
	font-size: 16px;
}
.entry-content ol li {
	margin: 0 0 6px -10px;
}
.entry-content #s {
}

#comments h3 {
	color:rgb(130,45,0);
}
.comment-content ul,
.comment-content ol {
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
}
.page-link {
}
.page-link a {
}
.page-link a:hover {
}
.page-link span {
}
.entry-meta .edit-link a {
}
.entry-meta .edit-link a:hover {
}
.update-meta .entry-date,
.update-meta .entry-category {
	margin-right:0.5em;
}
.entry-meta .entry-date,
.entry-meta .entry-category {
	margin-right:0.5em;
}
.entry-content .edit-link {
}

/*#update-info only*/
#update-info {
}
#update-info .update-info-title {
	font-size:18px;
	line-height:1.2;
	font-weight:normal;
	text-transform:none;
	margin:0 0 10px;
	padding: 9px 10px 7px 40px;
	background:url(../img/bg_h1-top01.png) no-repeat left top;
}
#update-info .update-info-title2 {
	font-size:18px;
	line-height:1.2;
	font-weight:normal;
	text-transform:none;
	margin:0 0 10px;
	padding: 9px 10px 7px 40px;
	background:url(../img/bg_h1-top02.png) no-repeat left top;
}
#update-info .update-info-title3 {
	font-size:18px;
	line-height:1.2;
	font-weight:normal;
	text-transform:none;
	margin:0 0 10px;
	padding: 9px 10px 7px 40px;
	background:url(../img/bg_h1-top03.png) no-repeat left top;
}
#update-info .update-info-title4 {
	font-size:18px;
	line-height:1.2;
	font-weight:normal;
	text-transform:none;
	margin:0 0 10px;
	padding: 9px 10px 7px 40px;
	background:url(../img/bg_h1-top04.png) no-repeat left top;
}
#update-info .update-info-title5 {
	font-size:18px;
	line-height:1.2;
	font-weight:normal;
	text-transform:none;
	margin:0 0 10px;
	padding: 9px 10px 7px 40px;
	background:url(../img/bg_h1-top05.png) no-repeat left top;
}
#update-info ul {
	margin:0 0 20px 15px;
}
#update-info ul li {
	font-size:85%;
	list-style: none none inside;
	padding:0 0 5px 10px;
	margin:0 0 5px;
	background:url(../img/border-top.png) no-repeat left bottom;
	border-left: 7px solid #F99;
}
#update-info ul li h2.update-title {
	font-size:115%;
	padding:0;
	margin-left:170px;
}
#update-info ul#top4 li h2.update-title {
	font-size:115%;
	padding:0;
	margin-left:0px;
}
#update-info ul li p.update-meta {
	padding:2px 0 0;
	margin-left:0px;
	float: left;
}
#update-info ul#top4 li p.update-meta {
	padding:2px 0 0;
	margin-left:0px;
	float: none;
}

#update-info ul#top2 li {
	list-style: none none inside;
	padding:0 0 5px 10px;
	margin:0 0 5px;
	background:url(../img/border-top.png) no-repeat left bottom;
	border-left: 7px solid #F90;
}
#update-info ul#top3 li {
	list-style: none none inside;
	padding:0 0 5px 10px;
	margin:0 0 5px;
	background:url(../img/border-top.png) no-repeat left bottom;
	border-left: 7px solid #0C3;
}
#update-info ul#top4 li {
	list-style: none none inside;
	padding:0 0 5px 10px;
	margin:0 0 5px;
	background:url(../img/border-top.png) no-repeat left bottom;
	border-left: 7px solid #06C;
}
#update-info ul#top5 li {
	list-style: none none inside;
	padding:0 0 5px 10px;
	margin:0 0 5px;
	background:url(../img/border-top.png) no-repeat left bottom;
	border-left: 7px solid #C6C;
}
#update-info ul li a img {
	/*border:1px solid rgb(230,230,230);
	padding:4px;*/
	margin:3px 10px 0 0;
	float:left;
	/*-webkit-box-shadow:	0 0 4px rgba(0,0,0,0.2) ;
	box-shadow:			0 0 4px rgba(0,0,0,0.2) ;*/
}
#update-info ul li .update-title {
	font-size:16px;
	clear:none;
}
#update-info ul li .update-title a {
	color:rgb(51,51,51);
	text-decoration:none;
}
#update-info ul li .update-meta {
	margin-bottom:0;
}

/* menu table only */
.menu-name {
	width:280px;
}
.menu-price {
	text-align:right;
}

/* ================================================================================
	Style
================================================================================ */
/* Twenty Eleven 参考 */
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
/*.attachment-post-thumbnail,*/
.attachment-large_thumbnail,
.entry-content iframe { /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border:1px solid rgb(230,230,230);
	padding:4px;
	-webkit-box-shadow:	0 0 4px rgba(0,0,0,0.2) ;
	box-shadow:			0 0 4px rgba(0,0,0,0.2) ;*/
}
.wp-caption img {
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] { /* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img { /* ... including captioned images!  */
	background: rgb(255,255,255);
	border-color: rgb(221,221,221);
}

/* Alignment */
.alignleft,
.attachment-post-thumbnail,
.attachment-large_thumbnail {
	float: left;
	margin-right: 1.6em;
}
.alignright {
	float: right;
	margin-left: 1.6em;
}
.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top:0px;
	margin-bottom:10px;
}
img.alignleft {
	margin-right:30px;
}
img.alignright {
	margin-left:30px;
}
ul.alignleft {
	margin-left:1em;
}

/* Images Style for Twenty Ten */
.entry-content img,
.comment-content img,
.widget img {
	margin-bottom:10px;
}

img[class*="align"],
img[class*="wp-image-"] {
}
img.size-full {
}
.entry-content img.wp-smiley {
}
img.alignleft,
img.alignright,
img.aligncenter {
}
p img,
.wp-caption {
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption .wp-caption-text,
.gallery-caption {
}
.wp-caption .wp-caption-text {
}
.wp-caption .wp-caption-text:before {
}


/* ps-auto-sitemap */
#ps-auto-sitemap {
}
#sitemap_list {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
#sitemap_list a {
	text-decoration: none;
}

#sitemap_list > li {
	font-size:20px;
	font-weight:bold;
}
#sitemap_list > li > a {
	color:rgb(51,102,153);
}
#sitemap_list li {
	background: transparent url(../img/border.png) repeat-x scroll 0 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
	text-indent: 0;
}
#sitemap_list li ul {
	margin: 0;
	padding: 15px 0 0;
}
#sitemap_list li li {
	background: transparent url(../img/list-circle.png) no-repeat scroll 0 0.3em;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 6px 15px;
	padding: 0 0 0 20px;
}
#sitemap_list li li li {
	background: url("../images/simple/ico_gray_arrow.png") no-repeat scroll 0 0.5em transparent;
}
#sitemap_list .posts_in_category {
	padding-left: 10px;
	position: absolute;
}
#sitemap_list .posts_in_category a {
	background: url("../images/simple/ico_post_list.png") no-repeat scroll center center transparent;
	border: 1px solid rgb(204,204,204);
	display: block;
	height: 1.2em;
	text-indent: -9999px;
	width: 1.2em;
}


span.position {
	font-weight:normal;
	font-size:12px;
	color:rgb(90,90,90);
	vertical-align:baseline;
	margin-left:0.5em;
}
span.position:before {
	content : '/';
	margin-right:0.5em;
}

/* ================================================================================
	#footer
================================================================================ */
#footer {
	position:relative;
	padding: 0px 0 0px;
	height: 360px;
}
.home #footer {
	height: 450px;
}

#copyright {
	font-size:12px;
	clear:both;
	color:rgb(255,255,255);
	position: absolute;
	bottom: -20px;
	text-align: center;
	width: 940px;
}
#copyright a {
	color:rgb(255,255,255);
	/*text-shadow: 1px 1px 0 rgba(255,255,255,0.3);*/
}
#go-top {
	position:absolute;
	top:-15px;
	right:220px;
	line-height:1;
	margin-bottom:0;
}
.home #go-top {
	top:75px;
}

/* ================================================================================
	#jQuery
================================================================================ */
/* アコーディオン */
#tagChange a {
	color: rgb(25,130,209);	
}
#tagChange a img {
	vertical-align: baseline;
	padding-bottom: 20px;
}

/* ================================================================================
	コア追加Style
================================================================================ */
.s-size {
	font-size: 80%;
}
.l-size {
	font-size: 120%;
}
.waku-1 {
	padding: 7px 10px 5px;
	border: 1px solid #CCC;
}
.waku-2 {
	padding: 7px 10px 5px;
	border: 2px solid #CCC;
	width: 656px;
	text-align: center;
	display: block;
}

.waku-3 {
	padding: 12px 15px 10px;
	border: 2px solid #39C;
	display: block;
	margin-bottom: 20px;
}

.waku-4 {
	padding: 7px 10px 5px;
	border: 2px solid #F00;
}
.waku-c {
	padding: 7px 10px 5px;
	display: inline-block;
	border-radius		: 6px;
	background: #EEE;
}
.txt-r {
	text-align: right;
}
.txt-c {
	text-align: center;
}
/* 画像の周囲の罫線とシャドウなし */
img.b-less {
	border-style: none;
	box-shadow:	none;
}
dl {
	margin-bottom: 20px;
}
dl dt {
	padding-right: 1em;
	width: 6em;
	float: left;
	margin-bottom: 0.5em;
}
dl dd {
	background: url(../img/ya01-r.png) no-repeat 0 0;
	padding-left: 2em;
	margin-left: 6em;
	margin-bottom: 0.5em;
}

#preload img {
	display: none;/* サイドナビのロールオーバーに使用 */
}
th.nwr,
td.nwr {
	white-space: nowrap;
}
ol.fl-l li,
ul.fl-l li {
	float: left;
	padding-right: 3em;
}
.fl-r {
	float: right;
}
img.m-r30 {
	margin-right: 30px;
}
table.w100 {
	width: 100%;
}
th.mid,
td.mid {
	vertical-align: middle;
}
.entry-content td.c-2nd {
	background: #FF9;
}
.entry-content td.c-3rd {
	background: #FFC;
}

/* 　レイアウト用テーブル　*/
table.layout th,
table.layout td {
	border:none;
}
/*　組織図用テーブル　*/
.entry-content table.soshiki {
	margin-right: auto;
	margin-left: auto;
}
.entry-content table.soshiki th,
.entry-content table.soshiki td {
	border:none;
	padding:0px 0 0px;
	line-height: 0px;
	font-size: 15px;
	height: 20px;
	vertical-align: middle;
}
.entry-content table.soshiki th img,
.entry-content table.soshiki td img {
	border:none;
	padding:0px;
	margin: 0px;
}

/*　青色テーブル　*/
.entry-content table.blue-k th,
.comment-content table.blue-k th {
	background:rgb(153,221,255);
}
.entry-content table.blue-k th,
.entry-content table.blue-k td,
.comment-content table.blue-k th,
.comment-content table.blue-k td {
	padding:0.6em;
	vertical-align:top;
	border: 1px solid rgb(51,102,153);
	border-left: 1px solid rgb(51,102,153);
	border-right: 1px solid rgb(51,102,153);
}


/* ディレクトリ専用カラー矢印（大） */

p.ya-r-c {
	margin: 0px;
	padding: 4px 37px 20px 0px;
	background: url(../img/ya03-r.png) no-repeat right top;
}


/* 左右矢印付横並びリスト（研修情報で使用） */
.entry-content ul.ya-lr {
	margin: -25px 0px 0px;
	list-style: none;
	clear: both;
}
.entry-content ul.ya-lr li {
	margin: 0px;
	float: left;
	list-style: none;
	background: url(none);
	padding: 0px;
}
.entry-content ul.ya-lr li a {
	margin: 0px;
	display: block;
	height: 28px;
	color: #333;
}
.entry-content ul.ya-lr li.ya1 a {
	background: url(../img/ya-lr.png) no-repeat left top;
	padding: 7px 12px 0px 40px;
	border-right: 1px solid #999;
}
.entry-content ul.ya-lr li.ya2 a {
	background: url(../img/ya-lr.png) no-repeat right top;
	padding: 7px 40px 0px 12px;
	border-left: 1px solid #FFF;
}

/* 横並び矢印研修情報用4連リスト・デラックス（リンク必須） */
.entry-content ul.ya04y {
	margin: 10px 0px 20px;
	list-style: none;
	line-height: 130%;
	width: 100%;
}
.entry-content ul.ya04y li {
	margin: 0 1px 10px 0px;
	list-style: none;
	padding: 0px;
	float: left;
	border-top: 6px solid #0B0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	text-align: center;
	width: 24%;
}
.entry-content ul.ya04y li a {
	vertical-align: middle;
	margin: 0px 0px;
	display: block;
	color: #333;
	padding: 7px 10px 0px;
	height: 3em;
	/*background: url(../img/bg_linkbar.png) no-repeat 0px 0px;*/
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgba(204,238,255,1) ),
		color-stop( 1, rgba(255,255,255,1) )
	);
	background-image: -moz-linear-gradient(
		0deg,
		rgba(204,238,255,1) 0%,
		rgba(255,255,255,1) 100%
	);
	background-image: linear-gradient(
		0deg,
		rgba(204,238,255,1) 0%,
		rgba(255,255,255,1) 100%
	);
}
.entry-content ul.ya04y li a:hover {
	color: #06F;
	text-decoration: none;
	/*background: url(../img/bg_linkbar-o.png) no-repeat 0px 0px;*/
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 1, rgba(255,255,255,1) ),
		color-stop( 0, rgba(204,238,255,1) )
	);
	background-image: -moz-linear-gradient(
		0deg,
		rgba(255,255,255,1) 100%,
		rgba(204,238,255,1) 0%
	);
	background-image: linear-gradient(
		0deg,
		rgba(255,255,255,1) 100%,
		rgba(204,238,255,1) 0%
	);
}


/* 矢印リスト（リンク必須） */

.entry-content ul.ya01 {
	margin: 10px 0px 20px 30px;
	list-style: none;
	display: inline-block;
}
.entry-content ul.ya01 li {
	margin: 0 0 7px;
	list-style: none;
	padding: 0px;
	background: url(none);
}
.entry-content ul.ya01 li a {
	margin: 0 0 0 0px;
	display: block;
	padding: 3px 15px 0px 28px;
	border: 1px solid #999;
	border-radius:15px;
	background: rgba(255,255,255,0.5) url(../img/ya-s-r.png) no-repeat 10px 7px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.entry-content ul.ya01 li a:hover {
	text-decoration: none;
	background-color: rgba(255,255,153,1);
}

/* 上と同じ矢印リスト（リンク必須） */

.ya03 {
	margin: -10px 0px 0px 30px;
	padding: 0;
	display: inline-block;
	float: right;
}
.ya03 a {
	margin: 0px;
	padding: 3px 15px 0px 28px;
	display: block;
	border: 1px solid #999;
	border-radius:15px;
	background: rgba(255,255,255,0.5) url(../img/ya-s-r.png) no-repeat 10px 7px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}
.ya03 a:hover {
	background-color: rgba(255,255,153,1);
}


/* 横並び矢印リスト（リンク必須） */

.entry-content ul.ya01y {
	margin: 10px 0px 20px 30px;
	list-style: none;
	display: inline-block;
}
.entry-content ul.ya01y li {
	margin: 0 0 7px;
	list-style: none;
	padding: 0px;
	background: url(none);
	float: left;
}
.entry-content ul.ya01y li a {
	margin: 0 0 0 0px;
	display: block;
	padding: 3px 15px 0px 28px;
	border: 1px solid #999;
	border-radius:15px;
	background: rgba(255,255,255,0.5) url(../img/ya-s-r.png) no-repeat 10px 7px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.entry-content ul.ya01y li a:hover {
	text-decoration: none;
	background-color: rgba(255,255,153,1);
}


/* 矢印リスト・デラックス（リンク必須） */
.entry-content ul.ya02 {
	margin: 10px 0px 20px 30px;
	list-style: none;
	display: inline-block;
}
.entry-content ul.ya02 li {
	margin: 0 0 10px;
	list-style: none;
	padding: 0px;
	background: url(../img/ya02-head.png) no-repeat left top;
}
.entry-content ul.ya02 li a {
	margin: 0 0 0 20px;
	display: block;
	height: 28px;
	color: #333;
	background: url(../img/ya02-r.png) no-repeat right top;
	padding: 7px 50px 0px 0px;
}
.entry-content ul.ya02 li a:hover {
	color: #00F;
	text-decoration: none;
}

/* 横並び矢印リスト・デラックス（リンク必須） */
.entry-content ul.ya02y {
	margin: 10px 0px 20px 0px;
	list-style: none;
	display: inline-block;
}
.entry-content ul.ya02y li {
	margin: 0 1px 10px 1px;
	list-style: none;
	padding: 0px;
	background: url(../img/ya02y-end.png) no-repeat right top;
	float: left;
}
.entry-content ul.ya02y li a {
	margin: 0 16px 0 0px;
	display: block;
	height: 28px;
	color: #333;
	background: url(../img/ya02y-r.png) no-repeat left top;
	padding: 7px 0px 0px 35px;
}
.entry-content ul.ya02y li a:hover {
	color: #00F;
	text-decoration: none;
}


.p-top {
	color:rgb(90,90,90) !important;
	background-image: -webkit-gradient(
		linear,
		right top,
		right bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(230,230,230) )
	);
	background-image: -moz-linear-gradient(
		180deg,
		rgb(255,255,255) 0%,
		rgb(230,230,230) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgb(255,255,255) 0%,
		rgb(230,230,230) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#FFFFFF',
		endColorstr='#E6E6E6'
	);
	border: 1px solid rgb(210,210,210);
	border-radius: 15px;
	display: inline-block;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgb(255,255,255);
	padding: 0.4em 1em 0.2em;
	margin:4px 0 20px;
	float:right;
}

.w480 {
	width: 470px;
}

/* インデント */
.zisage {
text-indent: 1em;
}

img.icatch {
	margin-bottom: 15px;
}

.banner {
	margin: 20px 0px 0px 15px;
}

.banner5 {
	margin: 20px 0 0px 0;
	text-align: center;
}
/*.banner5 img {
	margin: 0px -12px 0 0;
}*/