@charset "Shift_JIS";

body { 
  margin: 0px 0px 50px 0px; 
  padding: 0px 0px 0px 0px; 
  background-color: #fff;


  color: #333; 
  width: 760px;
  }

/**************************.fs01, .fs02, .fs03 { font-family: sans-serif; }*/
.fs01 { font-size: 10px; }
.fs02 { font-size: 12px; }
.fs03 { font-size: 18px; }

/* default Link */
a:link { color: #039; text-decoration: none; } /* Blue */
a:visited { color: #039; text-decoration: none; }
a:hover { color: #039; text-decoration: underline; }


.clearb { display: block; clear: both; margin: 0px; padding: 0px; } /* 回り込み解除 */
.space1 { display: block; clear: both; margin: 10px 0px 10px 0px; padding: 0px; } /* 行間 */
.space2 { display: block; clear: both; margin: 3px 0px 3px 0px; padding: 0px; } /* 行間 */
sup { font-size:9px } /* 上付き文字 */

form { margin: 0px; }
input, select, textarea { margin: 0px 0px 0px 0px; }



#header { 
  background-color: #ff2233; 
  margin: 0px 0px 0px 40px; 
  padding: 0px 0px 15px 0px;
  width: 720px;
  }


#navi { /* グローバルナビゲーション */
  width: 720px;
  margin: 0px 0px 0px 40px; 
  padding: 0px 0px 0px 0px;
  background-color: #3366AA;
  font-size: 12px;
  line-height: 12px;
  color: #fff; 
  text-align: right;
  }
#navi span { 
  display: block;
  margin: 0px 0px 0px 0px; 
  padding: 3px 4px 3px 3px;
  }
#navi a:link { color: #fff; text-decoration: none; } /* White */
#navi a:visited { color: #fff; text-decoration: none; }
#navi a:hover { color: #fff; text-decoration: underline; }



#navi2 { /* 履歴設定 */
  margin: 0px 0px 0px 40px; 
  padding: 0px 10px 3px 0px; 
  }
#navi2 .history { 
  margin: 0px 10px 0px 4px; 
  padding: 3px 0px 3px 0px; 
  font-size: 10px;
  line-height: 15px;
  }
#navi2 .history a { 
  background: url(../images/arr01.gif) no-repeat right center;
  margin: 0px 3px 0px 0px;
  padding: 0px 14px 0px 0px;
  }
#navi2 .history .home { 
  background: url(../images/arr01.gif) no-repeat right center;
  margin: 0px 3px 0px 0px;
  padding: 0px 14px 0px 0px;
  }
#navi2 .history a:link { color: #03c; text-decoration: none; } /* Blue */
#navi2 .history a:visited { color: #03c; text-decoration: none; }
#navi2 .history a:hover { color: #03c; text-decoration: underline; }

.search { 
  margin: 2px 0px 2px 0px; 
  padding: 5px 5px 5px 5px; 
  background-color: #DDEEFF;
  font-size: 12px;
  text-align: right;
  }
.search input { 
  margin: 0px 0px 2px 0px; 
  padding: 0px 0px 0px 0px; 
  width: 165px;
  }



#contents { 
  margin: 10px 0px 40px 30px; 
  padding: 0px 0px 3px 50px; 
  background: url(../images/logo.gif) no-repeat left top;
  }
#contents .fs03 { /* コンテンツタイトル：18px */
  line-height: 26px;
  }
#contents .subcat { 
  margin: 10px 0px 0px 0px; 
  padding: 2px 4px 2px 4px; 
  background-color: #3366AA;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  }
 #contents .subcat2 { 
  margin: 10px 0px 0px 0px; 
  padding: 2px 4px 2px 4px; 
  background-color: #666;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  }
#contents ul, #contents ol {
  margin: 3px 10px 12px 0px;
  padding: 0px 0px 0px 0px;
  }
#contents li { /* 赤：デフォルトリスト */
  margin: 0px 0px 0px 20px;
  padding: 2px 0px 2px 0px;
  list-style-image: url(../images/point01.gif);
  font-size: 12px;
  line-height: 16px;
  list-style-position: outside;
  }
#contents ol li { 
  margin: 0px 0px 0px 20px;
  padding: 2px 0px 2px 0px;
  font-size: 12px;
  line-height: 16px;
  list-style: decimal;
  list-style-position: outside;
  }
#contents li a:link { color: #03c; text-decoration: none; } /* Blue */
#contents li a:visited { color: #03c; text-decoration: none; }
#contents li a:hover { color: #03c; text-decoration: underline; }
#contents .subhead { 
  margin: 12px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 17px;
  }
#contents .subtit { 
  margin: 10px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 17px;
  }
#contents .sentence { 
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 17px;
  }


#contents .hd01 { /* グレー */
  font-size: 12px;
  background: url(../images/point02.gif) no-repeat left top;
  margin: 3px 10px 3px 7px;
  padding: 0px 0px 2px 10px;
  line-height: 17px;
  }

