@charset "utf-8";

/* data:2006.03.22 */

/* Base Weblog (base-weblog.css) */

table{
margin-left: 0 !important;
}

.map{
line-height: 1;
font-size: 10px;
}
.map a{
font-size: 10px;
color: #013300;
text-decoration: none;
}
.map a:hover{
color: #D22351;
text-decoration: underline;
}

#entry-com-box ul {m
width: 360px;
}
#entry-com-box li {
margin: 5px 0 5px 15px;
list-style: square outside !important;
}
.item-photo {
margin-top: 5px;
margin-bottom: 0;
}
.item-photo-s {
margin-top: 3px;
margin-bottom: 0;
}

.item-photo img {
width: 175px;
}
.item-photo-s img {
width: 100px;
}

/** エントリー右並び **/
#entry-2,
#entry-8,
#entry-13,
#entry-18,
#entry-19,
#entry-21,
#entry-24,
#entry-26,
#entry-31,
#entry-34,
#entry-38,
#entry-39,
#entry-42
{
width: 330px;
margin-left: 160px;
}
#entry-1 .entry-footer,
#entry-2 .entry-footer,
#entry-8 .entry-footer,
#entry-13 .entry-footer,
#entry-14 .entry-footer,
#entry-15 .entry-footer,
#entry-18 .entry-footer,
#entry-19 .entry-footer,
#entry-21 .entry-footer,
#entry-24 .entry-footer,
#entry-27 .entry-footer,
#entry-31 .entry-footer,
#entry-32 .entry-footer,
#entry-34 .entry-footer,
#entry-37 .entry-footer,
#entry-38 .entry-footer,
#entry-39 .entry-footer,
#entry-41 .entry-footer,
#entry-91 .entry-footer
{
text-align: right;
margin-left: 40px;
width: 250px;
}

/** エントリー中央並び **/
#entry-5,
#entry-10,
#entry-11,
#entry-12,
#entry-20,
#entry-23,
#entry-25,
#entry-28,
#entry-30,
#entry-31,
#entry-33,
#entry-35,
#entry-36,
#entry-40,
#entry-86,
#entry-87,
#entry-89,
#entry-90,
#entry-92,
#entry-240
{
width: 330px;
margin-left: 80px;
}
#entry-5 .entry-footer,
#entry-10 .entry-footer,
#entry-11 .entry-footer,
#entry-12 .entry-footer,
#entry-20 .entry-footer,
#entry-22 .entry-footer,
#entry-23 .entry-footer,
#entry-25 .entry-footer,
#entry-28 .entry-footer,
#entry-29 .entry-footer,
#entry-30 .entry-footer,
#entry-31 .entry-footer,
#entry-33 .entry-footer,
#entry-35 .entry-footer,
#entry-36 .entry-footer,
#entry-40 .entry-footer,
#entry-86 .entry-footer,
#entry-87 .entry-footer,
#entry-89 .entry-footer,
#entry-90 .entry-footer,
#entry-92 .entry-footer,
#entry-240 .entry-footer
{
text-align: right;
margin-left: 40px;
width: 250px;
}
/** エントリー中央 end **/



/* basic elements */

html {
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
}

body {
margin: 0;
/* setting border: 0 hoses ie5 win window inner well border */
padding: 0;
font-family: verdana, 'trebuchet ms', sans-serif;
font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
margin: 0;
}

table {
margin: 0 0 8px 0;
}

/* yomi style */
#small{
font-size:10pt;
}
#mid{
font-size:11pt;
}
tr,td{
font-size:11pt; color:#737373;
}
/* ^Cgo[ */
#title-bar{
background-color:#A3B8CC;
color:#fff;
font-size:13pt;
} 

/* standard helper classes */
.clr {
clear: both;
overflow: hidden;
width: 1px;
height: 1px;
margin: 0 -1px -1px 0;
border: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center;} /* center on ie */

#container {
position: relative;
margin: 0 auto;
width: 780px;
text-align: left;
border: 0px solid #333333;
}

