@charset "utf-8";

/* すべて */
* {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

/* HTMLタグ上書き====================================== */

/* 縦スクロール表示  */
html {
  overflow-y: scroll;
}

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

/* リンク */
a,
a:link {
  color: #454599;
  text-decoration: underline;
}
a:visited {
  color: #994455;
  text-decoration: underline;
}
a:hover {
  color: #4C0101;
  text-decoration: underline;
}
a:active {
  color: #4C0101;
  text-decoration: underline;
}


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

/* 段落 */
p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000000;
}

.clear {
  clear:both;
}

/* 引用 */
blockquote {
  margin: 10px;
  padding: 10px;
  width: auto;
  border: 1px dotted #cccccc;
  background: #fcfcee;
  color: #000000;
  font-size: 85%;
  line-height: 140%;
}

/* フォーム */
form {
  margin: 0;
  padding: 0;
}

input,select,textarea {
  color: #000000;
  font-size: 12px;
  background: #fcfcfc;
  border: 1px solid #353535;
}

/* 送信ボタン */
.submi {
  padding:2px;
  border: 1px solid #454599;
  color:#ffffff;
  background: #3a58af;
  cursor: pointer;
}

/* レイアウト =================================*/

body {
  background: #f0eeee;
  color: #000000;
  background-position: center top;
  background-repeat: repeat-y;
  background-image: url("images/body_bg.gif");
}

#container {
  margin-right: auto;
  margin-left: auto;
  width: 760px;
  text-align: left;
}

/* ヘッダー部分 ================= */
#header {
  margin-left: 10px;
  padding: 0;
  width: 750px;
  height: 85px;
  text-align: left;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("images/head_bg.jpg");
}

/* ヘッダーのテキスト */
.captag {
  margin-bottom: 16px;
  color: #000000;
  font-size: 80%;
}

/* グローバルナビ =============== */
#gnavi {
  float: right;
  margin: 6px 10px 10px 10px;
  padding: 0;
  height: 34px;
  text-align: right;
  background: #ffffff;
}

/* 左エリア ==================== */
#leftarea{
  float: left;
  margin: 0;
  padding: 0;
  width: 560px;
  text-align: left;
  background: #ffffff;
}
/* IE6バグ対策（Floatレフトにmargin-leftがきかない） */
#leftbox{
  margin: 10px 10px 0px 10px;
  padding: 0;
  width: 540px;
}

/* 右エリア ==================== */
#rightarea {
  float: left;
  margin-top: 10px;
  pading: 0;
  width: 190px;
  text-align: left;
  background: #ffffff;
}

.side_r {
  margin-bottom: 10px;
  pading: 0;
  width: 190px;
  text-align: left;
  background: #ffffff;
  background-repeat: repeat-y;
  background-image: url("images/right_bg.gif");
}
.side_contents {
  margin: 0px 8px 0px 8px;
  pading: 0;
  width: auto;
  text-align: left;
  color: #000000;
  font-size: 85%;
  line-height: 150%;
}

/* 事業内容タブ ================== */
.tabmenu {
  margin-bottom: 10px;
}


/* エントリー ================== */
/* エントリー日付（ホーム用） */
.date-header {
  margin: 0;
  padding-right: 2px;
  text-align: left;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
}

.entry {
  margin: 0;
  padding: 0;
  width: auto;
}

/* エントリータイトル */
.entry-header {
  margin: 0;
  padding-left: 2px;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: bold;
}

/* エントリーコンテンツ（HOMEのみ使用） */
.entry-content {
  margin-right: 6px;
  padding: 0;
  color: #000000;
  font-size: 85%;
  line-height: 150%;
}

/* HOMEからはタグ削除 下層で使用 */
.entry-body {
  padding: 0px 6px 0px 6px;
  background: #ffffff;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

/* HOMEでは未使用 */
.entry-title {
  margin: 0;
  padding: 0;
  width: auto;
  color: #000000;
  font-size: 90%;
  font-weight: bold;
}

/* 続きを読む */
.entry-more-link {
  text-align: right;
}

/* 投稿者 */
.entry-footer {
  margin-top: 6px;
  padding: 0;
  color: #000000;
  text-align: right;
}

/* 続きを読む（下層）
.entry-more {
}
*/


/* トラックバック ==================== */
/* トラックバック全体を囲う*/
.trackbacks {
  margin: 10px;
  padding: 0;
  width: 520px;
}

/*トラックバックURL */
#trackbacks-header {
  margin-top: 10px;
  padding: 6px;
  color: #000000;
  font-size: 90%;
  font-weight: bold;
  background: #ffcc66;
  background-position: left center;
  background-repeat: repeat-x;
  background-image: url("images/title_bg2.gif");
}

