@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	background-color: #F5F0EC;
	background-image: url(../images/bak_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: underline;
	color: #3366CC;
}
a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-image: url(images/bak_head.jpg);
	background-position: center center;
	height: 350px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}.oneColFixCtrHdr  #menubar {
	background-image: url(../images/Bak_menu.jpg);
	height: 50px;
	background-repeat: repeat-x;
	width: 870px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul#menu
{
	margin:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	padding: 0;
	background-color: transparent;
}

ul#menu li
{
	display:block;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
	
ul#menu li a:hover
{
	color:#FFFFFF;
	height:22px;
	background-color: transparent;
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
	background-color: transparent;
}

div#contentbox {
}
div#box-a,
div#box-b,
div#box-f,
div#box-g{
	width:430px;
	height:300px;
	color:#333333;
	font-size:90%;
	padding: 10px;
	margin: 0px;
	float: left;
	}
div#box-c{
	float:left;
	width:880px;
	height:150px;
	color:#fff;
	font-size:150%;
	font-weight:bold;
	padding: 10px;
	background-image: url(images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
div#box-d,
div#box-e{
	float:left;
	width:430px;
	height:320px;
	padding: 10px;
	}
div#box-a {
	text-align: left;
	margin-top: 15px;
	}
div#box-b {
	margin-top: 15px;
}
div#box-c{
	}
div#box-d{
	}
div#box-e{
	background-image: url(images/bak_palfam.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
div#box-f{
	}
div#box-g{
	}
p.clear{
	clear:both;
}                    
                    
.oneColFixCtrHdr #headerpages {
	padding: 0;
	height: 150px;
}
div#box-a_pages {
	width:220px;
	color:#333333;
	font-size:90%;
	padding: 10px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
div#box-b_pages {
	width:580px;
	height:300px;
	color:#333333;
	font-size:90%;
	padding: 10px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}
/* Page Structure
----------------------------------------------- */
#wrap {
	padding:0;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 900px;
  }
#wrap2 {
  }
#wrap3 {
  }
#wrap4 {
	padding:0px;
	width:100%;
	width/* */:/**/auto;
	width: /**/auto;
  }
@media all {
  #content {
	padding:0 30px 50px;
	width:100%;
	width/* */:/**/auto;
	width: /**/auto;
    }
  html>body #content {
    }
  #main {
	width:580px;
	float:right;
	padding: 10px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
    }
  #main2 {
    margin:0;
    padding:0;
    }
  #sidebar {
	width:220px;
	float:left;
	padding: 10px;
	margin-top: 15px;
    }
  #sidebar2 {
	margin:0;
	padding:170px 0 20px;
	background-image: url(../images/blogside_fox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
	width:100%;
	float:left;
    }
  }

/* Header
----------------------------------------------- */
@media all {
  #header {
	padding:0px;
    }
  }
@media handheld {
  #header {
	padding: 0px;
    }
  }
#blog-title {
  margin:0 0 .25em;
  font-size:270%;
  font-weight:normal;
  color:#678;
  }
#blog-title a {
  color:#678;
  text-decoration:none;
  }
#description {
  margin:0;
  max-width:700px;
  font-size:75%;
  line-height:1.8em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#789;
  }


/* Headings
----------------------------------------------- */
h2 {
	margin:1.5em 0 .75em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#933;
	font-size: 11px;
	line-height: 1.4em;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:2em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  line-height:1.6em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  }
.post-title a, .post-title strong {
  background:url("http://www.blogblog.com/harbor/icon_lighthouse.gif") no-repeat 0 .15em;
  display:block;
  padding-left:20px;
  text-decoration:none;
  color:#368;
  font-weight:normal;
  }
.post-title strong {
  background-image:url("http://www.blogblog.com/harbor/icon_lighthouse2.gif");
  color:#000;
  }
.post-title a:hover {
  color:#933;
  }
.post-body {
  background:url("http://www.blogblog.com/harbor/divider.gif") no-repeat center top;
  padding-top:12px;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  color:#999;
  }
.post-footer em, .comment-link {
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size: 78%;
	line-height: 1.4em;
  }
.post-footer em {
  font-style:normal;
  color:#666;
  margin-right:.4em;
  }
.comment-link strong {
  font-size:130%;
  }
.comment-link {
  margin-left:.4em;
  }
.post img {
  padding:4px;
  border:1px solid #cde;
  }


/* Comments
----------------------------------------------- */
#comments {
  background:url("http://www.blogblog.com/harbor/divider.gif") no-repeat center top;
  padding:15px 0 0;
  }
#comments h4 {
	margin:1em 0;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#933;
	font-size: 78%;
	line-height: 1.6em;
	font-weight: bold;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.4em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 20px 0;
  }
#comments-block dd.comment-timestamp {
	margin:-.25em 20px 1.5em;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size: 78%;
	line-height: 1.4em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  background:url("http://www.blogblog.com/harbor/divider.gif") no-repeat center bottom;
  margin:0 0 15px;
  padding:0 0 15px;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  background:url("http://www.blogblog.com/harbor/divider.gif") no-repeat center bottom;
  margin:0 0 2em;
  padding:0 0 15px;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #cde;
  margin:0 8px 3px 0;
  }
.profile-data {
	margin:0;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: bold;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size: 10px;
	line-height: 1.4em;
  }


/* Footer
----------------------------------------------- */
#footer {
	padding:0px;
	clear: both;
	background-color: #CCCCCC;
  }
#footer hr {
	display:none;
  }
#footer p {
	margin:0;
	padding-top:15px;
  }

.oneColFixCtrHdr #wrap #wrap2 #wrap3 #wrap4 #mainContent #footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
a img {
       border-width:0;
}
.oneColFixCtrHdr #mainContent #footer a {
	color: #000000;
	text-decoration: underline;
}
