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

/*
 * File      : styles-site.css
 * Version   : 3.01
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

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

body {
    scrollbar-face-color: #333333;       /* 表面の色 */
    scrollbar-3dlight-color: #000000;    /* 左端と上端の色 */
    scrollbar-highlight-color: #CCCCCC;  /* ハイライトの色 */
    scrollbar-shadow-color: #555555;     /* 影の色 */
    scrollbar-darkshadow-color: #000000; /* 右端と下端 */
    scrollbar-arrow-color: #EF9807;      /* 矢印の色 */
    scrollbar-track-color: #;      /* バーの背景の色 */
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/* フォント */
.b-msize99 {
	font-size: 12px;
	color: #999999;
}
.msize {
	font-size: 10px;
	color: #CCCCCC;
}

/* リンク */
a,
a:link,
a:visited {
	color: #E3E3E3;
	text-decoration: none;
	margin: 0px;
}
a:hover {
    color: #FFCC00;
}
a:active {}

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

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.hr {
	height: 1px;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

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

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

/* フォーム */
form {
    margin: 0px;
}
#search-options,
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 {
	/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
	margin: 0px;
	height: 154px;
}
#banner h1 {
	margin: 0px;
	font: bold 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #999999;
}
#banner a,
#banner a:link,
#banner a:visited {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
}
#banner a:hover {
	color: #FFCC33;
}
#banner a:active {}
/* タイトルバナー下の説明 */
#banner h2 {
    color: #ffffff;
    font-size: 12px;
}
/* グローバルナビ */
#navibar {
	height: 26px;
	width: 872px;
	margin: 0px;
	background: url(index/index11_11.jpg) no-repeat;
	padding-right: 16px;
	padding-left: 16px;
}
#naviver-under {
	height: 50px;
	width: 860px;
}
#navibox {
	font-size: 0.85em;
	margin-right: 130px;
	margin-left: 130px;
	border-bottom: 2px dotted #935800;
	text-align: center;
	padding-bottom: 2px;
	color: #999999;
	padding-top: 30px;
}
#navibox a,
#navibox a:link,
#navibox a:visited {
	color: #999999;
	text-decoration: none;
	margin: 0px;
}
#navibox a:hover {
    color: #FFCC00;
}
#navibox a:active {}
/* パンくずリスト */
#breadCrumb{
	height: 18px;
	width: 850px;
	text-indent: 18px;
	font-size: 90%;
}
/* コンテンツ */
#contents {
	width: 860px;
	margin-right: 6px;
	margin-left: 6px;
	background: url(index/index_under.jpg) no-repeat bottom;
}
#contents-footer {
	font-size: 10px;
	color: #999999;
	text-align: center;
	height: 50px;
	width: 860px;
}
#contents-footer a,
#contents-footer a:link,
#contents-footer a:visited {
	color: #999999;
	text-decoration: none;
	margin: 0px;
}
#contents-footer a:hover {
    color: #FFCC00;
}
#contents-footer a:active {}
/* サンプル映像 */
#content-mov {
	margin-bottom: 10px;
	height: 252px;
	margin-left: 6px;
	margin-right: 6px;
}

/* ボタンサンプル画像 */
.l-img {
}
.r-img {
	float: right;
	margin-right: 10px;
	clear: left;
}

/* → */
.orange {
	color: #FFCC00;
}

/* エントリー全体 */
.blog {
	font-size: small;
	color: #666666;
	background: none;
	width: 442px;
	margin-left: 6px;
}
/* blogディスクリプション（説明） */
.desc {
	padding: 10px;
	margin-bottom: 5px;
	background: #666666;
} 
.desc h2 {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 130%;
} 

/* エントリー日付 */
.date { 
    margin: 6px 4px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 10px;
    font-weight: normal;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #ffffff;
	background: #666666;
	margin-right: 0px;
	margin-left: 0px;
}

/* Cエントリータイトル */
.C-title {
	background: url(index/index22_22.gif) no-repeat;
	height: 26px;
	width: 442px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	letter-spacing: 1em;
	margin-left: 6px;
}