.trackbacks-content {
  margin: 5px 6px 0px 6px;
  background: #ffffff;
}

/* トラックバックひとつひとつ */
.trackback {
  margin-bottom: 5px;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: bold;
}

.trackback-footer {
  padding-bottom: 10px;
  font-weight: bold;
}

.trackback-content {
  margin-bottom: 10px;
  width: auto;
  border-bottom: 1px dotted #666666;
}


/* コメント ===================== */
/* コメント全体を囲う*/
.comments {
  margin: 10px;
  padding: 0;
  width: 520px;
}

/*コメントタイトル */
.comments-header {
  margin-top: 10px;
  padding: 6px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  background: #5577dd;
  background-position: left center;
  background-repeat: repeat-x;
  background-image: url("images/title_bg3.gif");
}

.comments-content {
}

/* コメントひとつひとつ */
.comment {
  padding: 5px 6px 0px 6px;
  background: #ffffff;
}

.comment-content {
  margin-bottom: 10px;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

.comment-footer {
  margin-top: 5px;
  width: auto;
  font-size: 85%;
  text-align: right;
  border-bottom: 1px dotted #666666;
}

/* コメント投稿 ===================== */
/* コメント投稿全体を囲う
.comments-open {
}
*/

/*コメント投稿タイトル */
.comments-open-header {
  margin-top: 10px;
  padding: 6px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  background: #333333;
  background-position: left center;
  background-repeat: repeat-x;
  background-image: url("images/title_bg1.gif");
}

.comments-open-content {
  padding: 5px 6px 0px 6px;
  background: #ffffff;
}

/* コメント投稿注意書き */
.comments-open-moderated {
  margin-bottom: 5px;
  color: #ff6600;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

.comments-open-data {
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

.comments-open-footer {
  margin: 10px;
  width: auto;
  font-weight: bold;
  text-align: center;
}



/* フッター ==================== */
#footer {
  margin: 30px 0px 30px 0px;
  padding: 0;
  width: auto;
  background: #ffffff;
  bottom: 0;
}

/* ページの先頭へ戻る */
.ptop {
  margin: 0px 10px 2px 10px;
  padding: 0;
}
.footer_bar {
  margin: 0;
  padding: 0px 10px 0px 10px;
  height: 31px;
  background-repeat: no-repeat;
  background-image: url("images/footer_bg.jpg");
  color: #000000;
  font-size: 75%;
}

/* フォントサイズ（単一行使用想定） ======== */
.font_l {
  font-size: 100%;
  font-weight: bold;
}
.font_m {
  font-size: 90%;
  font-weight: normal;
}
.font_s {
  font-size: 80%;
  font-weight: normal;
}

/* フォントサイズ（複数行使用想定） ======== */
.font_mh {
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}
.font_sh {
  font-size: 80%;
  line-height: 150%;
  font-weight: normal;
}

/* 下層コンテンツで使用 =========== */
/* ボディテキスト（横幅MAX） */
.btxt {
  margin: 0px 10px 10px 10px;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

/* 段落テキスト（冒頭にオレンジタイトル有） */
.ptxt {
  margin: 7px 10px 23px 40px;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

/* 会社概要＆コメント投稿のテーブル */
.listh {
  padding: 4px;
  background: #333333;
  color: #ffffff;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}
.listc {
  padding: 4px;
  background: #ffffff;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

/* 事業内容の第二段タイトル */
.subt {
  padding: 6px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  background: #333333;
  background-position: left center;
  background-repeat: repeat-x;
  background-image: url("images/title_bg1.gif");
}
/* タイトルがリンクの場合 */
.subtl {
  padding: 6px;
  font-size: 100%;
  font-weight: bold;
  background: #ffcc66;
  background-position: left center;
  background-repeat: repeat-x;
  background-image: url("images/title_bg2.gif");
}
.subtl a {
  text-decoration: none;
}

.subc {
  padding: 10px 6px 20px 6px;
  background: #ffffff;
  color: #000000;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

/*　追記　*/
.vision_keyword{
  font-size: 19px;
  font-weight: bold;
}
