html,body{
  background-image:url("../../img_material/bg.gif");
  /*background-repeat: no-repeat;*/
  background-position: center top;
  text-align:center;
  height:auto;
  /* フォントの設定 */
  font-family: sans-serif;
  font-size:10pt;
  /*追加分*/
  margin:0;
  padding:0;

 }

div#parents{
  background-color:#FFFFE0;
  width:950px;
  height:auto;
  margin: 0 auto;  
  text-align: center; 
  /*追加分*/
  margin:0 auto;
  text-align:center;

 }

div#right{
  width:220px;
  height:auto;
  background-color:#FFFF00;
  float:left;
 }
div#header_off{
  background-image:url("../../img_material/bg_off.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height:150px;
  margin-top:-21px;
 }

div#search{
 height:auto;
 vertical-align:middle;
 text-align:center;
 position: relative;
 padding-top:60px;
 }

div#cate_btn{
 height:38px;
 vertical-align:middle;
 margin-top:-50px;
 margin-left:-60px;
 }

/* カテゴリボタンのCSS */

ul#cate_btn{
 width:888px;
 height:30px;
 list-style-type: none;
 padding-left:0px;
 }
li#cate_btn{
 width:104px;
 height:30px;
 float:left;
 padding-right:5px;
 }

a#cate_btn{
 }

/* フッターのCSS */

table.footer_list{
 width:auto;
 height:10px;
 padding-left:0px;
 text-align:center;
 margin: 0 auto;  
 }
td.footer_list{
 width:150px;
 height:30px;
 float:left;
 padding-right:5px;
 
 /* フォントの設定 */
 font-family: sans-serif;
 font-size:9pt;
 }
td#company{
 width:auto;
 }
td#agreement{
 width:auto;
 }
td#privacy{
 width:auto;
 }
a#footer_list{
 }


/* フッターDIVのCSS */
div#footer_top{
 width:950px;
 vertical-align:middle;
 text-align:center;
 margin: 0 auto;  
 clear:left;
 /* 線の設定 */
 border-style:double;
 border-top-width:3px;
 border-bottom-width:0px;
 border-left-width:0px;
 border-right-width:0px;
 border-color:#000000;
 
 /* フォントの設定 */
 font-family: sans-serif;
 font-size:9pt;
 }

div#footer_under{
 width:950px;
 vertical-align:middle;
 text-align:center;
 clear:left;
 /* フォントの設定 */
 font-family: sans-serif;
 font-size:8pt;
 }

input.txt_search {
 width:300px;
 height:30px;
 line-height:25px;
 }

input.btn_search {
 width:70px;
 height:30px;
 }

img{
  border: 0px;
 }

h1 {
 color:red;
 font-size:14px;
 }


h5 {
 color:red;
 margin-top:0px;
 }

/* 項目3番目数字 */
ol.list3_num{
 list-style-type: decimal;
 }

/* 項目3番目数字無し */
ol.list3_none{
 list-style-type: none;
 }

/* 項目3番目 */
li.list3{
 font-size:15px;
 padding-top:10px;
 padding-bottom:10px;
 }
 
/* 項目4番目数黒四角(■) */
ol.list4_shikaku{
 list-style-type: square;
 }

/* 項目4番目数字 */
ol.list4_num{
 list-style-type: lower-roman;
 }

/* 項目4番目数字 */
ol.list4_none{
 list-style-type: none;
 }

/* 項目4番目 */
li.list4{
 font-size:15px;
 padding-top:10px;
 padding-bottom:10px;
 }
