@charset "UTF-8";

/* data:2006.09.20 */

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

/* basic elements */

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

body {
margin: 0;
padding: 0;
font-family: verdana, 'trebuchet ms', sans-serif;
font-size: 16px;
line-height: 1.8;
}

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

/* 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: 1px 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, #beta, #gamma, #delta, #footer
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
position: static;
}


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

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

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

.entry-content,
.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;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
clear: both;
margin: 5px 10px 20px 10px;
}

.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-content {
position: relative;
margin: 5px 10px 20px 10px;
}

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

.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: #36414d; 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,
.archive-header {
/* ie win (5, 5.5, 6) bugfix */
p\osition: relative;
width: 100%;
w\idth: auto;

margin: 0;
border-left: 5px solid #36414d;
padding: 5px;
color: #fff;
background: #a3b8cc;
font-size: 11px;
font-weight: bold;
line-height: 1;
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
.archive-header a,
.archive-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://line23.com/linkfile/format/body.gif);/* 背景 */
}

#container {
width: 780px;
margin-bottom: 20px;
background: #fff;
}

#container-inner {
margin: 0;
}

/* banner */

#banner {
margin: 0;
height: 180px;
background: url(http://line23.com/linkfile/format/banner.gif);
}

#banner-inner {
padding: 2px 10px 10px 20px;
}

.banner-user {
margin: 0;
}

.banner-user-photo {
margin: 0;
}

#banner-top {
margin: 6px 0 0 0;
color: #fff;
font-size: 10px;
font-weight: bold;
}

#banner-top a:link,
#banner-top a:visited,
#banner-top a:hover,
#banner-top a:active {
color: #666699;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}


#banner-header {
margin: 0;
color: #fff;
font-size: 20px;
display: none;
}

#banner-header a:link,
#banner-header a:visited,
#banner-header a:hover,
#banner-header a:active {
color: #fff;
text-decoration: none;
}

#banner-description {
margin: 70px 0 0 0;
color: #9999CC;
font-size: 12px;
font-weight: bold;
}

#banner-description a:link,
#banner-description a:visited,
#banner-description a:hover,
#banner-description a:active {
color: #9999CC;
text-decoration: none;
}


#navi {
margin: 10px 0 0 0;
color: #336699;
font-size: 12px;
font-weight: bold;
}

#navi a:link,
#navi a:visited,
#navi a:hover,
#navi a:active {
color: #336699;
text-decoration: none;
}


/* one-column */
.layout-one-column body { min-width: 780px; }
.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 #pagebody {
width: 780px;
background: #fff url(http://line23.com/linkfile/format/two-column.gif);
}

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

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

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

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

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

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


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

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


.layout-three-column #pagebody {
width: 780px;
background: #fff url(http://line23.com/linkfile/format/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;
text-align: center;
}

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

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

/* navber */
#navber {
width: 780px;
background: #fff url(http://line23.com/linkfile/format/navber.gif);
}

#navber-inner {
padding: 8px 8px 4px 20px;
text-align: left;
font-size: 12px;
color: #333;
}

#navber-inner a:link,
#navber-inner a:visited {
color: #333;
text-decoration: none;
}

#navber-inner a:hover,
#navber-inner a:active {
color: #fff;
text-decoration: none;
}

/* footer */
#footer {
width: 780px;
background: #fff url(http://line23.com/linkfile/format/footer.gif);
}

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

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


/* globalnavi */
#globalnavi {
margin: 0;
padding: 0;
background: url(http://line23.com/linkfile/format/utility_foot.gif) bottom repeat-x;
}

.category-title {
margin: 0 0 2px 0;
color: #999999;
font-size: 12px;
font-weight: bold;
}

.category-title a:link,
.category-title a:visited,
.category-title a:hover,
.category-title a:active {
margin: 0 0 2px 0;
color: #999999;
font-size: 12px;
font-weight: bold;
}

.category-title2 {
margin: 0 0 0 6px;
color: #666699;
}

