@charset "utf-8";
/*
Theme Name: ikiiki
Description: 沖縄県いきいき長寿センター
Author: netcreate
Template: twentyten
Version: 1.0
*/

@import url('../twentyten/style.css');


/* =Global Elements
-------------------------------------------------------------- */
html, body {
	height: 100%;
}

/* Main global 'theme' and typographic styles  */
body {
	text-align:center;
	margin:0;
	padding:8px 0 0 0;
	background:url(images/bg_body.gif) repeat-x center top;
	background-color:#FFFCF0;
}
*:first-child+html body{
	padding-top:15px;
}
* html body{
	padding-top:15px;
	zoom:1;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0 0 0 0;
	width: 680px;
}
#content {
	margin: 0 20px;
	padding:0;
}
#primary,
/**/#secondary,
.blog_menu{
	float: left;
	overflow: hidden;
	width: 205px;
}
#main #primary{
		margin-left:25px;
}
#primary img,
#secondary img{
  margin-bottom:7px;
  margin-left:8px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}
#footer .name{
	font-size:150%;
	font-weight:bold;
	padding:0;
	margin:0;
}

/* =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 {
	position:relative;
	margin:8px 10px 0 10px;
	padding:0;
	width: 920px;
	text-align:left;
	background:url(images/bg_wrapper.jpg) repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
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 5px 20px;
  padding-top:5px;
  background:url(images/okishakyo_logo.gif) no-repeat;
}
#header h1 a{
  display:block;
  width:215px;
  height:26px;
  text-indent:-9000px;
  clear:both;
}
#header h2{
	margin:0 0 0 20px;
	_margin:-14px 0 10px 20px;
	padding:0;
	font-size:24px;
  font-family:'HG丸ｺﾞｼｯｸM-PRO','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight:bold;
  clear:both;
}
#header h2 a{
	text-decoration:none;
	color:#333;
}


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

#plate form{
       float:left;
       margin-bottom:4px;
       min-width:250px;
       /*margin-left:70px;*/
}
#plate form #s,
#plate form #searchsubmit{
       vertical-align: middle;margin:0;
}
#plate form #searchsubmit{
       border:none;
       height:23px;
       width:61px;
       background:url(images/search.jpg) no-repeat;
       cursor: pointer;
       outline:none;
}
#fchange{
       display:block;
       margin-left:auto;
       padding-right:0;
       margin-right:0;
}
#fchange .fsize {
       float: left;
       padding:0 2px;
       line-height:1.8;
}
#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(images/btn_s.jpg);
       background-repeat: no-repeat;
       background-position: left top;
}
/* font size set (middle) */
#fmiddle a {
       background-image: url(images/btn_m_o.jpg);
       background-repeat: no-repeat;
       background-position: left top;
}
#flarge a {
       background-image: url(images/btn_l.jpg);
       background-repeat: no-repeat;
       background-position: left top;
}
#fsmall a:hover {

       background-image: url(images/btn_s_o.jpg);
}

#flarge a:hover {
       background-image: url(images/btn_l_o.jpg);
}
#plate #links{
       clear:both;
       margin:0 10px 0 0;
       padding:3px 0 5px 0;
}
#plate #links a{
       background:url(images/head_list.jpg) no-repeat;
       margin:0 3px 0 6px;
       padding:2px 0 5px 26px;
}

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

#main {
	overflow: hidden;
	width:920px;
	margin-left:0px;
	padding: 0 0 100px 0;
	height: auto;
}
#content {
	margin-bottom: 30px;
	font-size:100%;
}
#content p{
	padding:0 10px 0 15px;
}
#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 h3{
	font-size: 140%;
	color:#007339;
	font-weight:bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding:15px 0 7px 40px;
	min-height:25px;
	background:url(images/bg_h3.gif) no-repeat left bottom;
}
#content h4{
	font-size:120%;
	color:#000;
	font-weight:bold;
	line-height:1.3;
	padding:5px 10px;
	margin:30px 0 5px 0;
	background-color:#C7FF9E;
	border:1px solid #7FD476;
}

/* top only */
#content img.top_kajimaya{
	margin:0 20px 0 10px;
}
.intro{
	padding:0 10px 0 10px;
	font-size:120%;
	line-height:1.6;
}
#content .news ul{
	margin:0 20px 5px 20px;
}
.news ul li{
	border-bottom:1px dotted #999;
	list-style-type:none;
	padding:4px 1.5em;
	background:url(images/icon_arrow.gif) no-repeat 5px 10px;
}
div#site-image{
	text-align:center;
}
div.old-list{
	text-align:right;
	font-size:90%;
	margin-right:20px;
}


/* page element */

div.breadcrumb{
	font-size:85%;
	margin-bottom:10px;
}

#main p{
	margin:5px 10px 10px 20px;
}

div.nenrin p{
	padding-top:25px;
}
#main div.nenrin img{
	margin-bottom:20px;
}
#main #content table{
	margin:10px 20px 0 20px;
	width: auto;
	border:1px solid #ccc;
}
#main table th{
	border:1px solid #ccc;
	background-color:#FFEFBF;
	color:#333;
	font-size:100%;
	padding:3px 5px;
	text-align:center;
	vertical-align:middle;
}
#main table td{
	border:1px solid #ccc;
	color:#333;
	font-size:100%;
	padding:3px 5px;
}
.ddsg-wrapper h2{
	display:none;
}
/* category */
.entry-meta{
	text-align:right;
	margin-right:20px;
	margin-top:8px;
}



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

.widget-area ul,
.widget-area ul ul,
.widget-area ul ul ul{
	list-style: none;
}
#main #primary ul{
	margin:0;
	padding:0;
}
#primary ul li{
	margin:0 0 0 -10px;
	padding:0 0 0 -15px;
	width:180px;
}
#primary ul li a,
#primary ul li a:visited{
	color:#0039FF;
}
#primary ul li ul li{
	margin: 0;
	width:100%;
	padding:8px 0 8px 25px;
	margin-left:12px;
	background:url(images/icon_clover.gif) 0 7px no-repeat;
	font-size:110%;
	border-top:2px dotted #ccc;
}
#wrapper #primary ul li ul ul{
	margin-top:5px;
	margin-bottom:0;
	padding-bottom:0;
}
#primary ul li ul li ul li{
	margin-left:-25px;
	padding:6px 0 6px 38px;
	background:url(images/icon_arrow.gif) 25px 7px no-repeat;
	border:none;
	font-size:90%;
	border-top:2px dotted #ccc;
	width:170px;
}
#primary ul li ul li.menu-item-39{
	border:none;
}

#primary .widget_pages .widget-title{
	display:none;
}

/* Main sidebars */
#primary {
  padding:0;
  margin:0 0 20px 20px;
  border-bottom:2px dotted #ccc;
}
*html #main #primary{  /* for ie6 */
	margin-left:10px;
}

#secondary {	
  margin:0 0 20px 20px;
}

/* 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;
}

/*  etc element
--------------------------------------------------------------  */
.clear{
  clear:both;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
div.top{
  margin:15px 20px 15px 0;
	text-align:right;
}
div.top a{
	background:url(images/icon_kajimaya.gif) no-repeat left bottom;
	padding:20px 0 5px 30px;
}

.left{
  float:left;
}
.right{
  float:right;
}
span.red{
	font-size:105%;
	color:#CD0707;
	font-weight:bold;
}



/* 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;
	}
}

