@charset "utf-8";
/*
Theme Name: kaigo
Description: 沖縄県介護実習・普及センター
Author: netcreate
Template: twentyten
Version: 1.0
*/

@import url('http://www.okishakyo.or.jp/wp-content/themes/twentyten/style.css');

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */

html, body {
	height: 100%;
}
body {
	text-align:center;
	margin:0;
	padding:0;
	line-height:0;
	background-color:#fff;
}
* html body{
	zoom:1;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}
#content {
	margin:0 120px;
	padding:0;
}
#primary,
/**/#secondary,
.blog_menu{
	float: left;
	overflow: hidden;
	width: 211px;
}
#primary img,
#secondary img{
  margin-bottom:7px;
  margin-left:8px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;color:#666666;}
#content { font-size:13px;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	background:url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/bg_body.jpg) repeat-y;
	position:relative;
	min-height: 100%;
	height: auto !important;/**/
	height: 100%;
	padding:0;
	margin:0 auto;
	width: 920px;
	text-align:left;
}
body > #wrapper{
	height:auto;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	margin:0;
	padding:0;
}


/* =Header
-------------------------------------------------------------- */

#header {
	margin:0;
	padding:0;
  min-height:70px;
  width:920px;
}
#header h1{
  margin:0 0 0 20px;
  padding-top:10px;
}
div.counter{
	margin:2px 0 5px 80px;
}


/* change font */
#plate{
  text-align:right;
  position: absolute;
  right:20px;
  top:10px;
  font-size:13px;
}

#plate form{
	float:left;
	margin-bottom:4px;
	min-width:180px;
}
#plate form #s,
#plate form #searchsubmit{
	vertical-align: middle;margin:0;
}
#plate form #searchsubmit{
	border:none;
	height:23px;
	width:61px;
	background:url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/search.jpg) no-repeat;
	cursor: pointer;
	outline:none;
}
#fchange{
	display:block;
	padding-right:0;
	margin-right:0;
	margin-left:50px;
	padding-top:5px;
}
#fchange .fsize {
	float: left;
	padding:0 2px;
	line-height:2.3;
}
#fchange a {
	cursor:pointer;
}
#fchange .ftxt {
	display: none;
}

/* button display */
#fsmall a,#fmiddle a,#flarge a {
	display: block;
	height: 25px;
	width: 25px;
}
#fsmall a {
	background-image: url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/btn_s.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* font size set (middle) */
#fmiddle a {
	background-image: url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/btn_m_o.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/btn_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fsmall a:hover {
	background-image: url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/btn_s_o.jpg);
}

#flarge a:hover {
	background-image: url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/btn_l_o.jpg);
}


div#links{
	clear:both;
	margin:0 10px;
	padding:6px 10px 5px 0;
	background:url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/bg_head.jpg) repeat-x;
	min-height:28px;
	text-align:right;
}
* html div#links{
	padding-bottom:20px;
}
div#links a{
	background:url(http://www.okishakyo.or.jp/wp-content/themes/okishakyo/images/icon_head.gif) no-repeat 0 2px;
	margin:2px 3px 0 6px;
	padding:2px 0 5px 26px;
	color:#fff;
}
div#links a:hover,
div#links a:visited{
	color:#fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	width:920px;
	margin-left:0px;
	padding: 0 0 100px 0;
	height: auto;
}
#content {
	margin-bottom: 30px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 14px 0;
	padding:0;
	line-height: 1.3em;
	clear:both;
}
#content .entry-title {
	margin-bottom:10px;
}
#content h2{
	/*border-left:8px solid #FB6D22;*/
	padding:3px 0 3px 10px;
	color:#388DEB;
	font-weight:bold;
	font-size:150%;
}
#content h3{
	border-left:8px solid #388DEB;
	padding:3px 0 3px 10px;
	color:#388DEB;
	font-weight:bold;
}
#content h4{
	font-weight:bold;
}



/* top only */

/* --- ボックス --- */
div.section {
width: 630px; /* ボックスの幅 */
font-size: 90%; /* ボックスの文字サイズ */
color: #000000; /* ボックスの文字色 */
}