#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #delta, #footer
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}
#beta
{
display: block; /* ie win bugfix */
position: relative;
float: right;
min-height: 1px;
}


#gamma {
float: right;
display: inline; /* ie win bugfix */
position: relative;
min-height: 1px;
}

#alpha-inner, #gamma-inner, #delta-inner
{
position: static;
}
#beta-inner{
margin-top: 5px;
}

/* banner user/photo */
.banner-user {
float: left;
overflow: hidden;
width: 64px;
margin: 0 15px 0 0;
border: 0;
padding: 0;
text-align: center;
}

.banner-user-photo {
display: block;
margin: 0 0 2px 0;
border: 0;
padding: 0;
background-position: center center;
background-repeat: no-repeat;
text-decoration: none !important;
}

.banner-user-photo img {
width: 64px;
height: auto;
margin: 0;
border: 0;
padding: 0;
}


/* content */
.content-nav {
margin: 10px;
text-align: center;
}
.entry{
line-height: 1.3;
margin: 0;
padding: 0;
}
.entry-content{

margin-right: 25px;
margin-left: 10px;
padding-top: 0px;
padding-bottom: 0;
margin-bottom: 0;
}
.category-header{
color: #013300;
width: 255px;
font-size: 20px;
font-weight: bold;
margin: 10px 0 0 0;
padding: 22px 0 30px 63px;
text-decoration: underline;
background: url(http://www.hea-ling.com/linkfile/india.gif) left top no-repeat;
}

.entry-header {
font-size: 19px;
font-weight: bold;
margin-bottom: 5px;
padding-bottom: 0px;
border-bottom: 1px dotted #ccc;
}
.archive-header {
width: 275px;
font-size: 16px !important;
font-weight: bold;
margin-bottom: 5px;
padding-left: 8px;
padding-bottom: 0px;
border-left: 6px solid #E6EFEF;
border-bottom: 1px dotted #ccc;
}

.date-header,
.entry-content {
position: static;
clear: both;
}


.entry-desc {
padding: 18px 0 15px 0;
}
#entry-fs-desc,
#entry-fs-desc2,
#entry-fs-desc3,
#entry-fs-desc4,
#entry-fs-desc5,
#entry-fs-desc6,
#entry-fs-desc7,
#entry-fs-desc8
 {
width: 250px;
margin-left: 0px;
margin-right: 0px;
margin-right: 10px;
}

#entry-fs-tit2,
#entry-fs-tit3,
#entry-fs-tit4,
#entry-fs-tit5,
#entry-fs-tit6
{
font-size: 14px;
padding-top: 12px;
padding-bottom: 1px;
margin-bottom: 2px;
font-weight: bold;
border-bottom: 1px dotted #bbb;
width: 210px;
}
.title {
}
.title1,
.title2,
.title3,
.title4,
.title5,
.title6,
.title7,
.title8,
.title9
{
padding-top: 5px;
}
.desc1,
.desc2,
.desc3,
.desc4,
.desc5,
.desc6,
.desc7,
.desc8,
.desc9
{
margin-left: 12px;
padding-bottom: 0px;
}
.item-photo{
padding-top: 10px;
padding-left: 12px;
}

.entry,
.trackbacks,
.comments,
.archive {
position: static;
overflow: hidden;
clear: both;
width: 100%;
margin-bottom: 20px;
}


.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
clear: both;
margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
clear: both;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
clear: both;
margin: 0px 15px 30px 10px;
width: 380px;
height: 32px;
background: #fff url(http://www.hea-ling.com/linkfile/entry_r5_c1.gif);
}

.entry-footer{
font-size: 10px !important;
margin-right: 60px;
paddign-bottom: 0px !important;
margin-bottom: 5px;
}
.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
width: 240px;
}

#comment-bake-cookie {
margin-left: 0;
vertical-align: middle;
}

#comment-post {
font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
float: left;
width: 115px;
margin: 0 10px 10px 0;
}

.image-thumbnail img {
width: 115px;
height: 115px;
margin: 0 0 2px 0;
}


