/* 基本レイアウト */
/*html { margin: 0; padding: 0; height: 100%;}*/
form, input { margin: 0; padding: 0; }
a img { border: 0; }

/* リンク色（ページ全体） */
a { color: #0000ff; text-decoration: none; }
a:hover { color: #ff9900; }

/* リンク色（サイドメニュー） */
#side a { color: #666; }
#side a:hover { color: #ff9900; }

/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }

h2.entry{
  text-align:left;
  text-indent:30px;
  margin:30px auto 15px 0;
  background: url(img/h2_bg.jpg);
  background-repeat: no-repeat;
  padding: 4px 0 0 0;
  font-size:16px;
  height:30px;
  width:590px;
}

h2.entry_top{
  text-align:left;
  text-indent:30px;
  margin:0 auto 10px 0;
  background: url(img/h2_bg.jpg);
  background-repeat: no-repeat;
  padding: 6px 0 0 0;
  font-size:16px;
  height:30px;
  width:590px;
}

h2.entry_center{
  text-align:left;
  text-indent:30px;
  margin:20px auto 10px auto;
  background: url(img/h2_bg.jpg);
  background-repeat: no-repeat;
  padding: 6px 0 0 0;
  font-size:16px;
  height:30px;
  width:590px;
}

/* フロート回り込み解除
----------------------------------------------- */
br.clear{
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* ページレイアウト */
body{
  min-width: 860px;
  margin: 0 auto;
  padding: 0;
  font-size: 13px;
  list-style:none;
  line-height: 150%;
  text-align: center;
  color: #000000;
  background: #fff ;
  font-weight: normal;
  font-family:"ＭＳ Ｐゴシック", "Osaka",sans-serif;
}

/* ul li
----------------------------------------------- */
ul{
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 5px 0;
}

li a{
  height: 20px;
  margin:0 auto;
  padding-left: 20px;
  text-decoration: none;
  font-size: 12px;
  line-height: 150%;
  display: block;
  background: url("img/icon.gif") no-repeat;
}

li a:hover{
  background: url("img/icon2.gif") no-repeat;
  text-decoration: underline;
}

/* 文字装飾
----------------------------------------------- */
.blue{
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bold;
  color : blue;
  font-size : 13px;
  line-height : 15pt;
  letter-spacing : 1pt;
}

.blue_u{
  font-family : "ＭＳ Ｐゴシック";
  color : blue;
  font-size : 13px;
  line-height : 15pt;
  text-decoration:underline;
}

.red_b{
  font-weight : bold;
  color : red;
}

.red{
  color : red;
}

.bold{
  font-size : 13px;
  line-height : 15pt;
  letter-spacing : 1pt;
}

.byellow{
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  background-color : yellow;
  letter-spacing : 1pt;
}

.linered{
  font-family : "ＭＳ Ｐゴシック";
  color : red;
  text-decoration : underline;
  font-size : 13px;
  line-height : 17pt;
  letter-spacing : 1pt;
}

.lineblack{
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  text-decoration : underline;
}

p{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 13px;
  line-height : 15pt;
  text-align : left;
  letter-spacing : 1pt;
  color:#000000;
}

#container{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 860px;
  background: url(img/bbg.gif) #fff;
  background-repeat: repeat-y;
}

/* ヘッダー（レイアウト） */
#header{
  position: relative;
  display: block;
  width: 860px;
  height: 95px;
  margin: 0 auto;
  background: url(img/header.jpg);
}

#header h1{
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
  color:#fff;
}

#header .sitemap a{
  text-align:right;
  background: url(img/icon.gif);
  background-repeat: no-repeat;
  float:right;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
}

#header .sitemap a:hover{
  text-align:right;
  background: url(img/icon2.gif);
  background-repeat: no-repeat;
  float:right;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
}

#header #title{
  text-align:left;
  padding: 20px 0 0 5px;
}

/*  メニューバー */
.menu_bar_box{
  clear : both;
  width : 850px ;
  background-color : #ffffff;
  margin: 0 auto; 
  text-align : center;
  vertical-align : bottom;
}