/* --- タブエリア --- */
#wrapper #content div.section ul.tabs {
width: 100%; /* タブエリアの幅 */
margin: 0;
padding: 0;
list-style-type: none;
}
div.section ul.tabs li {
position: relative;
z-index: 1;
width: 149px; /* タブの幅 */
height: 37px; /* タブの高さ */
margin: 0 0 0 5px; /* タブのマージン（上右下左） */
background-color: #f5f5f5; /* タブの背景色 */
/* border: 1px #c0c0c0; タブの境界線（太さ、色） */
/* border-style: solid solid none; タブの境界線スタイル（上、左右、下） */
text-align: center;
float: left;
text-indent:-9000px;
}


/* --- リンクエリア --- */
div.section ul.tabs li a {
display: block;
width: 149px; /* タブの幅 */
height: 37px; /* タブの高さ */
position: relative; /* IE6用 */
/* padding: 3px 2px; リンクエリアのパディング（上下、左右） */
outline: none; /* アウトライン（なし） */
text-decoration: none; /* テキストの下線（なし） */
}

#tab1{
background:url(images/tab1_b.gif) no-repeat left bottom;
}
#tab2{
background:url(images/tab2_b.gif) no-repeat left bottom;
}
#tab3{
background:url(images/tab3_b.gif) no-repeat left bottom;
}
#tab4{
background:url(images/tab4_b.gif) no-repeat left bottom;
}



/* --- ポイント時の設定 --- */
div.section ul.tabs li#tab1 a:hover {
/* text-decoration: underline; テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.section ul.tabs li.active {
z-index: 3;
background-color: #ffffff; /* アクティブタブの背景色 */
font-weight: bold; /* 太字 */
}
div.section ul.tabs li#tab1.active a {
/* color: #000000; アクティブタブの文字色 */
background:url(images/tab1_a.gif) no-repeat left bottom;
}
div.section ul.tabs li#tab2.active a {
background:url(images/tab2_a.gif) no-repeat left bottom;
}
div.section ul.tabs li#tab3.active a {
background:url(images/tab3_a.gif) no-repeat left bottom;
}
div.section ul.tabs li#tab4.active a {
background:url(images/tab4_a.gif) no-repeat left bottom;
}

/* --- ポイント時の設定 --- */
div.section ul.tabs li.active a:hover {
text-decoration: none; /* テキストの下線（なし） */
}

/* --- 本文領域 --- */
div.section div.topicArea {
position: relative;
z-index: 2;
height: 160px; /* 本文領域の高さ */
overflow: auto; /* はみ出た場合はスクロールで表示 */
padding: 10px 10px 0 10px; /* 本文領域のパディング */
background-color: #ffffff; /* 本文領域の背景色 */
border: 1px #c0c0c0 solid; /* 本文領域の境界線 */
}
/* --- 各ボックス内の表示 --- */
ul.topicbox{
	width:280px;
	margin-left:15px;
	margin-bottom:0;
	padding-bottom:0;

}
ul.topicbox li{
	background:url(images/icon_circlearrowor.gif) no-repeat left 7px;
	border-bottom:1px dashed #ccc;
	padding:2px 0 1px 20px;
	list-style-type:none;
}
ul.topicbox li a{
	text-decoration:none;
	color:#333;
}

/* --- 本文領域内の各ボックス --- */
div.section div.topicArea div.topic {
padding-top: 1em; /* JavaScriptがオフの場合の設定 */
border-bottom: 1px #c0c0c0 solid; /* JavaScriptがオフの場合の設定 */
}

div.linkbox{
	margin-top:15px;
}
div#content div.linkbox img.leftimg{
	margin-right:7px;
}
div#content h2.h2_news,
div#content h3.h3_topics{
	margin-top:20px;
	padding:none;
	border:none;
}
#content .news ul{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0;
}
.news ul li{
	border-bottom:1px dotted #999;
	list-style-type:none;
	padding:2px 1.5em;
	background:url(images/icon_arrowor.gif) no-repeat 0.7em;
}
div.old-list{
	text-align:right;
	margin-top:0;
	margin-right:20px;
	font-size:90%;
}
div.old-list a{
	color:#FB6D22;
	background:url(images/icon_circlearrowor.gif) no-repeat right bottom;
	padding-right:20px;
}
#content .topics ul{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0;
}
.topics ul li{
	border-bottom:1px dotted #999;
	list-style-type:none;
	padding:2px 1.5em;
	background:url(images/icon_arrowbl.gif) no-repeat 0.7em;
}
.topics ul a,
.news ul a{
	text-decoration:none;
}

