html,body {
  height: 100%;
  font-size: 10pt;
  background: url('./Images/sitaji_02.png') #312cb5 repeat-x;
  padding: 0px;
  margin: 0px;
}
a { text-decoration: none; }
a img { border-width: 0; }
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover {
  text-decoration: underline;
}
a.jump img { width: 15px; height: 15px; }
b, strong { font: 600 15px arial, georgia, sans-serif; }
em { font: italic 800 15px 'Times New Roman', serif; }
code {
  font : 500 10px arial;
  color : #aaa;
}
h1,h2,h3,h4,h5,h6 {
  margin: 1em 0 0.3em 0;
  text-align:center;
}
h1 { padding: 2px 10px; font-size: 1.3em;}
h3 { font:500 16px arial;}
h4 { font:500 15px arial;}
h5 { font:600 16px "Trebuchet MS", sans-serif;}
h6 { font:500 13px "Trebuchet MS", sans-serif;}

.style1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  border: solid 1px #ffffff;
}
#header {
  padding: 0;
  margin: 0;
  height : 150px;
  width: 800px;
  background: url('./Images/header_02.jpg') no-repeat;
}
.mback {
  width: 800px;
  height: 100%;
  background: #ffffff;
}
#wrapper {
  width: 100%;
  margin: 0;
  text-align: left;
}
.outer {
  border-left: solid 200px;
  width: auto;
}
.inner {
  margin: 0;
  width: 100%;
}
#sidemenu {
  float: left;
  margin: 30px 5px 0 5px;
  position: relative;
  width: 230px;
}
#main {
  float: left;
  margin: 30px 0 0 0;
  position: relative;
  padding: 0;
}
#footer {
  padding: 0;
  margin: 0;
  height : 170px;
  width: 800px;
  background: url('./Images/footer_02.jpg') #ffffff no-repeat bottom;
}
hr.clear {
  clear: both;
  height: 1px;
  margin: -1px 0 10px 0;
  border: none;
  visibility: hidden;
}
#linkbar ul{                 /* リンクバー用 */
  text-align: center;
  margin: 10px 0 0 0;
}
#linkbar ul li{
  padding-left: 1em;
  margin-top: 0.5em;
  display: inline;
}
#linkbar ul li a {
  border: none;
}
#linkbar ul li a span {
  display: none;
}
.nav, .nav a {
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.nav a:hover {
  text-decoration: underline;
}
#login-info {                 /* ログイン情報用 */
  position: absolute; 
  top: 5px; left: 20px;
  width: 200px;
  text-align: center;
  color: rgb(81, 118, 178);
}
#login-info span {
  color: #A33131;
  font-weight: 600;
  font-size: 110%;
}
#theme-selector {             /* テーマ切り替えセレクター用 */
  position: absolute; 
  top: 130px; left:20px;
  text-align: center;
  width: 200px;
  text-align: center;
}
#pp-counter{                  /* カウンター用 */
  position: absolute; 
  top: 7px; left:25px;
  font-size : 9px;
  color: #5353A6;
  text-align: right;
}
#blog-bar{                    /* ブロッグバー用 */
  width : 180px;
  margin-top: 15px;
  text-align: center;
}
#rendering-time {             /* HTML生成時間表示用 */
  position: absolute;
  top: 5px; right: 55px;
  color: #888;
  font:500 80% georgia, serif;
}
#search-box{                  /* 検索ボックス用 */
  width: 182px;
  text-align: center;
}
#search-box form input { font-size: 85%; }
  
#search-box form #submit {
  font-size: 85%;
  background: #3E5990;
  color: #fff;
  padding: 1px 4px;
  border-style: solid;
  border-width: 1px;
  border-color :#9097A2 #283043 #283043 #9097A2;
}
#search-box form #q {
  width: 100px;
  font-size: 85%;
  border:  1px solid #9097A2;
  background: #E4EBFA;
  padding: 2px;
}
#search-box form #q:hover, #search-box form #q:focus {
  background: #fff;
}

                              /* 記事ボックススタイル */