.link_bar{
  margin: 0 auto; 
}


/*  パンくずリスト */
.bread{
 margin: 0 0 0 20px;
 padding:0;
 text-align: left;
}

/* メインコンテンツ全体 基本レイアウト*/
#pagebody{
  position: relative;
  width: 850px;
  text-align: center;
  margin:20px auto 0 auto;
}

/* メインコンテンツレイアウト */

 /* メイン（右）部分　右用　*/
#main{
  display: inline;
  position: relative;
  float: right;
  min-height: 1px;
  width: 610px;
  padding: 10px 0 0 5px;
  text-align: left;
  margin:0 auto;
}

 /* メイン（右）部分　左用　 */
#main2{
  display: inline;
  position: relative;
  float: left;
  min-height: 1px;
  width: 610px;
  padding: 10px 0 0 20px;
  text-align: left;
  margin:0 auto;
}

 /* メイン（右）部分　中央用　*/
#main3{
  display: inline;
  min-height: 1px;
  width: 590px;
  padding: 30px 0 0 0;
  text-align: center;
  margin:0 auto;
}

/* バナー画像 */
#main .h_banner{
  text-align:left;
  margin:5px 0 0 0;
}

/* 見出し */
.entry{
  text-align:left;
  margin:10px 0 30px 0;
  width:590px;
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
}

/* 日付 */
.entry .date{
  text-align:right;
  margin-top:10px;
  width:590px;
}

.entry2{
  text-align:left;
  margin:25px 0 10px 10px;
}

.entry3{
  text-align:left;
  margin:70px 0 10px 10px;
}

.entry4{
  text-align:left;
  margin:60px 0 10px 10px;
}

.entry_contact{
  text-align:left;
  margin:70px 0 10px 0;
}

.entry_top{
  text-align:left;
  margin:0 0 10px 0;
}

/* ライン */
#main .line{
  text-align:left;
  width:590px;
  margin:30px 0 10px 0;
}

/* 基本テーブル用 */
#main .free-t{
  width:590px;
  margin: 0 auto;
  padding:0;
  text-align: left;
}

#main .free-t table{
  font-size:13px;
  background-color: #999999;
  margin:10px 0 0 10px;
}

#main .free-t table th{
  background-color: #fffcb2;
  width: 300px;
  text-align:left;
  padding-left:5px;
  font-weight: normal;
}

#main .free-t table td{
  padding: 8px 5px 8px 5px;
  background-color: #ffffff;
}

/* お問い合わせモジュール用 */
#contact{
  background: url(img/contact_bg.jpg) no-repeat;
  width:590px;
  height:128px;
  margin:0;
}

#contact_center{
  background: url(img/contact_bg.jpg) no-repeat;
  width:590px;
  height:128px;
  margin:0 auto;
}

#contact p,
#contact_center p{
  width:470px;
  text-align:left;
  float:right;
  margin: 0 auto;
  padding:5px 10px 10px 5px;
}

#contact .contact_banner,
#contact_center .contact_banner{
  float:right;
  margin: 0 0 0 8px;
}

/* トップページ用
----------------------------------------------- */

/* 音声プレゼント */
#present_left{
  width:449px;
  float:left;
}

#present_left .present_head{
  background: url(img/present_head.jpg) no-repeat;
  background-repeat : no-repeat;
  width:449px;
  height : 40px;
  text-indent:-9999px;
}

#present_left .present_contents{
  background : url(img/present_contents.jpg);
  background-repeat : repeat-y;
  width:449px;
}

#present_left .present_foot{
  background : url(img/present_foot.jpg) no-repeat;;
  background-repeat : no-repeat;
  width:449px;
  height : 15px;
  text-indent:-9999px;
}

#present_left p{
  width:420px;
  margin: 0 15px 0 15px;
  text-align:left;
}

#present_right{
  width:135px;
  margin: 10px 0 0 0;
  height:180px;
  float:left;
}

/* チャート
-----------------------------------------------
    【追加】2009.09.18
--------------------------------------------- */
#main #chart{
  width:590px;
  border:1px solid #999999;
  margin: 0;
  text-align:left;
}

