/*
Theme Name: 京都福祉ネット
Theme URI: 
Author: TAIYODO Co., Ltd.
Author URI: http://www.love.co.jp/
Description: 太洋堂のホームページ制作屋さんプラスのテーマです。
Version: 1.0
*/


@media all {

/******************** initialization of the browser style ********************/

body{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ol {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

p, pre, blockquote {
	margin: 0px;
	padding: 0px;
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

form, input, select, textarea {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

table, th, td{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

img {
	vertical-align: bottom;
	border: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}

}







/******************** base of the browser style ********************/

body{
	background-color: #26b569;
	color: #000;
	text-align: center;
	font-size:12px;
	line-height:20px;
}

a:link {
	color: #ff7200;
	text-decoration: none;
}

a:visited {
	color: #ff7200;
	text-decoration: none;
}

a:hover {
	color: #ff7200;
	text-decoration: underline;
}

a:active {
	color: #ff7200;
	text-decoration: underline;
}




/*************************************/
/********** top elements **********/
/*************************************/

#top {
	background-image:url(images/theme/bg_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	min-height:95px;
	_height:95px;
	text-align:center;
}

/********** header elements **********/

#header {
	background-image:url(images/theme/bg_head.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width:960px;
	margin:0 auto;
	position: relative;
	text-align: left;
	min-height:95px;
	_height:95px;
}

#header h1#site-description {
	font-size: 10px;
}

#header h2#site-title {
	position: absolute;
	top: 18px;
	left: 0px;
}

#header .top-content a {
	display: block;
	position: absolute;
	top: 46px;
	right: 230px;
}




/*************************************/
/********** head navigation elements **********/
/*************************************/

#navigation {
	clear:both;
	background-image:url(images/theme/bg_navi.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}

#gNavi {
	width:960px;
	height:50px;
	margin:0 auto;
	text-align: left;
}

#gNavi li {
	float:left;
}

/*************************************/
/********** side navigation elements **********/
/*************************************/

#sideNavi {
	float:left;
	width:225px;
}

/********** gNavi elements **********/

#gsNavi {
	margin:3px 5px;
}

#gsNavi li {
	margin-bottom:5px;
}

/********** lNavi elements **********/

#lNavi {
	margin:0 5px 5px 5px;
}

#lNavi li {
	background-image:url(images/theme/bg_lnavi.gif);
	background-repeat: no-repeat;
	background-position:14px 13px;
	text-align:center;
 	margin-bottom:3px;
	border-top:solid 1px #382b1b;
}

#lNavi p {
	padding:5px 5px 5px 35px;
	text-align:left;
	font-weight:bold;
}

#lNavi a:link {
	color: #339933;
	text-decoration: none;
}

#lNavi a:visited {
	color: #339933;
	text-decoration: none;
}

#lNavi a:hover {
	color: #339933;
	text-decoration: underline;
}

#lNavi a:active {
	color: #339933;
	text-decoration: underline;
}


/*************************************/
/********** main elements **********/
/*************************************/

#main {
	float:left;
	width:100%;
	text-align:center;
	background-color: #FFFFFF;
	background-image:url(images/theme/bg_main.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#contents {
	width:960px;
	margin:0 auto;
}

#column {
	float:left;
	width:960px;
	text-align: left;
	background-color: #ffffff;
}

#leftColumn {
	float:left;
	width:960px;
	text-align:center;
	background-image:url(images/theme/bg_leftcolumn.gif);
	background-repeat:repeat-y;
	background-position:top;
}

#leftColumnM {
	float:left;
	width:960px;
	background-image:url(images/theme/bg_leftcolumn_m.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}

#rightColumn {
	float:left;
	width:960px;
	background-image:url(images/theme/bg_rightcolumn.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}

#mainColS {
	float:left;
	width:735px;
	background:#FFFFFF;
	text-align: left;
}


#centerColumn {
	float:left;
	width:960px;
	background-image:url(images/theme/bg_centercolumn.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}

#mainColSS {
	float:left;
	width:460px;
	text-align: left;
}

#colMargin {
	float:left;
}

#pageTitle {
	background: url(images/theme/title_bg.jpg) no-repeat top left;
	width: 695px;
	height: 108px;
	padding-left: 40px;
	line-height: 108px;
	color: #000;
	font-size: 24px;
	font-weight: 900;
	overflow: hidden;
}



/*************************************/
/********** bottom elements **********/
/*************************************/

