/* CSS Document */

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

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

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

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

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

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

/* タイトルバナー */
#banner {
    padding: 52px;
    border-bottom: 1px solid #666699;
    color: #999999;
    background: #ffffff;
    background-position: left top;

	background-repeat:none;
    background-image: url("image/index_r1_c2.gif");
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}



/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 0px 0 10px;
    background: none;
    color: #444444;
    font-size: 10px;
    _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;
}






/* カラム切り替え */


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

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



/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 650px;
    margin: 0 0 10px 0;
		   border-left: 1px solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 170px;

}
.layout-two-column-left #links-left {
    padding: 0 0 0 0;
    color: #ffffff;
}





/* フッター部分 */
#footer
   {
   border-top: 1px solid #666699;
   padding-top:8px;
   padding-left:5px;
   padding-right:5px;
   padding-bottom:3px;
   clear:both;
   text-align:center;
   }
 
#footer p
   {
   font-size:10px;
   margin-top:0;
   margin-bottom:0;
   }
   
#footer a
   {
   color:#77a822;
   text-decoration:none;
   }
   
   
   
   
   
   
   

/* ナビゲーション部分 */
#nav
  {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 100%;
  }
  
#nav li
   {
   float: left;
   background-color: #DADADA;
   border: 1px solid #000;
   font-size: 11px;
   text-align: center;
   width: 85px;
   height: 20px;
   margin-top: 1px;
   margin-right: 0px;
   margin-left: 3px;
   }
   
#nav a
   {
   color: #000000;
   display: block;
   width: 85px;
   height: 20px;
   }
   
#nav a:hover
   {
   color:#FFFFFF;
   background-color:#666666;
   text-decoration:none;
   height:20px;
   }
   

.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