#main #chart p{
  text-align:left;
  margin: 10px 10px 10px 10px ;
}

/* メルマガ講座 */
#main #mailmaga{
  width:590px;
  border:1px solid #999999;
  margin: 0;
  text-align:left;
}

#main #mailmaga p{
  text-align:left;
  margin: 10px 10px 0 10px ;
}

/* ユーナビ */
#main #unavi{
  width:590px;
  border:1px solid #999999;
  margin:0;
  padding:0;
  text-align:left;
}

#main #unavi .unavi{
  float:left;
  margin:3px 5px 0 0;
}

#main #unavi p{
  text-align:left;
  margin: 10px 10px 10px 10px ;
}

/* コンサルティング */
#main #consulting{
  width:590px;
  border:1px solid #999999;
  margin:  0;
  padding:0;
  text-align:left;
}

#main #consulting  p{
  text-align:left;
  margin: 5px 0 0 10px;
}

/* 新着情報・お知らせ */
#main #new{
  float:left;
  width:590px;
  border:1px solid #999999;
  margin:  0 0 30px 0;
  padding:10px 0 10px 0;
  text-align:left;
}

#main #new .new_link{
  text-align:left;
  background: url(img/icon2.gif);
  background-repeat: no-repeat;
  margin: 0 0  0 20px;
  padding: 0 0 0 20px;
  line-height : 15pt;
}

/* ビジネス教材販売 */
#main #business_left{
  background: url(img/business_bg.jpg) no-repeat;
  width:407px;
  height:160px; 
  float:left;
}

#main #business_left p{
  width:380px;
  margin: 40px 15px 0 15px;
  text-align:left;
} 

#main #business_right{
  width:175px;
  float:left;
  margin:3px 0 0 5px;
}

/* コンサルティングページ用
----------------------------------------------- */

/* コンサルティング */
#consul_trial{
  width:590px;
  margin:  0 auto;
  text-align:left;
}

#consul_trial p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

#consul_trial .consul_link{
  text-align:left;
  background: url(img/icon3.gif);
  background-repeat: no-repeat;
  margin: 10px 0 10px 30px;
  padding: 0 0 0 20px;
  line-height : 15pt;
}

#main #consul_trial .pic{
  text-align:left;
  border: 2px solid #ff0000;
  width:560px;
  background-color:#ffffcc;
  margin:20px 0 20px 10px;
}

#main #consul_trial .pic p{
  margin:5px 0 0 0;
}

/* お試しコンサルティング費用 */
#main #consul_expense p{
  width:560px;
  margin: 10px 15px 10px 20px;
  text-align:left;
}

/* 相談日時・費用 */
#main #consul_about p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

/* お試しコンサルティング特典 */
#main #consul_privilege p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

#main #privilege_right{
  width:590px;
  text-align:right;
  padding-right: 20px;
}

/* コンサルティング内容 */
#main #consul_contents p{
  width:560px;
  margin: 10px 15px 10px 20px;
  text-align:left;
}

#main #consul_contents .consul_link{
  text-align:left;
  background: url(img/icon3.gif);
  background-repeat: no-repeat;
  margin: 0 0  0 30px;
  padding: 0 0 0 20px;
  line-height : 15pt;
}


#main .consul_btn{
  float:right;
  margin:10px 10px 0 0;
}

/* ゲートプラス紹介ページ用
----------------------------------------------- */
.statement_txt{
  margin:20px 0 15px 50px;
}

.gateplus{
  text-align:left;
  width:460px;
  margin:20px 0 0 30px;
}

.gateplus .gate_item{
  text-align:left;
  background: url(img/gateplus/gate_icon.gif);
  background-repeat: no-repeat;
  margin: 0 0  0 30px;
  padding: 0 0 0 30px;
  line-height : 24pt;
  font-size:14px;
}

#main .gyoumu_btn{
  float:right;
  margin:10px 10px 0 0;
}

/* 会社・業務案内ページ用
----------------------------------------------- */
/* 会社・業務案内 */