#bottom {
	clear:both;
	height:100px;
	min-height:100px;
	text-align:center;
	background-image:url(images/theme/bg_bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/********** footer elements **********/

#footer {
	width:960px;
	margin:0 auto;
	color: #FFFFFF;
}


#footer p {
	text-align:right;
 	font-size:10px;
	line-height:14px;
	padding:20px 15px;
}



/*************************************/
/********** main content elements **********/
/*************************************/

.mainContSR {
	width:710px;
	margin:25px 0 25px 25px;
}

.mainContS {
	width:685px;
	margin:25px;
}

.mainCont {
	width:910px;
	margin:25px;
}

.mainContSS {
	width:460px;
	margin:25px 0;
}


.mcBox {
	float:left;
	margin-bottom:25px;
}

.sTitle {
	background-image:url(images/theme/bg_stitle.gif);
	background-repeat:repeat-x;
	background-position:top left;
	min-height:35px;
	_height:35px;
	color:#FFFFFF;
}

.sTitle p {
	background-image:url(images/theme/bg_stitle_icon.gif);
	background-repeat: no-repeat;
	background-position:0 9px;
	padding:0px 27px;
	font-weight:bold;
	font-size:14px;
	line-height: 35px;
}




.stW415 {
	width:415px;
}

.stW440 {
	width:440px;
}

.stW460 {
	width:460px;
}

.stW510 {
	width:510px;
}

.stW640 {
	width:640px;
}

.stW685 {
	width:685px;
}

.stW910 {
	width:910px;
}


.osusume {
	float:left;
	margin-top:15px;
	padding-bottom:15px;
}

.osusume img {
	float:left;
	margin-right:20px;
}

.osusume p {
	color:#339933;
	font-weight:bold;
}






/* sCol-top */
.sCol-top {
	border-top: 3px solid #ff7000;
	border-right: 3px solid #eae9e9;
	border-bottom: 3px solid #eae9e9;
	border-left: 3px solid #eae9e9;
	width: 244px;
	margin-left: 20px;
	color:#333;
}

.sCol-content-top {
	padding: 10px 20px;
}

.sCol-content-title-top {
	background: url(images/theme/bg_stitle_icon2.gif) no-repeat 0 8px;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 20px;
	font-weight:bold;
	color:#ff7000;
}





.sCol {
	background-color:#fef5e1;
	background-position:top left;
	color:#5b4b4c;
}

.scW180 {
	width: 180px;
	margin-left: 20px;
}

.scW250 {
	width: 250px;
	margin-left: 20px;
}


.scW460 {
	width:460px;
}

.sCol-content {
	padding: 10px 20px;
}

.sCol-content-title {
	background-image:url(images/theme/bg_scol.gif);
	background-repeat: repeat-x;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-weight:bold;
	color:#fff;
}




.sCol-right-area {
	padding: 10px 20px;
}



.mainContSR2 {
	width:685px;
	margin:25px 0 25px 25px;
}

.clr {
	clear:both;
}
.pagetop{
	text-align:right;
	clear: both;
}
.infotxt{
	padding:5px 15px 0 15px;
	width:300px;
}

.imgright {
	float: right;
}

.imgleft {
	float: left;
}

.small {
	font-size:10px;
	line-height:16px;
}

.normal {
}

.large {
	font-size:14px;
	line-height:20px;
}

.largest {
	font-size:16px;
	line-height:22px;
}

.maru {
	font-size:14px;
	line-height:26px;
}

.timebox{
	border-collapse:collapse;
	margin-bottom:20px;
	font-size:14px;
}

.timebox th{
	padding:7px 10px;
	background:#def6ff;
	font-weight:bold;
	width:50%;
	text-align:left;
	border:#39F 1px solid;
	vertical-align:middle;
}

.timebox td{
	padding:7px 10px;
	background:#fff;
	width:50%;
	border:#39F 1px solid;
}
.timelist {
	margin-bottom:20px;
	margin-left:20px;
}

.timelist li {
	list-style:disc;
}


.timebox2{
	border-collapse:collapse;
	margin-bottom:10px;
	font-size:14px;
}

.timebox2 th{
	padding:7px 10px;
	background:#def6ff;
	font-weight:bold;
	text-align:left;
	border:#39F 1px solid;
	vertical-align:middle;
	text-align:center;
}