div.article, div.article-united {
  margin: 0 0 10px 0;
  padding: 1px;
  width: 530px;
}
div.article-united {
  border: solid 1px #CBD2E1;
  background : #fbfbf9;
}
.article .titlen {
  margin: 0;
  padding: 0;
  font-size : 20px;
  font-weight: bold;
  color: #fb0601;
  text-align: left;
}
.article .tt {
  margin: 0;
  padding: 0;
  text-align: left;
}
.article-united .title {
  font : 600 16px arial, sans-serif;
  letter-spacing : 1px;
  padding-left : 6px;
  background : url(./Images/honbun_r1_c1.gif);
  text-align: left;
  border-left: 20px solid #F07A00;
  margin-left: -1px;
}
div.article .article-content a {
  text-decoration: underline;
}
div.article .article-content a:hover {
  text-decoration: none;
}
.article .date, .article-united .date{
  text-align : right;
  color: #fb0601;
  font-size: 14px;
}
.article-united .date {
  padding-right: 0px;
  margin-top: 0px;
}
.article .cat {
  font-size:10px;
  padding-left: 30px;
  color: #ff9999;
  font-weight: normal;
}
.article .cat a:hover {
  text-decoration: underline;
}
.article-united .cat {
  font:500 12px arial;
  padding: 5px 10px 2px 10px;
}
.article-content {
  margin: 15px 0 0 0;
  padding: 0;
}
div.article code, div.article-united code {
  font: 500 10px verdana,arial;
  text-align: left;
  color:#999; 
  padding-left: 7px;
}
body[id=mose] .article p.cap:first-letter {
  font-size : 180%;
  font-weight : 600;
}
.article-nav {  /* 記事ページ用 */
  text-align: center;
  width: 250px;
  margin: 2em auto;
  font-size: 90%;
}
.article-posted {
  padding-top: 8px;
  text-align: right;
  width: 440px;
  clear: both;
  font-size: 10px;
  color: rgb(81, 118, 178);
}
.article-posted a.jump img { margin-top: 1px; }
.article .article-bottom {
  margin 0;
  padding: 0;
  text-align : right;
  width: 320px;
  height: 10px;
}
.article-united .article-bottom {
  text-align : right;
}
.article-bar{
  margin: 5px;
  text-align: center;
}

                                 /* コメント表示用 */
.comment-div {
  text-align : left;
  font-size : 97%;
  line-height: 1.5;
  margin: 1.5em 1em 1em 1.5em;
}
.comment-div a{
  text-decoration: underline;
}
.comment-div h5{
  font: 500 93%/1.5 trebuchet ms, arial, ms p gothic, sans-serif;
  color: #555;
  text-align: left;
}
.comment-div h5 span.No{
  font: 600 100% arial, ms p gothic, sans-serif;
}
.comment-div .comment-body{
  padding-left: 1em;
}
.comment-cntrl {
  padding-left: 0.5em;
}
.comment-cntrl img {
  vertical-align: middle;
}
.owner-comment {
  width: 18px; height: 18px;
}
hr.dot-line {
  border-width: 0;
  border-bottom: dotted 2px #C5D7CA;
  width: 100%;
  margin: 0.7em auto 1em auto;
}
div.smiley {                          /* コメントフォーム用 */
  height: 18px;
  width: 18px;
  border: none;
  margin:3px;
  cursor:pointer;
}
img.smiley{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin:0 3px 0 0;
}
img.home-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: none;
}
textarea#c_com {
  width: 97%;
  background: #f7f7f7;
}
.createLink {
  cursor: pointer;
  font-size: 85%;
  color: navy;
}
.createLink img {
  width: 21px;
  height: 20px;
  border: 1px solid #aaa;
  vertical-align: top;
}
.comment-quoted {
  text-align: left;
  margin: 1em;
  padding: 0 .5em 0 0.5em;
  background: #fffefe;
}
.comment-quoted p#quoted-comment {
  font-size: 93%;
  margin: -1em 0 0 1.5em;
  border-left: solid 2pt #ddd;
  padding: 0 1em 0 0.5em;
}
.quote-button img { vertical-align: top; }
                                      /* 記事一覧(リスト表示用) */