.gyoumu_photo{
  float:right;
  margin:10px 20px 0 10px;
}

/* 会社案内テーブル */

.gyoumu-t {
  width:300px;
  margin: 0 auto;
  padding:0;
  text-align: left;
  float:left;
}

.gyoumu-t table {
  font-size:13px;
  background-color: #999999;
  margin:10px 0 0 10px;
}

/* 業務内容 */
#gyoumu_contents p{
  width:560px;
  margin: 10px 15px 10px 20px;
  text-align:left;
}

#gyoumu_contents .gyoumu_link{
  text-align:left;
  background: url(img/icon5.gif);
  background-repeat: no-repeat;
  margin: 0 0  0 30px;
  padding: 0 0 0 20px;
  line-height : 24pt;
  font-size:14px;
}

#gyoumu_contents .gyoumu_link p{
  text-align:left;
  background-repeat: no-repeat;
  padding: 0;
  line-height : 20pt;
  margin:0 0 0 3px;
}

.gyoumu-t table th {
  background-color: #fffcb2;
  width: 100px;
  text-align:left;
  padding: 8px 5px 8px 5px;
  margin: 0 auto;
  font-weight: normal;
}

.gyoumu-t table td {
  margin: 0 auto;
  padding: 8px 5px 8px 5px;
  background-color: #ffffff;
}

/* googlemap */
#main #map{
  text-align:center;
  margin:40px 0 0 0;
}

#main .gate_btn{
  float:right;
  margin:10px 10px 0 0;
}

/* プロフィールページ用
----------------------------------------------- */
#main .profile{
  width:590px;
  padding: 0 15px 0 10px;
  text-align:left;
  margin:0 auto;
}

#main .profile p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

/* 取扱商品ページ用
----------------------------------------------- */
#main #lineup,
#main #lineup2{
  width:590px;
  border:1px solid #999999;
  margin: 0 auto;
  text-align:left;
}

#main #lineup p{
  text-align:left;
  margin: 10px 10px 0 10px ;
}

#main #lineup2 p{
  text-align:left;
  margin: 10px 10px 10px 10px ;
}

/* お問い合わせページ用
----------------------------------------------- */
.contact{
  width:590px;
  padding: 0;
  text-align:left;
  margin:0 auto;
}

.contact2{
  width:590px;
  padding: 40px 15px 20px 10px;
  text-align:left;
  margin:0 auto;
}

.contact p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

/* メルマガ職人用
----------------------------------------------- */
#main2 .syokunin{
  width:590px;
  margin:  0 auto;
  text-align:left;
}

#main2 .syokunin p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

#main2 .syokunin_link{
  text-align:left;
  background: url(img/icon3.gif);
  background-repeat: no-repeat;
  margin: 10px 0  10px 30px;
  padding: 0 0 0 20px;
  line-height : 15pt;
}

#main2 .syokunin .pic{
  text-align:left;
  border: 2px solid #ff0000;
  width:560px;
  background-color:#ffffcc;
  margin:20px 0 20px 10px;
}

#main2 .syokunin .pic p{
  margin:5px 0 0 0;
}

/* ホームページ製作用
----------------------------------------------- */
#main2 .syokunin{
  width:590px;
  margin:  0 auto;
  text-align:left;
}

#main2 .syokunin p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

#main2 .hp_back1{
  background: url(img/hp_back1.gif);
  background-repeat: no-repeat;
  width: 590px;
  height: 289px;
  margin: 0 0 30px 0;
}

#main2 .consul_link{
  text-align:left;
  background: url(img/icon3.gif);
  background-repeat: no-repeat;
  margin: 5px 0 10px 30px;
  padding: 0 0 0 20px;
  line-height : 15pt;
}

#main2 #present_right{
  width:180px;
  margin: 15px 0 0 10px;
  height:251px;
  float:right;
}

#main2 .hp_botan{
  padding: 150px 0 0 12px;
}

/* ホームページ製作実績用
-----------------------------------------------
    【追加】2009.09.07
--------------------------------------------- */
table.tb_hpseisaku{
  width:590px;
}