.timebox2 td{
	padding:7px 10px;
	background:#fff;
	border:#39F 1px solid;
	text-align:center;
	vertical-align:middle;
}





/* top_content_area */
#main .top_content_area {
width: 400px;
background-color: #FFFFFF;
padding: 10px 20px 10px 20px;
margin-bottom: 0px;
}


/* top_news_area */
#main .top_news_area {
width: 400px;
background-color: #e9faea;
color: #5b4b4c;
padding: 5px 20px 2px 20px;
height: 135px;
overflow: auto;
text-align: center;
}
*+html #main .top_news_area {
overflow-x: hidden;
overflow-y: scroll;
}
* html #main .top_news_area {
width: 400px;
overflow-x: hidden;
overflow-y: scroll;
}



#main .top_news_table {
width: 400px;
}
* html #main .top_news_table {
width: 400px;
}

#main .top_news_table td {
border-bottom: 1px dashed #999999;
text-align: left;
vertical-align: top;
padding: 3px 0px;
}
#main .top_news_table td.no_border {
border-bottom: none;
}

* html #main .top_news_table td {
}

#main .top_news_table td.new {
width: 30px;
}
#main .top_news_table td.new img {
display: block;
vertical-align: top;
margin-top: 4px;
}

#main .top_news_table td.date {
width: 115px;
font-weight: bold;
}


#topic_path {
margin-bottom: 10px;
}
#topic_path ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#topic_path ul li {
float: left;
padding-right: 5px;
}

#topic_path ul li.news {
width: 600px;
text-align: left;
}



/*********************************/
/***** clearfix *****/
/*********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*********************************/
/***** margin_padding *****/
/*********************************/

.mt00 { margin-top: 0;}
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

.ml00 { margin-left: 0;}
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}

.mr00 { margin-right: 0;}
.mr05 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}

.pt00 { padding-top: 0;}
.pt05 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}

.pb00 { padding-bottom: 0;}
.pb05 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}

.pl00 { padding-left: 0;}
.pl05 { padding-left: 5px;}
.pl10 { padding-left: 10px;}
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl25 { padding-left: 25px;}
.pl30 { padding-left: 30px;}
.pl40 { padding-left: 40px;}

.pr00 { padding-right: 0;}
.pr05 { padding-right: 5px;}
.pr10 { padding-right: 10px;}
.pr15 { padding-right: 15px;}
.pr20 { padding-right: 20px;}
.pr25 { padding-right: 25px;}
.pr30 { padding-right: 30px;}
.pr40 { padding-right: 40px;}


/*********************************/
/***** text-align *****/
/*********************************/

.text_l {
	text-align: left;
}

.text_c {
	text-align: center;
}

.text_r {
	text-align: right;
}


/*********************************/
/***** vertical-align *****/
/*********************************/

.vertical_t {
	vertical-align: top;
}

.vertical_m {
	vertical-align: middle;
}

.vertical_b {
	vertical-align: bottom;
}




































/*************************************/
/********** from default wordpress style theme **********/
/*************************************/

/* Search Form */
#header #searchform {
	position: absolute;
	top: 46px;
	right: 354px;
	text-align: right;
	background-color: #eaf6de;
}
*+html #header #searchform {
	background: none;
}
* html #header #searchform {
	background: none;
}

#header #searchform div {
	margin: 0;
}
#header #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#header #s:focus {
	background-color: #fff;
	width: 196px;
}
#header #searchsubmit {
	display: none;
}
#header .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#header .only-search #s {
	background-color: #666;
	border-color: #000;
}
#header .only-search #s,
#header .only-search #s:focus {
	width: 85%;
}
#header .only-search #s:focus {
	background-color: #bbb;
}
#header .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#header .only-search + #access div {
	padding-right: 205px;
}





/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-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 #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}







/******************** menu-global-navigation(wordpress menu) ********************/

ul#menu-global-navigation li a {
	display: block;
	text-decoration: none;
	background: url(images/theme/gnavi_bg_off.gif) no-repeat top left;
	width: 165px;
	height: 58px;
	padding: 0px 10px 0px 40px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: 900;
}

ul#menu-global-navigation li a span {
	display: table-cell;
	width: 170px;
	height: 58px;
	text-align: left;
	vertical-align: middle;
}

/* IE 6 */
* html ul#menu-global-navigation li a {
	text-align: left;
	height: 38px;
	padding: 20px 10px 0px 40px;
}
 
