@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}
hr {
	height: 0px;
	border: 0px;
	border-top: 1px dotted #999; 
}

/* ヘッダ */
#header {
	height: 220px;
	text-align: left;
	background-image: url("common/images/header-back.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#header-box {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 918px;
	height: 220px;
	color: #ffffff;
}

#header h1 a {
	position: absolute;
	top: 56px;
	left: 0px;
	display: block;
	width: 200px;
	height: 65px;
	font-size: 0;
	font-weight: normal;
	text-decoration: none;
	font-size: 0;
	text-indent: -9999px;
}

/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* ヘッダトップメニュー */
#header #top-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	text-align: right;
}
#header #top-menu li {
	display: inline;
	list-style: none;
	margin: 0 0 0 5px;
	font-size: 75%;
	font-weight: bold;
}

#header #top-menu li a {
	display: inline;
	list-style: none;
	padding: 5px;
}
#header #top-menu li a:hover {
	background-image: url("common/images/alpha.png");
}

#header #main-menu {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 918px;
	height: 60px;
	background-image: url("common/images/header-menu.png");

}
#header #main-menu li {
	display: block;
	width: 153px;
	height: 60px;
	float: left;
	font-size: 0px;
	text-indent: -9999px;
}
#header #main-menu li a {
	display: block;
	width: 153px;
	height: 60px;
	float: left;
	font-size: 0px;
	text-indent: -9999px;

}
#header #main-menu li a:hover {
	background-image: url("common/images/header-menu.png");
}
#header #main-menu li.home a:hover {
	background-position: 0px -60px;
}
#header #main-menu li.staff a:hover {
	background-position: -153px -60px;
}
#header #main-menu li.build a:hover {
	background-position: -306px -60px;
}
#header #main-menu li.lease a:hover {
	background-position: -459px -60px;
}
#header #main-menu li.atom a:hover {
	background-position: -612px -60px;
}
#header #main-menu li.about a:hover {
	background-position: -765px -60px;
}

#home-txt {
	margin: 15px 0 0;
	color: #006e35;
	font-size: 100%;
	font-weight: bold;
}
#news-img {
	height: 40px;
	margin: 15px 0 5px 0;
	background-image: url("common/images/news1.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}
#news {
	margin: 0;
	color: #006e35;
	font-size: 100%;
	font-weight: bold;
}
#hyakuyoko-news-img {
	height: 40px;
	margin: 15px 0 5px 0;
	background-image: url("common/images/news2.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}
#hyakuyoko-news {
	margin: 0;
	color: #006e35;
	font-size: 100%;
	font-weight: bold;
}

.top-line {
	clear:both;
	margin:10px 0 3px;
	padding:0;
}
.top-date {
	float:left;
	margin:0;
	padding:0;
	width:150px;
}
.top-title {
	margin:0 0 0 160px;
	padding:0;
}


/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    margin: 15px 0 0;
    padding-left: 8px;
    color: #fff;
    background: #34ad38;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    border-left: 3px solid #999;
    font-size: 100%;
    font-weight: bold;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: square;
}
.entry ul li ul li {
    list-style-type: disc;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

.go-entry-more {
    text-align: right;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #333;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 16px;
}
.side ul li {
    list-style-type: circle;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* サイド検索ボックス */
#side-search-title,
#side-search {
	background-image: url("common/images/side-search-back.png");
	background-repeat: no-repeat;
}
#side-search-title {
	overflow: hidden;
	display: block;
	width: 250px;
	height: 0;
	padding-top: 40px;
	background-position: left top;
}

/* 検索メニュー */
#side-search {
	width: 235px;
	height: 35px;
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;
	background-position: left bottom;
}
/* 検索 */
fieldset {
    border: none;
}
/* カテゴリタイトル */
#side-cat-title {
	overflow: hidden;
	display: block;
	width: 250px;
	height: 0;
	padding-top: 1px;
}
/* カテゴリリスト */
#side-cat li {
	display: block;
	width: 250px;
	height: 60px;
	text-align: center;
	font-size: 130%;
	color: #333;
	background-image: url("common/images/side-cat-back.png");
	background-position: left top;
	background-repeat: no-repeat;
}
#side-cat li.nolink {
	display: block;
	width: 250px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
	color: #333;
}
#side-cat li a {
	display: block;
	width: 250px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
	color: #333;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px;
    font-size: 120%;
}

/* カラム切り替え */
body.layout-two-column-left {
    text-align: center;
    background: #fff;
}
.layout-two-column-left #container {
    margin: 10px 0;
}

/* 固定レイアウト共通 */
.layout-two-column-left #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
    background-color: #fff;
    width: 970px;
	background-image: url("common/images/side-shadow.png");
	background-position: center top;
	background-repeat: repeat-y;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 665px;
    margin-left: 10px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 250px;
    margin-left: 20px;
}
.layout-two-column-left #links-left {
    padding: 15px 0 0;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 0 0 10px 0;
}

/* フッタ */
#footer {
	height: 865px;
	text-align: left;
	background-image: url("common/images/footer-back.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#footer #footer-box {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	height: 595px;
	padding-top: 270px;
}

#footer #footer-list1 {
	margin-right: auto;
	margin-left: auto;
	width: 677px;
	height: 190px;
	padding: 20px 0 0 251px;
	background-image: url("common/images/footer-list1-back.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#footer-list1 li {
	list-style: none;
}
#footer-list1 li a {
	overflow: hidden;
	display: block;
	float: left;
	width: 209px;
	height: 0;
	padding-top: 50px;
	margin: 0 15px 10px 0;
	list-style: none;
}

#footer #footer-list2 {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	height: 124px;
	padding: 7px 0 0 7px;
	background-image: url("common/images/footer-list2-back.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#footer-list2 li {
	display: block;
	float: left;
	width: 227px;
	height: 38px;
	margin: 0 2px 2px 0;
	padding: 0;
	list-style: none;
	color: #333;
	font-size: 100%;
	font-weight: bold;
}
#footer-list2 li a {
	display: block;
	width: 202px;
	height: 30px;
	padding: 8px 0 0 25px;
	background-image: url("common/images/footer-list2.png");
	background-position: 3px 11px;
	background-repeat: no-repeat;
	color: #333;
}

#footer-info {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	background-image: url("common/images/csc.png");
	background-position: 40px center;
	background-repeat: no-repeat;
	font-size: 100%;
}
#footer-info-box {
	border-left: 2px solid #666;
	margin-left: 300px;
	padding-left: 15px;
	width: 600px;
}
#footer-info-title {
	color: #006e35;
	font-weight: bold;
}

#footer #copyright {
	position: absolute;
	bottom: 7px;
	left: 15px;
	width: 920px;
	text-align: right;
	font-size: 12px;
	color: #fff;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