.tb_left{
  padding-left:5px;
}

.tb_right{
  padding-left:32px;
}

.tb_p{
  color:#000;
  font-family:"ＭＳ Ｐゴシック";
  font-size:13px;
  text-align:left;
  margin:0;
  padding:0;
}

/* サイドメニュー　右用　 */
#side2{
  display: inline;
  position: relative;
  float: right;
  min-height: 1px;
  margin:10px 0 0 0;
  padding-right:10px;
  width: 210px;
  text-align: left;
}

/* サイトマップ用
----------------------------------------------- */
#main #sitemap{
  width:590px;
  margin:  0 auto;
  text-align:left;
}

#main #sitemap .sitemap_entry{
  text-align:left;
  font-size : 15px;
  font-family : "ＭＳ Ｐゴシック";
  margin: 0;
  font-weight:bold;
}

#main  #sitemap .sitemap_link{
  text-align:left;
  background: url(img/icon3.gif);
  background-repeat: no-repeat;
  margin: 10px 0  10px 20px;
  padding: 0 0 0 20px;
  line-height : 15pt;
}

#main  #sitemap .sitemap_link2{
  text-align:left;
  background: url(img/icon6.gif);
  background-repeat: no-repeat;
  margin: 10px 0  10px 35px;
  padding: 0 0 0 20px;
  line-height : 15pt;
}

/* 顧問契約ページ用
----------------------------------------------- */

/* コンサルティング */
#main #komon{
  width:590px;
  margin:  0 auto;
  text-align:left;
}

#main #komon p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

#komon_rate{
  margin-left:230px;
}

/* 無料プレゼントページ用
----------------------------------------------- */
#marke_top{
  background: url(img/marke/marke_bg.jpg);
  background-repeat: no-repeat;
  height:402px;
  margin: 0 0 20px 0;
}

#marke_top_txt{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  padding: 120px 40px 0 230px;
}

#marke  #marke_top_txt p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

#marke .kansou_name{
  text-align:right;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 10px 10px;
}

#marke{
  width:590px;
  margin:  0 auto;
  text-align:left;
}

#marke p{
  text-align:left;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
  margin: 10px 15px 20px 10px;
}

/* サイドメニュー　左用　 */
#side{
  display: inline;
  position: relative;
  float: left;
  min-height: 1px;
  margin:10px 0 0 10px;
  width: 220px;
  text-align: left;
}

/* サイドメニュー　右用　 */
#side2{
  display: inline;
  position: relative;
  float: right;
  min-height: 1px;
  margin:10px 0 0 0;
  padding-right:10px;
  width: 210px;
  text-align: left;
}

.menu_head{
  background-image : url(img/menu_head.jpg);
  background-repeat : no-repeat;
  width : 220px;
  font-size:17px;
  margin-top:10px;
  padding-left: 25px;
  padding-top: 8px;
  font-weight:bold;
  line-height:24px;
}

.menu_head2{
  background-image : url(img/menu_head.jpg);
  background-repeat : no-repeat;
  width : 220px;
  font-size:17px;
  padding-left: 25px;
  padding-top: 8px;
  font-weight:bold;
  line-height:24px;
}

/* バナーリンクボタン */
.side_link{
  margin:0 0 3px 3px;
}

/* メールマガジン登録フォーム */
#mailform{
  margin: 0; 
  padding:0;
  clear : both;
  width : 220px;
  text-align : left;
}

#mailform .mailform_head{
  background-image : url(img/mailform_head.jpg);
  background-repeat : no-repeat;
  width : 220px;
  font-size:17px;
  padding-left: 25px;
  padding-top: 5px;
  font-weight:bold;
  line-height:32px;
}

#mailform .mailform_contents{
  background-image : url(img/side_contents.gif);
  background-repeat : repeat-y;
  width : 220px;
}

#mailform .mailform_contents .mailform_text1{
  background-image : url(img/mailform_text_bg.gif);
  background-repeat : no-repeat;
  width : 195px;
  height: 110px;
  margin: 0 0 0 10px;
  padding: 5px 0 5px 5px;
}