/* サブエントリータイトル */
.sub-tytle {
	font-size: 12px;
	color: #FFFFFF;
	background: #666666;
	padding: 2px 0px;
	text-indent: 5px;
	margin-top: 6px;
}
/* エントリー */
.entry {
	color: #333333;
	/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
	line-height:140%;
	word-break: break-all;
	border: 1px solid #666666;
	height: auto;
	margin: 3 0px 15px;
}
.entry a:active {}
.entry img {
    margin-right: 0px;
    margin-bottom: 0px;
}

.entry P {
	margin: 5px;
}

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

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

/* エントリータイトル */
.entry-header {
	margin: 6px 0 0;
	color: #FFFFFF;
	font-size: 12px;
	text-indent: 5px;
}

/* エントリーログイン */
.entry-rogin {
	font-size: 12px;
	background: #666666;
	height: auto;
	margin: 5px;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 5 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #333333;
    font-size: 9px;
}

.s-size {
	font-size: 9px;
	margin-left: 5px;
	clear: both;
}

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

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

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

/* アーカイブテンプレートの前後リンク */
.content-nav {
	text-align: center;
	font-size: 12px;
	height: 32px;
	padding-top: 9px;
}

/* カレンダー */
.calendar {
	margin: 5px;
	text-align: center;
}
.module-header {
	padding-bottom: 1px;
	font-size: 10px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.calendar table {
	border-collapse: collapse;
	text-align: center;
}
.calendar th {
	width: 23px;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
}
.calendar td {
	padding: 2px 0;
	font-size: 10px;
	line-height: 90%;
}
.today {
	display: block;
	border: 1px solid #FFCC00;
	padding-right: 3px;
	padding-left: 3px;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #FF6633;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #6666FF;
}

/* 業務リンク */
#sectionLinks {
	padding: 0;
	width: 184px;
	margin-bottom: 10px;
}
#sectionLinks h4 {
	font-size: 12px;
	text-indent: 25px;
	font-weight: normal;
	margin: 0px;
	line-height: 2em;
}
#sectionLinks ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}
#sectionLinks li {
	list-style: none;
	margin: 0px;
}
#sectionLinks a {
	display: block;
	margin: 0px;
	text-decoration: none;
}
#sectionLinks a:link,
#sectionLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px 0px 1px;
	background: url(index/index16_16.gif) no-repeat;
	height: 26px;
	width: 184px;
}
#sectionLinks a:hover{
	color: #FFCC33;
	background: url(index/index17_17.gif) no-repeat;
}
/* サイドメニュータイトル */
.sidetitle {
	_padding: 1px 0 2px;
	text-align: center;
	color: #FFFFFF;
	background: url(index/index14_14.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	width: 184px;
	margin: 0px;
	line-height: 150%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 10px;
    line-height: 150%;
}
#links-left p {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.sidenavi {
	margin-bottom: 20px;
	margin-top: 1px;
}
/* サイドメニュー(オリジナル用) */
.sidenavi .original ul {
	list-style: none;
	border-top: 1px solid #CCCCCC;
}
.sidenavi .original li {
	font-size: 11px;
	margin: 0px;
	list-style: url(none) none;
	padding: 0px;
	line-height: 150%;
	text-decoration: none;
	background: #999999;
	word-spacing: 2em;
	display: block;
	height: 150%;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 2px solid #CCCCCC;
	text-indent: 30px;
}
.sidenavi .original li a,
.sidenavi .original li a:link
.sidenavi .original li a:visited {
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 100%;
	width: 100%;
}
.sidenavi .original li a:hover {
	background: #666666;
}

/* サイドメニュー(サブカテゴリー用) */
.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: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: right;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 10px;
    text-align: right;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
	clea: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

#map {
	font-size: 12px;
	border: 5px solid #808080;
	height: 250px;
	width: 570px;
	background: #EEEEEE;
}

/************ パースページ用 ****************/
/* iframe */
#iframe-box {
	height: 460px;
	width: 860px;
	padding: 5px 50px;
	margin: 0px;
}
#thumbnails-box {
	height: auto;
	width: 860px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 55px;
	padding-left: 55px;
}
#space-gif {
	margin: 0px;
	padding: 0px;
	height: 2px;
	width: 860px;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: url(index/index4_04.gif) repeat;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(index/index19_19.gif) repeat-y;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-left: 1px;
	text-align: left;
	background: url(index/index19_19.gif) repeat-y;
}

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