/* IE 7 */
*+html ul#menu-global-navigation li a {
	text-align: left;
	height: 38px;
	padding: 20px 20px 0px 40px;
}



ul#menu-global-navigation li.current-menu-item a {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}
ul#menu-global-navigation li.current-menu-ancestor a {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}

ul#menu-global-navigation li a:link {
	background: url(images/theme/gnavi_bg_off.gif) no-repeat top left;
}
ul#menu-global-navigation li.current-menu-item a:link {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}
ul#menu-global-navigation li.current-menu-ancestor a:link {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}

ul#menu-global-navigation li a:visited {
	background: url(images/theme/gnavi_bg_off.gif) no-repeat top left;
}
ul#menu-global-navigation li.current-menu-item a:visited {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}
ul#menu-global-navigation li.current-menu-ancestor a:visited {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}

ul#menu-global-navigation li a:hover {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}
ul#menu-global-navigation li.current-menu-ancestor a:hover {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}

ul#menu-global-navigation li a:active {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}
ul#menu-global-navigation li.current-menu-ancestor a:active {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}






ul#menu-global-navigation li ul.sub-menu {
	display: none;
}
ul#menu-global-navigation li.current-menu-item ul.sub-menu {
	display: block;
}
ul#menu-global-navigation li.current-menu-ancestor ul.sub-menu {
	display: block;
}



ul#menu-global-navigation li ul.sub-menu li {
	background: url(images/theme/bg_lnavi.gif) no-repeat 20px 9px;
	background-color: #ddf7de;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px 5px 5px 40px;
	border-bottom: 1px solid #9fd9a1;
}

ul#menu-global-navigation li ul.sub-menu li a {
	display: inline;
	margin: 0px;
	padding: 0px;
	background: none;
	color: #1eaf46;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

ul#menu-global-navigation li ul.sub-menu li a span {
	display: inline;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #1eaf46;
}



ul#menu-global-navigation li ul.sub-menu li.current-menu-item {
	background-color: #c1eec3;
}


ul#menu-global-navigation li ul.sub-menu li.current-menu-item a {
	text-decoration: none;
	background-image: none;

}

ul#menu-global-navigation li ul.sub-menu li a:link {
	text-decoration: none;
	background-image: none;

}
ul#menu-global-navigation li ul.sub-menu li.current-menu-item a:link {
	text-decoration: none;
	background-image: none;

}

ul#menu-global-navigation li ul.sub-menu li a:visited {
	text-decoration: none;
	background-image: none;

}
ul#menu-global-navigation li ul.sub-menu li.current-menu-item a:visited {
	text-decoration: none;
	background-image: none;

}

ul#menu-global-navigation li ul.sub-menu li a:hover {
	text-decoration: underline;
	background-image: none;

}

ul#menu-global-navigation li ul.sub-menu li a:active {
	text-decoration: underline;
	background-image: none;

}






/* =Content
----------------------------------------------- */
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #13007d;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-title {
	clear: both;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.6em;
	padding-bottom: 10px;
}

.entry-title a:link {
	color: #ff7200;
	text-decoration: none;
}

.entry-title a:visited {
	color: #ff7200;
	text-decoration: none;
}

.entry-title a:hover {
	color: #ff7200;
	text-decoration: underline;
}

.entry-title a:active {
	color: #ff7200;
	text-decoration: underline;
}





.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content {
	padding-bottom: 20px;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content h1 {
	clear: both;
	margin-bottom:20px;
	background:url(images/theme/subtitle01.gif) no-repeat;
	height:49px;
	font-size:18px;
	line-height:49px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:35px;
	overflow: hidden;

/* another pattern

	clear: both;
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 12px 10px 12px 35px;
	background:url(images/theme/bg_stitle_icon.gif) 20px 14px no-repeat;
	background-color: #BB5726;
*/
}

.entry-content h2 {
	clear: both;
	margin-bottom:15px;
	background:url(images/theme/subtitle02.gif) no-repeat;
	height:42px;
	font-size:14px;
	line-height:42px;
	padding-left:23px;
	font-weight:bold;
	color: #00803c;
	overflow: hidden;
}

.entry-content h3 {
	clear: both;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	color: #00803c;
	padding-bottom: 5px;
	border-bottom: 2px solid #3abc77;
}

.entry-content h4 {
	clear: both;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 2px solid #3abc77;
}

.entry-content h5 {
	clear: both;
	margin-bottom:10px;
	font-weight:bold;
	color: #00803c;
	padding-left: 10px;
	border-left: 5px solid #3abc77;
}

.entry-content h6 {
	clear: both;
	margin-bottom:10px;
	font-weight:bold;
	color: #00803c;
}

.entry-content ul {
	list-style-type: disc;
	margin-left:20px;
	margin-bottom:10px;
}

.entry-content ol {
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
	margin-bottom:10px;
	background-color:#e9faea;
	padding:10px;
}
.entry-content ol li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 20px; /* Give each list item a left margin to make room for the numbers */
}
.entry-content ol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-3px;
    left:-2em;
    width:2em;
    padding:4px 0;
	color:#00803c;
    font-weight:bold;
	font-size: 1.2em;
    text-align:center;
}