div.show-list {
  width: 400px;
  margin: 3em auto;
}
div.show-list ul {
  padding-left: 2em;
}
                                      /* テキストフォーマット関連 */
div.quote, blockquote {
  border-left : 2px solid #ddd;
  border-right : 2px solid #ddd;
  background-color : #fff;
  font-size : 95%;
  padding : 5px;
  margin: 1em 2em 1em 1em;
  color : #00468c;
}
q {
  font-size : 12px;
  margin: 1em;
  color : #00468c;
}
pre{
  font     : 500 12px tahoma, monospace;
  background : #f7f7f7;
  border   : dotted 1px #808080;
  margin   : 0 1em 0 1em;
  padding  : 10px;
  color    : #555;
  overflow : auto;
  width    : 93%;
}
ul.decimal { /* 番号つきリスト */
  list-style-type: decimal;
  padding-left: 2em;
  background: #fff;
  font-size: 90%;
}
.underline {
  text-decoration: underline;
}
.google-it {
  font : 600 13px 'Times New Roman',serif;
  color : #2020ff;
  cursor : pointer;
}
dl dt {
  background: url(Images/dlmark.png) center left no-repeat;
  padding: 5px 0 0 12px;
  font-weight: 600;
}
dl dd {
  padding: 0 2em 0 1em;
  margin-bottom: 0.8em;
  line-height: 145%;
  color: #444;
}
                               /* トラックバック表示 */
dl.trackback{
  text-align:left;
  width:95%;
  margin-left:1em;
  margin-right : 1em;
  padding-left: 1em;
  border-left : dotted 3px #ddd;
  border-bottom: dotted 2px #ddd;
}
dl.trackback dt { 
  font: 600 15px georgia;
  color: #777;
  padding-left: 0.5em;
}
dt{
  font-size:13px;
  color: #333;
  padding-left:0;
}
dd{
  font-size:13px;
  margin-left:1em;
  padding:5px;
}
dd a { text-decoration: underline; }
dd.tb-footer{
  font-size:11px;
  color:#00004d;
  text-align: right;
}
hr.separator {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin :auto;
  text-align: center;
}
                                       /* カレンダー用 */
#calendar {
  width : 180px;
  margin: 0 0 0 25px;
}
table.calendar {
  width : 180px;
  border: solid 2px #000000;
}
table.calendar-line {
  width: 640px;
  border: none;
  margin: 0 auto 26px 24%;
  font-family: georgia;
}
table.calendar td{
  padding : 0px;
  text-align : center;
  background: #ffffff;
  width: 177px;
}
table.calendar a {
  text-decoration : underline;
}
table.calendar-line a {
  text-decoration : none;
  font : 500 13px georgia;
}
tr.header td {
  font-weight: bold;
}
#calendar span.prev-month {
  display: block;
  padding: 0px;
  margin: 5px 0 0 5px;
  text-indent: -10000px; /* 画像を指定したいときに */
  width: 20px; height: 16px;
  background: url('./Images/pre.jpg') no-repeat;/* 背景として画像指定 *//* 背景として画像指定 */
}
#calendar span.next-month {
  display: block;
  padding: 0px;
  margin: 5px 5px 0 2px;
  width: 19px; height: 16px;
  text-indent: -10000px;
  background: url('./Images/next.jpg') no-repeat;/* 背景として画像指定 */
}
#calendar .center {
  text-align : center;
  width: 50px;
}
#calendar .box-cap {
  margin : 0; 
  padding-top : 30px;
  width: 180px;
  color: #000000;
  background: url('./Images/Calendar.jpg') top no-repeat;
}
#calendar span.calendar-cap {
  display: block;
  margin: 7px 0 0 0;
  width: 114px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
#calendar .box-foot {
  height: 10px;
  background: #ffffff;
}
td.daySubmit a {
}
td span.Sun {
  color : rgb(255, 0, 0);
}
td span.Sat {
  color: rgb(10, 123, 225);
}
td span.Today {
}
td strong.month {
}
                                             /* フォーム関連 */
