/*
  free_contents_info.css,v 1.5 2004/11/16

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

*/
/* ---------------------------
 ID:フリーコンテンツリスト
--------------------------- */
#fcList_info {
  width: 150px;
  margin: 10px 0px 0px 0px;
}
/* ---------------------------
 ID:リストタイトル
--------------------------- */
#fcListTitle_info {
  width: 140px;
  text-align: center;
/*  background-color: #321414;*/
  background-color: transparent;  /* 2009-09-07 modi*/
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
  border-width: 0px 0px 1px 0px;
  border-style: solid solid solid solid;
  margin: 0px 0px 5px 0px;
}
/* ---------------------------
 ID:リストコンテンツ
--------------------------- */
#fcListContent_info {
  width: 140px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
/*  background-color: #321414;*/
  background-color: transparent;  /* 2009-09-07 modi*/
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
}
/* ---------------------------
 CLASS：リストタイトル
--------------------------- */
#fcListTitle_info h3 {
  font-family: Verdana, Osaka, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
/* ---------------------------
 CLASS：リスト
--------------------------- */
#fcListContent_info ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
/* ---------------------------
 CLASS：リスト
--------------------------- */
#fcListContent_info li {
  font-family: Verdana bold, Osaka, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 14px;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
/* ---------------------------
 CLASS：リストリンク（通常）
--------------------------- */
#fcListContent_info a {
  font-family: Verdana bold, Osaka, Arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
/* ---------------------------
 CLASS：リストリンク（カーソルが上に乗ったとき）
--------------------------- */
#fcListContent_info a:hover { 
  color: #FFFFFF;
  text-decoration: underline;
}
/* ---------------------------
 CLASS：日付
--------------------------- */
#fcListContent_info span.date {
  font-family: Verdana, Osaka, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
  width: 70px;
}
/* ---------------------------
 ID:フリーコンテンツ
--------------------------- */
#fc_info {
  margin: 5px 15px 5px 0px;
}
/* ---------------------------
 ID:ページタイトル
--------------------------- */
#fcTitle_info {
  width: 100%;
  text-align: left;
/*  background-color: #FFFFFF;*/
/*  border-color: #CFCFCF #FFFFFF #CFCFCF #FFFFFF;*/
/*  border-width: 1px 1px 1px 1px;*/
/*  border-style: dashed solid dashed solid;*/
  padding: 0px 5px 0px 10px;
  color: #000000;
  margin: 0px 0px 10px 0px;
  background-color: transparent;  /* 2009-09-07 modi*/
}
/* ---------------------------
 ID:ページコンテンツ
--------------------------- */
#fcContent_info {
  width: 100%;
  font-family: Verdana, Osaka, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  text-align: left;
  padding: 5px 5px 5px 10px;
}
/* ---------------------------
 CLASS：ページタイトル
--------------------------- */
#fcTitle_info h1.title {
  font-family: Verdana, Osaka, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  margin: 5px 5px 5px 0px;
}
/* ---------------------------
 CLASS：日付
--------------------------- */
#fcContent_info p.date {
  font-family: Verdana, Osaka, Arial, sans-serif;
  font-size: 11px;
  text-align: right;
}
/* ---------------------------
 CLASS：コンテンツリンク（通常）
--------------------------- */
#fcContent_info a { 
  color: #000000;
  text-decoration: none;
}
/* ---------------------------
 CLASS：コンテンツリンク（カーソルが上に乗ったとき）
--------------------------- */
#fcContent_info a:hover { 
  color: #FF0000;
  text-decoration: underline;
}
/* ---------------------------
 CLASS：戻るボタン
--------------------------- */
#fc_info p.img_button { 
  margin: 10px 5px 10px 5px;
  text-align: right;
}
/* ---------------------------
 CLASS :ページコンテンツ table
--------------------------- */
#fcContent_info table{
  font-family: Verdana, Osaka, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
/*
  border-color: #999999;
  border-width: 1px;
  border-style: solid;
*/
  padding: 2px;
}
/* ---------------------------
CLASS：奇数行
--------------------------- */
#fcContent_info .odd {
  background: #f4f7fd;
}
/* ---------------------------
CLASS：偶数行
--------------------------- */
#fcContent_info .even {
  background: #ff0000;
}
/* ---------------------------
 CLASS：リスト
--------------------------- */
#fcContent_info ul {
  padding: 0px;
  margin: 0px 0px 0px 20px;
}