/* modules */
.module {
position: relative;
overflow: hidden;
width: 100%;
}
.module a{
text-decoration: none;
}
.module a:hover{
text-decoration: underline;
background: url(http://www.hea-ling.com/linkfile/hover.gif) 0px 0px no-repeat !important;
}

.module-content {
position: relative;
margin: 5px 2px 20px 25px;
line-height: 1.3;
}

.module-content a{
text-decoration: none;
padding: 0 0 0 13px;
text-indent: -13px;
}
.module-content a:hover{
text-decoration: underline;
padding: 0 0 0 13px;
text-indent: -13px;
}

.module-list,
.archive-list {
margin: 0;
padding: 0;
list-style: none;
}

.module-list-item {
margin-top: 5px;
margin-bottom: 5px;
}

#beta .module-list,
#beta .archive-list {
color: #333333;
margin: 0;
padding: 0;
list-style: disc;
line-height: 1;
marker-offset: 0;
}
#beta .module-list a,
#beta .archive-list a {
color: #333333;
}
#beta .module-list a:hover,
#beta .archive-list a:hover {
color: #A3B8CC;
}

#beta .module-list-item {
margin-top: 5px;
margin-bottom: 5px;
}
.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
width: 14%;
text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
display: block;
clear: both;
margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
float: left;
min-width: 60px;
width: 60px;
/* no ie mac \*/width: auto;/* */
margin: 0 5px 0 0;
text-align: center;
vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
margin: 0;
padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
display: block;
height: 1%;
margin: 0;
border: 0;
padding: 0;
list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
display: block;
float: left;
/* ie win fix \*/ height: 1%; /**/
margin: 0;
border: 0;
padding: 0;
}

.module-recent-photos .module-list-item a {
display: block;
margin: 0;
border: 0;
padding: 0;
}

.module-recent-photos .module-list-item img {
width: 60px;
height: 60px;
margin: 0;
padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
width: 14%;
height: 75px;
text-align: left;
vertical-align: top;
}

.day-photo {
width: 54px;
height: 54px;
}

.day-photo a {
display: block;
}

.day-photo a img {
width: 50px;
height: 50px;
}


/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body {
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
font-size: 12px;
}

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

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6 {
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header
{
/* ie win (5, 5.5, 6) bugfix */
p\osition: relative;
width: 100%;
w\idth: auto;
margin: 0;
padding: 6px 0 11px 11px;
color: #fff;
background: url(http://www.hea-ling.com/linkfile/menubar.gif) no-repeat;
font-size: 10px !important;
font-weight: bold;
line-height: 1.3;
text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
{
color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */
body {
min-width: 780px;
color: #333;
background: url(http://www.hea-ling.com/linkfile/bgbar.jpg);/* wi */
background-repeat: repeat-x;
}

#container {
width: 780px;
margin-bottom: 0px;
border-top: 1px solid #ccc;
border-bottom: 3px solid #ccc;
background: #fff url(http://www.hea-ling.com/linkfile/banner.jpg);
background-repeat:no-repeat;
}

#container-inner {
margin: 0;
}



#banner {
margin: 0 0 0 0;
background: url(http://www.hea-ling.com/linkfile/healingheader.jpg);
height: 220px;
}

#banner-inner {
padding: 0;
}

#banner-top {
margin: 0 0 0 0;
color: #fff;
font-size: 12px;
font-weight: bold;
}
#banner-top a:hover,
#banner-top a:active {
color: #fff;
text-decoration: none;
}

#banner-header {
padding: 47px 0 0 0;
margin: 0 0 0 30px;
color: #3A5763;
font-size: 12px;
font-weight: bold;
}
#banner-header a:link,
#banner-header a:visited,
#banner-header a:active
{
color: #ccc;
font-size: 12px;
font-weight: bold;
}
#banner-header a:hover
{
color: #fff;
font-size: 12px;
font-weight: bold;
}

#banner-description {
padding: 95px 0 0 0;
margin: 0 0 0 400px;
}

/* one-column */
.layout-one-column body { min-width: 780px; }
.layout-one-column #container-border {
width: 820px;
background: url(http://www.hea-ling.com/linkfile/1_c_border.gif);
}