div#content .bannerbox img{
	margin-right:5px;
	margin-top:20px;
}
div.ad{
	margin-top:20px;
	border:#999 solid 1px;
}
div.ad div{
	background:#E8E8E8;
	padding:2px 0 2px 10px;
	margin-bottom:0;
}
div#content div.ad img{
	padding:4px;

}


/* =Widget Areas
-------------------------------------------------------------- */

#primary{
	margin-left:0;
}
.widget-area ul,
.widget-area ul ul,
.widget-area ul ul ul{
	list-style: none;
}
#primary ul li{
	margin:0 0 0 -24px;
	*margin:-20px 0 0 -24px;
	_margin:-20px 0 0 -24px;

}

#primary ul li ul li{
	margin: 0;
	width:100%;
}


/* Main sidebars */
#primary {
  padding:7px 0 0 0;
  margin:0 0 20px 10px;
  _margin:0 0 20px 10px;
}
#secondary {	
  margin:0 0 20px 20px;
  _margin:0 0 20px 10px;
}

/* Footer widget areas */
#footer-widget-area {
	margin:0;
	padding:0;
}

/* Only post */
/*.blog_menu{
	margin: 0;
	padding:0;
}
.blog_menu ul li{
	list-style:none;
    height:24px;
	background:url(images/bg_icon.gif) -0px -25px no-repeat;
	padding:0 0 0px 8px;
	text-decoration:none;
	line-height:1.5;
	display:inline;
}
.blog_menu ul li ul{
	padding-left:8px;
}
.blog_menu ul li ul li{
	background:none;
	line-height:1.5;
	list-style-type:circle;
	list-style-position:outside;
	padding:0;
	margin:0;
}*/


	

/* =Footer
-------------------------------------------------------------- */

#footer{
  padding-top:10px; margin:0 auto;
  font-size:12px;
  border-top:2px dotted #999;
  width:90%;
  position:absolute;
  bottom:0;
  left:50px;
 }

#footer .textwidget{
	margin:0;
	padding:0;
}
#footer_inner{
  background-color:#fff;
  padding:0px;
  margin:0 auto;
}
#footer-widget-area #first{
	float: left;
	width:420px;
}
#footer-widget-area #second {
	float:right;
	margin-right: 0;
	width:380px;
	text-align:right;
}
#footer .name{
	font-size:150%;
	font-weight:bold;
	padding:0;
	margin:0;
}


/*  etc element
--------------------------------------------------------------  */
.clear{
  clear:both;
}
/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


div.top{
  margin:15px 0;
	text-align:right;
}
.left{
  float:left;
}
.right{
  float:right;
}




/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 110%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		/*border-top: 2pt solid #000;*/
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#header,
	#footer {
		margin: 0;
		padding:0;
	}
	#content,
	.one-column #content {
		/*width: 100%;*/
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/* tab */
#tabhead{
	padding:4px 12px 0;
	border:1px solid #D0D0D0;
	border-bottom:none;
	background-color:#EEE;
}

#tabhead li{
	float:left;
	position:relative;
	width:90px;
	padding:6px 13px 4px;
	list-style:none;
	text-align:center;
}

#tabhead .on{
	padding:5px 12px 4px;
	border:1px solid #D0D0D0;
	border-bottom:none;
	background-color:#FFF;
}


#tabhead li a{
	text-decoration:none;
	color:#1D3994;
}

#tabhead .on a:link,
#tabhead .on a:visited,
#tabhead .on a:hover{
	font-weight:bold;
	color:#333;
}

#tabbody{
	padding:5px;
	padding-top:0;
	border:1px solid #D0D0D0;
	border-top:none;
	background-color:#EEE;
}

#tabbody div{
	display:none;
	margin-top:-1px;
	padding:17px 18px 15px;
	border:1px solid #D0D0D0;
	background-color:#FFF;
}

#tabbody .current{
	display:block;
}

#tabbody h2{
	display:none;
	margin-bottom:6px;
	font-size:100%;
}

#tabbody ul{
	margin-bottom:-6px;
}

#tabbody li{
	margin-bottom:6px;
	list-style-position:inside;
}

/*float clear*/
#tabhead{
	overflow:hidden;
	zoom:1;
}

#tabhead:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

/*\*/
* html #tabhead{
	height:1em;
	overflow:visible;
}
/**/