legend {
  font   : 500 13px sans-serif;
  border   : 1px solid #aaa;
  padding  : 1px;
  background: #eee;
}
textarea {
  border : 1px solid #aaa;
  font-size : 13px;
  color : #444;
  background : #fdfdff;
}
input[type=submit] {
  background : #fdfdff;
  border : 1px solid #aaa;
  font : 500 14px georgia, sans-serif;
}
input[type=checkbox] {
  border-width : 0;
}
input[type=image] {
  vertical-align: middle;
}
button , input.button, button.button {
  background : #ddd;
  border : 1px solid #aaa;
  font : 600 13px arial, 'Times New Roman', serif;
  color : #453c5b;
  cursor : pointer;
  height : 20px;
}

                        /* UL指定　デフォルトではマークなし */
ul{
  list-style: none;
  margin: 0; 
  padding: 0px;
}
ul li{
  margin-top: 0;
  padding-top: 0;
}
                                              /* サイドバー関連 */
#recently, #menu, #categories, #comments, #trackbacks, #archives, #others {
  width : 180px;
  margin: 10px 0 0 25px;
  padding:0;
}
.box-cap {
  color : #ffffff;
  width : 180px; /* width - padding */
  height: 27px;
  margin: 0;
}
#recently .box-cap {
  background: url('./Images/item.jpg') no-repeat; 
}
#categories .box-cap {
  background: url('./Images/ctg.jpg') no-repeat; 
}
span.expand-icon {                             /* # ボックス展開用 */
  display: block;
  width: 13px;
  height: 13px;
  font-size: 1px;
  margin: 2px 6px 1px 0;
  background: url(Images/expand.png) 0px 0px no-repeat; 
  float: right;
}
.box-body {
  padding-bottom: 3px;
  width : 177px;
  line-height: 20px;
  font-size: 11pt;
  background: #ffffff;
}
.box-foot {
  text-align : center;
  width : 179px;
  height : 2px;
  margin-top: 0; padding-top: 0;
  background: #ffffff;
}
ul.menu-sidebar {                            /* # メニュー用 */
  margin: 0;
  text-align: center;
  list-style: none;
}
ul.category-sidebar {                        /* # カテゴリー表示 */
  text-align: left;
  margin-left: 10px;
  font-size:12px;
}
ul.category-sidebar li.main-category {
  padding : 0px 0px 2px 20px;
}
ul.category-sidebar li.sub-category {
  padding : 0px 0px 2px 50px;
}
          /* # 最近のエントリー・コメント・トラックバック用スタイル */

ul.recently-sidebar, ul.comment-sidebar, ul.trackback-sidebar { 
  margin-top:0px;
  font-size:12px;
}
ul.recently-sidebar li, ul.comment-sidebar li, ul.trackback-sidebar li {
  margin-left: 2px;
  padding: 3px 0px 2px 6px;
}
ul.comment-sidebar ul li.nest1, ul.trackback-sidebar ul li.nest1 {
  margin-top: 6px;
  margin-left: 2px;
  padding : 0px 0px 2px 6px;
}
ul.comment-sidebar ul li.nest2, ul.trackback-sidebar ul li.nest2{
  margin-left: 27px;
  margin-top: 0;
  background: url(Images/nest2.png) 0px 1px no-repeat;
}
ul.comment-sidebar ul li.show-all-comments {
  background: none;
}
ul.comment-sidebar ul li.show-all-comments a {
  color:#9192C5; padding-bottom:5px; font-size: 85%;
}
ul.comment-sidebar ul li.show-all-comments a:before {
  content: " ↓ ";
}
ul.archives-sidebar li {                      /* サイドのアーカイブ一覧 */
  padding-right: 40px;
  text-align: right;
}
ul.others-sidebar {
  padding-top: 2px;
}
ul.others-sidebar li {
  text-align: center;
}
                                               /* カテゴリー一覧表示用 */
ul.category-list {
  margin-left: 6px;
}
ul.category-list ul li{
  margin-left: 6px;
}
ul.category-list li {
  margin-top: 10px;
}
.category-nav {
  margin-top: 1.5em;
}
                                               /* アーカイブ一覧表示用 */