#mailform .mailform_contents .mailform_text1 a{
  color: #0000ff;
  text-decoration: underline;
  margin-left:35px;
}

#mailform .mailform_contents .mailform_text1 a:hover{
  color: #ff9900;
}
  
#mailform .mailform_contents #mailform_link{
  width:190px;
  text-align:right;
  margin:0 auto;
  padding:0;
}

#mailform .mailform_contents #mailform_link a{
  color: #0000ff;
  text-decoration: underline;
  background: url(img/icon4.jpg);
  background-repeat: no-repeat;
  margin: 0 0 0 30px;
  padding: 0 0 0 15px;
}

#mailform .mailform_contents #mailform_link a:hover{
  color: #ff9900;
}

#mailform .mailform_foot{
  background-image : url(img/side_foot.gif);
  background-repeat : no-repeat;
  width : 220px;
  height : 15px;
  line-height:1px;
  text-indent:-9999px;
}

/* アーカイブ */
#archive{
  margin: 0;
  padding:0;
  clear : both;
  width : 220px;
  text-align : left;
}

#archive .archive_head{
  background-image : url(img/menu_head.jpg);
  background-repeat : no-repeat;
  width : 220px;
  font-size:17px;
  padding-left: 25px;
  padding-top: 8px;
  font-weight:bold;
  line-height:24px;
}

#archive .archive_contents{
  background-image : url(img/side_contents.gif);
  background-repeat : repeat-y;
  width : 220px;
}

#archive .archive_contents ul{
  list-style-type: none;
  margin: 0 0 0 15px;
}

#archive .archive_contents li a{
  height: 20px;
  margin:0 auto;
  padding-left: 20px;
  text-decoration: none;
  font-size: 12px;
  line-height: 150%;
  display: block;
  background: url("img/icon.gif") no-repeat;
  color:#0000ff;
}

#archive .archive_contents li a:hover{
  background: url("img/icon2.gif") no-repeat;
  text-decoration: underline;
  color:#ff9900;
}

#archive .archive_foot{
  background-image : url(img/side_foot.gif);
  background-repeat : no-repeat;
  width : 220px;
  height : 15px;
  line-height:1px;
  text-indent:-9999px;
  margin-bottom:10px;
}

/* プロフィール */
#profile{
  margin: 0;
  padding:0;
  clear : both;
  width : 220px;
  text-align : left;
}

#profile .profile_head{
  background-image : url(img/side_head.gif);
  background-repeat : no-repeat;
  width : 220px;
  height : 15px;
  font-size:1px;
  margin-top:10px;
  text-indent:-9999px;
}

#profile .profile_contents{
  background-image : url(img/side_contents.gif);
  background-repeat : repeat-y;
  width : 220px;
}

#profile .profile_contents .profile_img{
  margin:0 0 0 35px;
}

#profile .profile_contents .profile_btn{
  margin:10px 0 0 12px;
}

#profile .profile_foot{
  background-image : url(img/side_foot.gif);
  background-repeat : no-repeat;
  width : 220px;
  height : 15px;
  line-height:1px;
  text-indent:-9999px;
}

/* 売り上げアップメニュー */
#sale{
  margin: 0;
  padding:0;
  clear : both;
  width : 220px;
  text-align : left;
}

#sale .sale_contents{
  background-image : url(img/side_contents.gif);
  background-repeat : repeat-y;
  width : 220px;
}

#sale .sale_contents ul{
  list-style-type: none;
  margin: 0 0 0 15px;
}

#sale .sale_contents li a{
  height: 20px;
  margin:0 auto;
  padding-left: 20px;
  text-decoration: none;
  font-size: 12px;
  line-height: 150%;
  display: block;
  background: url("img/icon.gif") no-repeat;
  color:#0000ff;
}

#sale .sale_contents li a:hover{
  background: url("img/icon2.gif") no-repeat;
  text-decoration: underline;
  color:#ff9900;
}

#sale .sale_foot{
  background-image : url(img/side_foot.gif);
  background-repeat : no-repeat;
  width : 220px;
  height : 15px;
  line-height:1px;
  text-indent:-9999px;
}