.layout-one-column #container { width: 780px; }
.layout-one-column #banner { width: 780px; } /* necessary for ie win */
.layout-one-column #pagebody {
position: static;
width: 780px;
background: #fff;
}

.layout-one-column #main {
margin: 0;
width: 780px;
background: none;
}

.layout-one-column #main-inner {
padding: 10px 10px 10px 10px;
text-align: center;
}

.layout-one-column #alpha {
margin: 0;
width: 780px;
background: none;
}

.layout-one-column #alpha-inner {
padding: 10px 10px 10px 10px;
text-align: left;
}


/* two-column */

.layout-two-column {
background: url(http://www.hea-ling.com/linkfile/dottedbg.gif);
/* width: 820px;
background: url(http://www.hea-ling.com/linkfile/2_c_border.gif); */
}


.layout-two-column #container {
border: 0px solid #ccc;
}
.layout-two-column #pagebody {
width: 780px;
background: #fff url(http://www.hea-ling.com/linkfile/two-column.gif);
}

.layout-two-column #alpha {
margin: 0;
width: 200px;
background: none;
}

.layout-two-column #alpha-inner {
padding: 10px 12px 10px 13px;
text-align: left;
}

.layout-two-column #beta {
margin: 0;
width: 540px;
background: none;
}

.layout-two-column #beta-inner {
padding: 0px 0px 0px 15px;
text-align: left;
line-height: 1.5;
}

.layout-two-column #gamma {
margin: 0;
width: 780px;
background: none;
}

.layout-two-column #gamma-inner {
padding: 10px 10px 10px 10px;
text-align: center;
}


.module-sitemap module {}


/* three-column */
.layout-three-column #container-border {
width: 820px;
position: relative;
margin: 0 auto;
background: url(http://www.hea-ling.com/linkfile/3_c_border.gif);
}

.layout-three-column #pagebody {
width: 780px;
background: #fff url(http://www.hea-ling.com/linkfile/three-column.gif);
}

.layout-three-column #alpha {
margin: 0;
width: 180px;
background: none;
}

.layout-three-column #alpha-inner {
padding: 10px 10px 10px 10px;
}

.layout-three-column #beta {
margin: 0;
width: 420px;
background: none;
}

.layout-three-column #beta-inner {
padding: 10px 10px 10px 10px;
}

.layout-three-column #gamma {
margin: 0;
width: 180px;
background: none;
}

.layout-three-column #gamma-inner {
padding: 10px 10px 10px 10px;
}

/* footer */
#footer {
width: 780px;
background: url(http://www.hea-ling.com/linkfile/footer.jpg);
border-top: 0px solid #ccc;
border-bottom: 0px;
margin-bottom: 0px;
}

#footer-inner {
padding: 12px 8px 8px 8px;
text-align: center;
font-size: 12px;
color: #666;
}

#footer-inner a:link,
#footer-inner a:visited {
color: #666;
text-decoration: none;
}

#footer-inner a:hover,
#footer-inner a:active {
color: #666;
text-decoration: none;
}

.ads1{
margin: 0 0 0 34px;
}
.inner-header{
width: 290px;
margin: 0 0 0 40px;
font-size: 12px;
padding: 8px 0px 0px 0px;
font-weight: bold;
}
.inner-header a:link{
font-size: 12px;
color: #c0c0c0;
text-decoration: none;
font-weight: bold;
}

.inner-header a:visited{
color: #c0c0c0;
text-decoration: none;
}

.inner-header a:hover{
color: #c0c0c0;
text-decoration: underline;
}

.profile {
color: #bbb;
padding: 20px 0 0 0;
width: 290px;
height: 200px;
background: url(http://www.hea-ling.com/linkfile/water.jpg) center top no-repeat;
margin: 0 0 0 58px;
}
.profile a,
.profile a:visited,
.profile a:hover
{
color: #bbb !important;
text-decoration: none;
}
#blog-description{
padding: 0px 0 0 30px;
font-size: 10px;
color: #CCCCCC;
}