div.archives-list {
  width: 180px;
  padding-left: 1em;
  margin: auto;
}
div.archives-list ul {
  list-style: url(Images/folder.png) inside square;
  margin-left: 2em;
}
div.archives-list h3 {
  margin: 2em auto;
}
                                                /* 詳細検索用 */
.search-form {
  background: #fafcfb url(../../Images/search-bg.jpg) top right no-repeat;
  border: 1px solid #aaa;
  width:450px;
  margin: 3em auto auto auto;
  padding: 1em;
}

.search-form ul { list-style: square; margin-left:30px;}
.search-result {
  margin: 1em;
  padding: 1em;
  border: dashed 2px #eee;
}
.search-result dt {
  margin-top: 0.7em;
}
                                            /* 写真・ドロップシャドウ設定 */
p.photo-shadow {
  padding: 0;
  float:left;
  margin: 0 2px 2px 3px;
}
p.photo-noshadow {
  padding: 0;
  float:left;
  margin: 0 2px 2px 3px;
}
p.photo-shadow img, p.photo-noshadow img {
  display: block;
  position: relative;
  /* Margin is for SHADOW:
   Top and Left stand for offset
   Right, Bottom for width of shadow
  */
  margin: 0 3px 3px -3px;
  /* Padding is for border of photo */
  padding: 0 3px 3px 3px;
  border: 3px solid #000000;
  background-color: #fff;
}
p.photo-shadow img.borderless, p.photo-noshadow img.borderless{
  padding: 0;
}
.photo-caption {
  margin: 0px 10px 20px 20px;
  text-align: left;
  font-size: 10px;
  color: #CCCCCC;
  clear: both;
}
.al-left { float: left; }
.al-right { float: right; }
.al-center { margin: auto;}

                                                   /* 画像ギャラリー用 */
.gallery {
  margin: 30px auto 30px auto;
  background: url(Images/parthenon2.png) right bottom no-repeat;
}
.gallery table { margin: auto;  width: auto;}
.gallery table tr td {
  text-align : center;
  vertical-align : middle;
  width: 120px;  height: 150px;
  padding: 5px;
  margin-bottom: 10px;
}
.gallery p.photo-shadow {
  margin: auto;
}
.gallery p.entry {
  color: #555;
  text-align: center;
  clear: left;
  font : 600 14px georgia, times new roman, serif;
}
* html .gallery p.entry {
  margin-top: -3px;
}
.gallery h4 { text-align: center;}
.gallery h4 a {
  text-decoration: underline;
  font-size: 130%;
}
                                                 /* amazonアソシエイト用 */
.amazon-box{
  width: 350px;
  margin-left: 2em;
}
.amazon-box img.photo{
  float: left;
  margin-right: .8em;
  min-width: 80px;
  min-height: 80px;
}
.amazon-box .amazon-info {
  font-size: 80%;
  padding: .7em;
  margin-top: -.5em;
}
.amazon-box .amazon-info span{
  color: #7F81DD;
}
                                  /* その他クラス指定 */
.hidden{display:none;}
.holiday{
  color: #FF00FF;
  font-size: 9px;
  font-weight: 500;
}
.micro-banner {
  width : 80px;
  height : 15px;
  margin : 0;
}
.arial {
  font : 600 13px Arial, sans-serif;
  text-decoration : none;
  letter-spacing: 0;
}
.georgia {
  font : 500 12px Georgia, serif;
}
.alert {
  color : #dc2360;
  text-align: center;
}
.comment {
  margin-top : 0.5em;
  margin-left : 50px;
  line-height : 140%;
}
.right {
  text-align : right;
  margin : 5px 5px 3px 0;
}
.left {
  text-align : left;
  margin : 5px 5px 3px 0;
}
.center {
  text-align : center;
  width : 100%;
}
.tips {
  font-size : 12px;
  color : #453c5b;
}
td.lt {
  text-align : left;
}
.help {
  font-size :10pt;
  color : #1c0479;
}
.referrer{
  font    : 500 12px arial;
  margin  : 30px auto 30px auto;
  padding-left: 5em;
  color   : #998EA4;
}