/* 1カラム用 */
.layout-one-column #box {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: left;
	background: url(index/index19_19.gif) repeat-y;
	height: auto;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}
#google-analytics {
}
/* 3カラム(リキッドレイアウト) */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
	float: left;
	width: 454px;
	border-bottom: 1px dotted #666666;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	margin-top: 0;
	margin-bottom: 10px;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
	float: left;
	width: 202px;
	padding-bottom: 10px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
	color: #ffffff;
	margin-right: 9px;
	margin-left: 9px;
	padding: 0px 0px 30;
}

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

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
	border-bottom: 1px dotted #666666;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-right: 18;
	margin-bottom: 10px;
	margin-left: 18;
	float: left;
	width: 70%;
}
.layout-two-column-left #links-left-box {
	float: left;
	width: 202px;
	color: #666666;
	padding-bottom: 30px;
}
.layout-two-column-left #links-left {
	color: #666666;
	margin-right: 9px;
	margin-left: 9px;
}

/* 1カラム */
.layout-one-column #content {}

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

/** 工程表用2カラム *****Architects******/

/* 工程マップ */
.process {
	height: 32px;
	width: 580px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
.process .No {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
}
.process .word {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.process .check {
	color: #FFCC00;
	text-indent: 15px;
	font-size: 12px;
}
.tytle {
	font-size: 12px;
	color: #FFFFFF;
	background: #666666;
	text-align: center;
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 3px;
}

.d-allow {
	height: 11px;
	width: 30px;
	margin-left: 110px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px;
}
.const {
	vertical-align: middle;
	height: 2em;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
}

.const2 {
	vertical-align: top;
	height: 2em;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
}

.Ycolor {
	color: #FFCC00;
}

/** 見積2カラム *****Architects******/
.item {
	height: auto;
	width: 100%;
	border-left: 3px solid #666666;
	font-size: 12px;
	margin-bottom: 2px;
}
.term {
	width: 150px;
	border: 1px solid #666666;
	font-size: 70%;
	color: #FFFFFF;
	background: #999999;
	text-indent: 2.5em;
	height: 1.3em;
}
.termbk {
	font-size: 70%;
	color: #333333;
	background: #999999;
	line-height: normal;
	padding: 3px;
}
.termwt {
	font-size: 80%;
	color: #333333;
	background: #CCCCCC;
	line-height: normal;
	padding: 3px 3px 3px 1em;
}
.term05em {
	width: 150px;
	border: 1px solid #666666;
	font-size: 0.7em;
	color: #FFFFFF;
	background: #999999;
	letter-spacing: 0.5em;
	text-indent: 2.5em;
	height: 1.2em;
}
.term1em {
	width: 150px;
	border: 1px solid #666666;
	font-size: 0.7em;
	color: #FFFFFF;
	background: #999999;
	line-height: 1em;
	letter-spacing: 1em;
	text-indent: 2.5em;
	height: 1.2em;
}
.term3em {
	width: 150px;
	border: 1px solid #666666;
	font-size: 0.7em;
	color: #FFFFFF;
	background: #999999;
	letter-spacing: 3em;
	text-indent: 2.5em;
	height: 1.2em;
}
.term-1 {
	font-size: 0.8em;
}
.term-2 {
	font-size: 0.7em;
}
.term-select {
	width: 4em;
}
.astalisk {
	font-size: 10px;
	color: #FFCC00;
}
textarea, input, select {
	border: thin groove #CCCCCC;
	background: #CCCCCC;
} 
select {
	font-size: 0.7em;
} 
/* sitemap用 */
.s-term {
	border: 1px solid #666666;
	font-size: 70%;
	color: #FFFFFF;
	background: #999999;
	text-indent: 2em;
	height: 1.3em;
}
.s-term05em {
	border: 1px solid #666666;
	font-size: 0.7em;
	color: #FFFFFF;
	background: #999999;
	letter-spacing: 0.5em;
	text-indent: 2em;
	height: 1.2em;
}
.s-term1em {
	border: 1px solid #666666;
	font-size: 0.7em;
	color: #FFFFFF;
	background: #999999;
	line-height: 1em;
	letter-spacing: 1em;
	text-indent: 2em;
	height: 1.2em;
}