#contents .hd02 ul { /* グレー：「products」用リスト */
  margin: 3px 10px 12px 0px;
  padding: 0px 0px 0px 0px;
  }
#contents .hd02 li { 
  margin: 0px 0px 0px 20px;
  padding: 2px 0px 2px 0px;
  list-style-image: url(../images/point02.gif);
  font-size: 12px;
  line-height: 14px;
  list-style-position: outside;
  }

#contents .hd03 li { /* 赤：「関連情報」用リスト */
  list-style-image: url(../images/point01.gif);
  font-size: 10px;
  line-height: 14px;
  list-style-position: outside;
  margin: 0px 5px 1px 20px;
  padding: 0px 0px 1px 0px;
  }





#footer { 
  margin: 10px 0px 10px 0px; 
  padding: 0px 0px 0px 0px; 
  font-size: 12px;
  line-height: 12px;
  }
#footer span { 
  display: block;
  margin: 0px 0px 0px 6px; 
  padding: 0px 0px 4px 0px; 
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  }
#footer .navi3 { 
  margin: 0px 0px 0px 0px; 
  padding: 3px 10px 3px 3px;
  border-top: 1px solid #ff2233; 
  border-right: 1px solid #ff2233; 
  font-size: 10px;
  line-height: 17px;
  text-align: right;
  }
#footer a:link { color: #03c; text-decoration: none; } /* Blue */
#footer a:visited { color: #03c; text-decoration: none; }
#footer a:hover { color: #03c; text-decoration: underline; }



#tdset { /* 「about」用テーブル設定 */
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 5px 0px;
  }
#tdset td {
  margin: 0px 0px 0px 0px;
  padding: 5px 8px 4px 8px;
  border-top: 1px solid #dcdcdc;
  font-size: 12px;
  line-height: 17px;
  }
#tdset .fs02 {
  background-color: #f5f5f5;
  }



#spec table {
  background-color: #C0C0C0;
  }
#spec td {
  background-color: #ffffff;
  padding: 3px 3px 3px 3px;
  }
#spec .thead {
  background-color: #808080;
  font-size: 12px;
  color: #ffffff; 
  }
#spec .shead {
  background-color: dcdcdc;
  font-size: 12px;
  color: #333333; 
  }
#spec .sshead {
  background-color: eeeeee;
  font-size: 12px;
  color: #333333; 
  }
#spec li {
  list-style-image: url(../images/point02.gif);
  }




/* 検索結果 */
#src-result .total {
  margin: 10px 0px 2px 0px; 
  padding: 2px 3px 2px 3px; 
  background-color: #36c; 
  color: #fff;
  line-height: 12px;
  }
#src-result .trans {
  text-align: center; 
  margin: 15px 0px 5px 0px;
  }
#src-result .src01 {
  margin: 5px 0px 0px 0px; 
  padding: 5px 0px 10px 0px; 
  line-height: 17px; 
  }
#src-result .src02 {
  margin: 5px 0px 0px 20px; 
  padding: 0px 0px 0px 0px; 
  color: #a9a9a9;
  }
#src-result .src03 {
  margin: 3px 0px 0px 20px;
  padding: 0px 0px 0px 0px; 
  color: #333; 
  line-height: 17px;
  }



#contents #support .subcat { 
  margin: 10px 0px 0px 0px; 
  padding: 2px 4px 2px 4px; 
  background-color: #999;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  }
#contents #support .no1 {
  margin: 2px 0px 2px 0px;
  padding: 1px 0px 0px 40px; 
  background: url(../images/support/ic_no1.gif) no-repeat left top;
  font-size: 12px;
  line-height: 15px;
  }
#contents #support .no2 {
  margin: 2px 0px 2px 0px;
  padding: 1px 0px 0px 40px; 
  background: url(../images/support/ic_no2.gif) no-repeat left top;
  font-size: 12px;
  line-height: 15px;
  }
#contents #support .no3 {
  margin: 2px 0px 6px 0px;
  padding: 1px 0px 0px 40px; 
  background: url(../images/support/ic_no3.gif) no-repeat left top;
  font-size: 12px;
  line-height: 15px;
  }
#contents #support .question {
  margin: 3px 0px 2px 0px;
  padding: 1px 0px 0px 22px; 
  background: url(../images/support/ic_question.gif) no-repeat left top;
  font-size: 12px;
  line-height: 15px;
  }
#contents #support .answer {
  margin: 6px 0px 15px 0px;
  padding: 1px 0px 10px 22px; 
  background: url(../images/support/ic_answer.gif) no-repeat left top;
  font-size: 12px;
  line-height: 17px;
  border-bottom:1px dotted #AAA;
  }
  
 #Error{ color:#FF0000; margin-top:5px; font-size:12px; background-color: #FFFFCC;}


.pagetop { 
  font-size: 10px;
  display: block; 
  text-align: right; 
  margin: 0px 0px 0px 0px; 
  padding: 15px 16px 15px 0px;
  background: #FFF url(../images/arr03.gif) no-repeat right center; 
  line-height: 10px;
  }




/**************************a { font-family: sans-serif; }*/