.category-title2 a:link,
.category-title2 a:hover,
.category-title2 a:active,
.category-title2 a:visited {
color: #666699;
text-decoration: underline;
}

#globalnavi ul {
margin: 0;
padding: 0;
}


#globalnavi ul li.here {
margin: 0 0 5px 0;
padding: 5px 0 2px 22px;
list-style-type: none;
background: url(http://line23.com/linkfile/format/bottan.gif) no-repeat;
border: 1px solid #bdbfd9;
}

#globalnavi ul li.here ul {
margin: 0;
border-top: none;
}

#globalnavi ul li.here ul li {
margin: 0;
line-height: normal;
background: #99CCCC none;
border-top: 1px solid #dedfec;
border-bottom: none;
}

#globalnavi ul li a {
padding: 0;
background: url(http://line23.com/linkfile/format/list_link.gif) no-repeat;
}

#globalnavi ul li a:hover,
#globalnavi ul li.here ul li a:hover {
text-decoration: none;
}

#globalnavi ul li.here a:link,
#globalnavi ul li.here a:active,
#globalnavi ul li.here a:visited {
color: #FFFFFF;
text-decoration: none;
}

#globalnavi ul li.here a:hover {
color: #99CCCC;
text-decoration: underline;
}

/* main*/

.tit_category {
width: 520px;
margin: 0 0 0 0;
padding: 3px 3px 1px 3px;
background-color: #99CCCC;
color: #fff;
font-size: 12px;
background-image: url(http://line23.com/linkfile/format/point_main.gif);
background-repeat: no-repeat;
}

.tit_subcategory {
margin: 2px 0 0 0;
width: 520px;
color: #000;
font-size: 14px;
line-height: 22px;
}

.categorytitle {
margin: 0;
padding: 20px 0 0 0;
width: 540px;
height: 76px;
font-size: 14px;
font-weight: bold;
color: #333;
background-image: url(http://line23.com/linkfile/format/sub-main.gif);
background-repeat: no-repeat;
}

/* item style */

.inner-header {
margin: 0;
padding: 8px 0px 0px 10px;
font-weight: bold;
text-align: center;
}

.inner-header a:link {
color: #fff;
text-decoration: none;
font-weight: bold;
}

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

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

.inner-header2 {
margin: 12px 0 0 0;
font-size: 14px;
font-weight: bold;
text-align: center;
}

.inner-header2 a:link {
color: #000;
text-decoration: none;
font-weight: bold;
}

.inner-header2 a:visited {
color: #000;
text-decoration: none;
}

.inner-header2 a:hover {
color: #000;
text-decoration: underline;
}

.item-container {
margin: 0;
background: #fff url(http://line23.com/linkfile/format/entry_bg.gif) repeat-y;
text-align: center;
}

.item-container2 {
margin: 0;
background: #fff url(http://line23.com/linkfile/format/entry_bg2.gif) repeat-y;
text-align: center;
}

.item-container-inner{
margin: 0;
padding: 0px 0px 0px 30px;
width: 476px;
}

.item-container-inner{
margin: 0;
padding: 0px 0px 0px 6px;
width: 476px;
line-height: 1.5;
text-align: center;
}

.item-container .entry-title {
margin: 0;
padding: 8px 0px 8px 0px;
font-weight: bold;
color: #006699;
font-size: 14px;
}

.entry-magin {
margin: 0;
padding: 8px 0px 8px 0px;
text-align: left;
}

/* entry style */

.entry-title-header{
margin: 0;
padding: 2px 0 2px 0;
font-size: 16px;
height: 30px;
background: url(http://line23.com/linkfile/format/entry_header.gif) no-repeat;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
clear: both;
margin: 0 0 30px 0;
height: 15px;
background: #fff url(http://line23.com/linkfile/format/entry_footer.gif) no-repeat;
}

.entry-desc-title {
}

.entry-desc {
padding: 18px 0 15px 0;
text-align: left;
}

.entry-desc2 {
padding: 12px 0 15px 0;
text-align: left;
color: #FF0000;
}

.categoryinfo-title1 {
font-weight: bold;
color: #3366CC;
margin: 10px 0 0 8px;
padding: 5px 0 0 38px;
text-align: left;
background: url(http://line23.com/linkfile/format/bar_001.gif) no-repeat;
height: 24px;
font-size: 12px;
}

.entryinfo-title1 {
font-weight: bold;
color: #3366CC;
margin: 0 0 0 6px;
padding: 2px 0 0 6px;
text-align: left;
background: url(http://line23.com/linkfile/format/entry_title1.gif) no-repeat;
height: 24px;
font-size: 16px;
}

.entryinfo-title1 a:link,
.entryinfo-title1 a:hover,
.entryinfo-title1 a:active,
.entryinfo-title1 a:visited {
font-weight: bold;
color: #3366CC;
text-decoration: none;
}

.entryinfo-desc1 {
margin-left: 8px;
margin-bottom: 0px;
text-align: left;
}

.entryinfo-desc2 {
margin-left: 30px;
margin-bottom: 0px;
text-align: left;
}

.category-next {
margin: 8px 0 0 0;
text-align: left;
margin-left: 13px;
}

.category-next,
.category-next a:link,
.category-next a:hover,
.category-next a:active,
.category-next a:visited {
color: #996699;
}

.navi-link,
.navi-link a:link,
.navi-link a:hover,
.navi-link a:active,
.navi-link a:visited {
text-align: left;
line-height: 18px;
}

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

.fs1 {
font-size:10px;
color:#ff0000;
}

.fs1 a:link,
.fs1 a:hover,
.fs1 a:active,
.fs1 a:visited {
color: #000;
font-size:10px;
text-decoration: underline;
}

.fs2 {
font-size:10px;
color:#000;
}

.item-photo {
margin: 8px 0 0 0;
}

.item-name {
margin: 8px 0 0 0;
}

.item-desc {
font-size: 0.001em;
}

/* .td {
color: #666666;
font-size:10px;
} */

/* ads */

.ads-box {
margin: 0;
padding: 12px 0 12px 20px;
clear: both;
}

/* .ads-box {
margin: 0 0 0 0;
padding: 0;
clear: both;
} */

/* .ads-category {
margin: 0 0 8px 0;
} */

.ads-category {
margin: 12px 0 8px 24px;
padding: 0;
}

.ads-entry-top {
margin: 0;
padding: 12px 0 6px 0;
}

.ads-entry-footer {
margin: 0;
padding: 12px 0 6px 0;
text-align: left;
}

/* top */

.top-fs {
margin: 0;
padding: 8px 14px 8px 20px;
}

/* all */
.font {
display: none;
}

/* PR style */

.spr {
margin: 0;
padding: 4px 0 3px 38px;
font-size: 12px;
color: #666;
background: url(http://119-119.com/bnr/prfff.gif) 3px 3px no-repeat;
}

.spr a,
.spr a:link,
.spr a:visited {
color: #fff;
text-decoration: none;
}

.spr a:hover,
.spr a:active {
color: #fff;
text-decoration: none;
}

.spr2 {
margin: 0;
padding: 4px 0 3px 38px;
font-size: 12px;
color: #666;
background: url(http://119-119.com/bnr/pr666.gif) 3px 3px no-repeat;
}

.spr2 a,
.spr2 a:link,
.spr2 a:visited {
color: #666;
text-decoration: none;
}

.spr2 a:hover,
.spr2 a:active {
color: #666;
text-decoration: none;
}

/* peace-pr */

.primg {
margin: 0 0 0 24px;
width: 34px;
height:20px;
background: url(http://www.119-119.com/format/images/pr.gif) 2px 2px no-repeat;
float: left;
display: inline;
}

.prlink {
display: inline;
float: left;
color: #666;
}

.prlink a,
.prlink a:link,
.prlink a:visited,
.prlink a:hover,
.prlink a:active {
color: #666;
text-decoration: none;
}