/* コンサルティング */
#ct{
  margin: 0;
  padding:0;
  clear : both;
  width : 220px;
  text-align : left;
}

#ct .ct_contents{
  background-image : url(img/side_contents.gif);
  background-repeat : repeat-y;
  width : 220px;
}

#ct .ct_contents ul{
  list-style-type: none;
  margin: 0 0 0 15px;
}

#ct .ct_contents li a{
  height: 20px;
  margin:0 auto;
  padding-left: 20px;
  text-decoration: none;
  font-size: 12px;
  line-height: 150%;
  display: block;
  background: url("img/icon.gif") no-repeat;
  color:#0000ff;
}

#ct .ct_contents li a:hover{
  background: url("img/icon2.gif") no-repeat;
  text-decoration: underline;
  color:#ff9900;
}

#ct .ct_foot{
  background-image : url(img/side_foot.gif);
  background-repeat : no-repeat;
  width : 220px;
  height : 15px;
  line-height:1px;
  margin-bottom:13px;
  text-indent:-9999px;
}

/* アクセス */
#access{
  margin: 0;
  padding:0;
  clear : both;
  width : 220px;
  text-align : left;
}

#access .access_head{
  background-image : url(img/side_head.gif);
  background-repeat : no-repeat;
  width : 220px;
  height : 15px;
  font-size:1px;
  margin-top:7px;
  text-indent:-9999px;
}

#access .access_contents{
  background-image : url(img/side_contents.gif);
  background-repeat : repeat-y;
  width : 220px;
}

#access .access_contents .access_text{
  width : 195px;
  height: 110px;
  margin: 0 auto;
  padding: 5px 0 0 15px;
}

#access .access_contents .access_text a{
  color: #0000ff;
  text-decoration: none;
  margin-left:110px;
}

#access .access_contents .access_text a:hover{
  color: #ff9900;
}

#access .access_contents .tel_img{
  margin:0 0 0 20px;
}

#access .access_foot{
  background-image : url(img/side_foot.gif);
  background-repeat : no-repeat;
  width : 220px;
  height : 15px;
  line-height:1px;
  text-indent:-9999px;
}

/* ブログ記事用
----------------------------------------------- */
#blog{
  width:590px;
  margin:  0 auto 40px 0;
  text-align:left;
  padding-left:10px;
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 17pt;
  letter-spacing : 1pt;
}

.entry-footer{
 margin: 5px 10px 0 0;
 border-top: 1px dotted #ccc;
 padding: 5px 0;
 color: #999;
 font-size: 10px;
 text-align: right;
}

.f-navi{
 margin: 5px 0;
 text-align: center;
 clear: both;
}

.gotop{
 text-align: right;
 clear: both;
 padding: 10px;
}

.img{
 float: left;
 margin: 0 5px 5px 0;
 text-align: center;
}

.tb-info{
 text-align: center;
 border: 1px dotted #ccc;
}

/* フッター */
#footer{
 position: relative;
 width: 860px;
 text-align: left;
 padding: 0;
 clear: both;
 padding: 25px 0 0 0;
}

#footer p{
 padding: 25px 0 0 0;
 margin: 0 auto;
 font-size: 0.8em;
 text-align: center;
 color: #666666;
}

/* サイド　ユーナビフォーム */

/* 共通スタイル設定 */
#body_box{
  width : 190px;
  background-color : #FFFFFF;
  color : #000000;
  text-align:center;
  margin: 0 auto 0 12px;
}

#form_box{
  border : 1px solid #FFFFFF;
}

#item_box{
  color : #000000;
  background-color : #3366ff;
}

.item_tr{
  border : 1px solid #666666;
}

.item_attr_form{
  background-color : #ffffff;
  font-size : 13px;
  line-height:150%;
  text-align : left;
}

/* 必須コメント */
#req_text{
  font-weight : bold;
  color : #990000;
  text-align : right;
  padding : 3px;
}

/* ボタン */
.regist_btm{
  text-align : center;
}