.entry-content #s {
	width: 75%;
}

.comment-content p {
	margin-bottom: 10px;
}

.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}
img.size-full {
	width: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.alignleft,
.alignright,
.aligncenter {
	margin-bottom: 1.625em;
}

.alignleft {
	display: block;
	background-color: #FFFFFF;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: block;
	background-color: #FFFFFF;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	background-color: #FFFFFF;
	margin: 0px auto;
}



p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}
.wp-caption .wp-caption-text:before {
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	background: #fff;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
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-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* 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: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}



.entry-comments {
	clear: both;
}




/* comments */

/*
#comments ol.commentlist li {
	padding-bottom: 15px;
	border-bottom: dashed 1px #F90;
	margin-bottom: 20px;
}

#comments img.avatar {
	margin-right: 20px;
}

#comments .comment-content {
	padding-top: 20px;
}




#comments ul.children li {
	padding-left:20px;
	padding-top: 10px;
	background-image:url(../images/catch_bg.gif);
	background-position:0px 23px;
	background-repeat:no-repeat;
}




#comments-title {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00CCFF;
}

*/













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

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
	display: block;
}



.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -93px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}























/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


















/*************************************/
/********** contact form7 **********/
/*************************************/

input.wpcf7-submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 22px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
input.wpcf7-submit:active {
	background: #1982d1;
	color: #bfddf3;
}




/*************************************/
/********** blog **********/
/*************************************/

/* blogAreaa */
#main .blogArea {
width: 470px;
background-color: #FFFFFF;
padding: 10px 20px;
}
*+html #main .blogArea {
}
* html #main .blogArea {
width: 470px;
}

#main .blogArea .comments-link {
margin-bottom: 10px;
}




/* blogNavi */
#main .blogNavi h1 {
	background-image: url(images/theme/bg_scol.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-weight: bold;
	color: #fff;
}


#main .blogNavi ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	background-color: #fef5e1;
}
#main .blogNavi li {
	background-image: url(images/theme/blog_libg.gif);
	background-position: 7px 8px;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 18px;
	line-height: 1.2em;
}


#main .blogNavi ul li ul.children {
	margin: 0px;
	padding: 0px;
}


#nav-single {
	height: 25px;
}

#nav-single .assistive-text {
	display: none;
}


#main span.nav-previous {
	display: block;
	float: left;
}

#main span.nav-next {
	display: block;
	float: right;
}





.blogMenu ul#menu-global-navigation li.menu-item-53 a {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}

.blogMenu ul#menu-global-navigation li.menu-item-53 a:link {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}

.blogMenu ul#menu-global-navigation li.menu-item-53 a:visited {
	background: url(images/theme/gnavi_bg_on.gif) no-repeat top left;
	color: #FFFFFF;
}


.blogPageNaviTop {
	padding-bottom: 8px;
}

.blogPageNaviBottom {
	padding-bottom: 10px;
}




/*************************************/
/********** this web site page css **********/
/*************************************/


/*************************************/
/********** company elements **********/
/*************************************/

.companyT table {
	border-top:solid 1px #3abc77;
	width:100%;
	margin:10px auto 20px;
}
.companyT th {
	border-bottom:solid 1px #3abc77;
	padding:8px 20px;
	background-color:#e9faea;
	color:#00803c;
	text-align:center;
}
.companyT td {
	border-bottom:solid 1px #3abc77;
	padding:8px 20px;
	text-align:left;
}

.companyR {
	padding:10px 20px;
	margin-bottom:10px;
	color:#00803c;
	font-weight:bold;
	font-size:1.2em;
	background-color:#e9faea;
}
