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

/*
 * File      : styles-site.css
  */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
}

/* リンク */
a,
a:link {
    margin: 3px 0 20px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: none;
    color: #ffffff;
    text-decoration: none;
    /*background: #0066CC;*/
    font-size: 14px;
    font-weight:bold;
    line-height: 170%;
}
a:visited {
    margin: 3px 0 20px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: none;
    color: #ffffff;
    text-decoration: none;
    /*background: #0066CC;*/
    font-size: 14px;
    font-weight:bold;
    line-height: 170%;
}
a:hover {
    margin: 3px 0 20px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: none;
    color: #ffff00;
    text-decoration: none;
    /*background: #0066CC;*/
    font-size: 14px;
    font-weight:bold;
    line-height: 170%;
}
a:active {
    margin: 3px 0 20px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: none;
    color: #FF0000;
    text-decoration: none;
    /*background: #0066CC;*/
    font-size: 14px;
    font-weight:bold;
    line-height: 170%;
}

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

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

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

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

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

/* タイトルバナー */
#banner {
    /*padding: 15px;*/
    /*border-bottom: 0px solid #666699;*/
    color: #999999;
    background-position: right top;
    background-repeat: no-repeat;
    background: url("http://www.chiyoda-staff.com/files/topbanner03.jpg");
    text-align: left;
    width:780px;    
    height: 120px;
}
#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 0px;
    font-weight:normal;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 0px;
    line-height: 10%

}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #007b75;
    font-size: 20px;
    font-weight:bold;
    margin-left: 160px;
    line-height: 150%
}


/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: 14px;
    color: #36414d;
    background: none;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #0066CC;
    background: #ffffff;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    font-size: 16px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #0066CC;
    font-size: 14px;
    font-weight: bold;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: none;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    background-image: url("http://www.chiyoda-staff.com/files/sidemenubar02.gif");
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
}

/* サイドメニュー */
.side {
    margin: 0px 0 20px;
    background: none;
    color: #3300CC;
    font-size: 14px;
    _font-size: 9px;
    line-height: 150%;
}

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

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #FFFFFF;
 background: url("http://www.chiyoda-staff.com/files/wall01.gif");
}
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 78px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 15px;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 820px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 15px;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 500px;
    margin: 0 0 10px 0;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: right;
    width: 200px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 0px 0px 15px 15px;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 500px;
    margin: 0 0 10px 0;
    border-bottom: 0px solid #666699;
    border-right: 0px solid #666699;
}
.layout-two-column-right #links-right-box {
    float: right;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 610px;
    margin: 15px 0 10px 0;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 25px 0px 0;
    color: #ffffff;
}

/* 1カラム */
.layout-one-column #content {
     width: 850px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
/* map表示用 */
		v\:* {
		    behavior:url(#default#VML);
		}
		th.title{
		    background-color: #333399;
	        color: #fff;
		    border:2px outset gray;
		}
		th.title h1{
		   margin:0px;
		}
		div#map{
		    border:2px outset gray;
		}
		div.marker_data_html {
		    width: 280px;
		    margin-top:8px;
		}
		div.marker_data_html div.subject{
		    text-align:center;
		    padding:4px;
		    font-weight:bold;
		    font-family:sans-serif;
		    border:outset 2px gray;
		    margin-bottom:8px;
		}
		div.marker_data_html div.description{
		    width: 256px;
		    height: 64px;
		    overflow: auto;
		    border-top: 1px dashed black;
		    margin-top: 8px;
		    padding:    4px;
		}
		div.poweredby{
		    margin: auto;
		    height:50px;
		    border-top: 1px gray dashed;
		    text-align: right;
		    font-size:  9px;
		}
