/*

  common.css

  Common Box Style
  Cascading Style Sheet

*/

img {border-style: none;}

/*-- Body ----------------------------*/
body {
  /*-- align --*/
  text-align: center;

  /*-- display --*/
  z-index: 1;

  /*-- background --*/
  /*background-color: rgb(230,230,237);*/
  background-color: rgb(172,172,172);
  background-image: url(./img/bg-body.gif);
  background-repeat: repeat-x;
  border-style: hidden;
  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  /*-- padding --*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right:0px;

  /*-- border --*/
  border-style: none;
}


/*-- Container -----------------------*/
#container {
	/*-- size --*/
  width: 781px;
	/*-- display --*/
  z-index: 2;
	overflow: hidden;
	/*-- position --*/
  position: relative;
	/*-- align --*/
  text-align: left;
	vertical-align: top;
	/*-- background --*/
  background-color: transparent;
	background-image: none;
	/*-- border --*/
  border-style: none;
	/*-- margin --*/
  margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	/*-- padding --*/
  padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*-- text --*/
  color: rgb(51,51,51);
	font-family: "MS Gothic","MS ゴシック",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
}

td{
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  }

/*-- Header --------------------------*/
#container #header {
  /*-- size --*/
  width: 781px;
  height: 66px;

  /*-- display --*/
  z-index: 3;
  overflow: hidden;

  /*-- border --*/
  border-style: none;

  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  /*-- padding --*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


/*-- Branding ------------------------*/
#container #branding {
  /*-- size --*/
  width: 780px;
  height: 66px;

  /*-- display --*/
  z-index: 3;
  overflow: hidden;

  /*-- border --*/
  border-style: none;

  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  /*-- padding --*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


/*-- Contents ------------------------*/
#container #main {
	/*-- size --*/
  width: 781px;
  height: auto;
	/*-- display --*/
  z-index: 3;
	overflow: hidden;
	/*-- position --*/
  position:relative;
	/*-- border --*/
  border-style: none;
	background-image: url('./img/sNavi_bg.jpg');
	background-repeat: repeat-y;
	background-position: 0% 0%;
	/*-- margin --*/
  margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*-- padding --*/
  padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


/*-- Side Navigation -----------------*/
#main #sNavi {
  /*-- size --*/
  width: 179px;
  height: auto;
  /*-- display --*/
  z-index: 4;
  overflow: hidden;

  /*-- position --*/
  float: right;

  /*-- border --*/
  border-style: none;

  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  /*-- padding --*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


/*-- Contents ------------------------*/
#main #h1 {
  /*-- size --*/
  _width: 602px;
  _height: 78px;

  /*-- display --*/
  z-index: 4;
  _overflow: hidden;

  /*-- position --*/
  _float: left;

  /*-- border --*/
  border-style: none;

  /*-- background --*/
  background-color: transparent;
  background-image: none;

  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;

  margin-right: 179px;
  _margin-right: 0px;

  /*-- padding --*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/*-- Table Contents ------------------------*/

#faq td{padding:8px;}
#space {margin-bottom:25px;}
#main #contents {
	/*-- size --*/
  _width: 602px;
  _height: auto;
	/*-- display --*/
  z-index: 3;
	_overflow: hidden;
	/*-- position --*/
  _float: left;
	/*-- border --*/
  border-style: none;
	/*-- background --*/
  background-color: transparent;
	background-image: none;
	/*-- margin --*/
  margin-top: 0px;
	margin-left: 0px;
	margin-right: 179px;
	_margin-right: 0px;
	/*-- padding --*/
  padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 0px;
	bottom: 1000px;
}


/*-- Footer --------------------------*/
#container #footer {
  /*-- size --*/
  width: 780px;
  height: auto;
  
  /*-- display --*/
  z-index: 3;
  overflow: hidden;

  /*-- position --*/
  clear: both;

  /*-- border --*/
  border-style: none;

  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  /*-- padding --*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/*---productTab------------*/
#tabhead {
  /*-- size --*/
  height:27px;

  /*-- align --*/
  vertical-align:baseline;
  
  /*-- background --*/
  background-image:url(./img/tab_bg.gif);
  background-repeat:repeat-x;
  background-position: 0% 0%;
  
  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
  
  /*-- padding --*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 9px;
  padding-right: 0px;
}

#tabmain {
  /*-- align --*/
  vertical-align:baseline;

  /*-- border --*/
  border-bottom-color: #bdbdbd;
  border-left-color: #bdbdbd;
  border-right-color: #bdbdbd;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;

  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
  
  /*-- padding --*/
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
}

/*

  style.css

  Current Page Style
  Cascading Style Sheet

*/


/*-- Topics --------------------------*/
#sNavi .link {
  width: 179px;
  height: 32px;
  /*-- background --*/
  background-image: url('./img/sNavi_link.jpg');
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#sNavi .link p {
  /*-- margin --*/
  margin-top: 6px;
  margin-bottom: 5px;
  margin-left: 25px;
  margin-right: 5px;
}

#sNavi .link a {
  /*-- text --*/
  color: rgb(255,255,255);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  text-decoration: none;
}

#sNavi .link a:hover {
  /*-- text --*/
  text-decoration: underline;
}


#sNavi .links {
  width: 179px;
  height: 28px;
  /*-- background --*/
  background-image: url('./img/sNavi_links.jpg');
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#sNavi .links p {
  /*-- margin --*/
  margin-top: 6px;
  margin-bottom: 5px;
  margin-left: 30px;
  margin-right: 5px;
}

#sNavi .links a {
  /*-- text --*/
  color: rgb(255,255,255);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: normal;
  text-decoration: none;
}

#sNavi .links a:hover {
  /*-- text --*/
  text-decoration: underline;
}


#sNavi .linkb {
  width: 179px;
  height: 32px;
  /*-- background --*/
  background-image: url('./img/sNavi_linkb.jpg');
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#sNavi .linkb p {
  /*-- margin --*/
  margin-top: 6px;
  margin-bottom: 5px;
  margin-left: 25px;
  margin-right: 5px;
}

#sNavi .linkb a {
  /*-- text --*/
  color: rgb(105,105,105);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight:bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  text-decoration: none;
}


#sNavi .linka {
  width: 179px;
  height: 28px;
  /*-- background --*/
  background-image: url('./img/sNavi_linka.jpg');
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#sNavi .linka p {
  /*-- margin --*/
  margin-top: 6px;
  margin-bottom: 5px;
  margin-left: 38px;
  margin-right: 5px;
}

#sNavi .linka a {
  /*-- text --*/
  color: rgb(255,255,255);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  text-decoration: none;
}

#sNavi .linka a:hover {
  /*-- text --*/
  text-decoration: underline;
}

#sNavi .linkb {
  width: 179px;
  height: 32px;
  /*-- background --*/
  background-image: url('./img/sNavi_linkb.jpg');
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#sNavi .linkb p {
  /*-- margin --*/
  margin-top: 6px;
  margin-bottom: 5px;
  margin-left: 25px;
  margin-right: 5px;
}

#sNavi .linkb a {
  /*-- text --*/
  color: rgb(105,105,105);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight:bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  text-decoration: none;
}

#sNavi .linkc {
  width: 179px;
  height: 28px;
  /*-- background --*/
  background-image: url('./img/sNavi_linkc.jpg');
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#sNavi .linkc p {
  /*-- margin --*/
  margin-top: 6px;
  margin-bottom: 5px;
  margin-left: 42px;
  margin-right: 5px;
}

#sNavi .linkc a {
  /*-- text --*/
  color: rgb(255,255,255);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: normal;
  text-decoration: none;
}

#sNavi .linkc a:hover {
  /*-- text --*/
  text-decoration: underline;
}


#contents h2 {
  /*-- size --*/
  width: 602px;
  height: 78px;

  /*--  display --*/
  overflow: hidden;

  /*-- position --*/
  
  /*-- border --*/
  border-style: none;

  /*-- background --*/
  background-color: transparent;
  background-image: url('./img/lower_title_bg.jpg');
  background-repeat: no-repeat;
  background-position: 0% 0%;

  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  /*-- padding --*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;

  /*-- text --*/
  color: rgb(51,51,51);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}

#contents .h2 {
  /*-- size --*/
  width: 550px;
  height: 47px;

  /*-- position --*/
  text-align: left;

  /*-- background --*/
  background-image: url("./img/m_title.gif");
  background-repeat: no-repeat;
  background-position: 0 0;

  /*-- margin --*/
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;

  /*-- padding --*/
  padding-top: 15px;
  padding-left: 15px;

  /*-- text --*/
  color: rgb(255,255,255);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
}


#contents table {
  font-size: 10px;
  /*-- margin --*/
  margin-top: 10px;
  margin-bottom: 10px;
  /*- border -*/
  border-collapse: collapse;
}

#contents th {
  /*-- align --*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
  margin-top: 10px;
  margin-bottom: 30px;
  
  background-color:rgb(150,150,150);
  
  color:rgb(255,255,255);
  font-size: 13px;
  font-weight:bold;
  text-align: center;
  
}


#contents .border,
#contents .border th,
#contents .border td {
  /*- border -*/
  border-collapse:separate;
  border-style: solid;
  border-color:#CCCCCC;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

#contents ul {
  /*-- margin --*/
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 20px;

  /*-- text --*/
  color: rgb(51,51,51);
  font-family: "MS Gothic","MS ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: normal;
}

#contents ul li {
  /*-- margin --*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 20px;

  /*-- text --*/
  color: rgb(51,51,51);
  font-family: "MS Gothic","ＭＳ ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: normal;
}


#contents p {
  /*-- margin --*/
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 30px;

  /*-- text --*/
  color: rgb(51,51,51);
  font-family: "MS Gothic","ＭＳ ゴシック",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}


#contents p.bottom {
  /*-- margin --*/
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 10px;
}


/*-- type:sentence        --*/
/*-- margin:large         --*/
/*-- align:left           --*/
/*#contents p.small {

  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 40px;
  font-size:10px;
}
*/

#contents p.small {
  /*-- margin --*/
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 40px;
  font-size:10px;
}

#contents p.small_txt {
  /*-- margin --*/
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  font-size:10px;
}

/*-- type:sentence        --*/
/*-- margin:large         --*/
/*-- align:right          --*/
#contents p.bottom_right {
  /*-- position --*/
  text-align: right;

  /*-- margin --*/
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 40px;
}

/*-- type:sentence        --*/
/*-- margin:middle        --*/
/*-- align:right          --*/
#contents p.right {
  /*-- position --*/
  text-align: right;

  /*-- margin --*/
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 40px;
}

p.box {
  /*-- margin --*/
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;

  /*-- margin --*/
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;

  color: #666666;
  background-color: #f0f0f0;

  /*-- border --*/
  border-style: solid;
  border-color: #666666;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

#content_body {
  padding:25px 25px 30px 25px;
}

.m_title {
  width:550px;
  height:32px;
  color:#890000;
  /*color:#FFFFFF;*/
  font-weight:bold;
  font-size: 14px;
  margin:5px 0 0 0;
  padding:10px 0 0 20px;
  background:url(./img/m_title.jpg);
  background-repeat:no-repeat;
}

.m_title_rss {
/*
  width:550px;
  height:32px;
*/
  color:#890000;
  /*color:#FFFFFF;*/
  font-weight:bold;
  font-size: 14px;
/*
  margin:0 0 15px 0;
  padding:10px 0 0 20px;
  background:url(./img/m_title_rss.jpg);
  background-repeat:no-repeat;
*/
}


.s_title {
  width:550px;
  height:20px;
  margin:10px 0 0 0;
  padding:4px 0 0 23px;
  font-size: 13px;
  background:#EEEEEE;
  background:url(./img/s_title.jpg) no-repeat;
  background-repeat:no-repeat;}
}


.s_title1 {
  width:550px;
  height:20px;
  margin:0 0 15px 0;
  padding:4px 0 0 23px;
  font-size: 13px;
  background:#EEEEEE;
  background:url(./img/s_title1.jpg) no-repeat;
  background-repeat:no-repeat;}
}

.s_title2 {
  width:550px;
  height:20px;
  margin:0 0 15px 0;
  padding:4px 0 0 23px;
  font-size: 13px;
  background:#EEEEEE;
  background:url(./img/s_title2.jpg) no-repeat;
  background-repeat:no-repeat;}
}

.s_title3 {
  width:550px;
  height:20px;
  margin:0 0 15px 0;
  padding:4px 0 0 23px;
  font-size: 13px;
  background:#EEEEEE;
  background:url(./img/s_title3.jpg) no-repeat;
  background-repeat:no-repeat;}
}

.s_title4 {
  width:550px;
  height:20px;
  margin:0 0 15px 0;
  padding:4px 0 0 23px;
  font-size: 13px;
  background:#EEEEEE;
  background:url(./img/s_title4.jpg) no-repeat;
  background-repeat:no-repeat;}
}

#box {
  margin:0 0 20px 0;
}

.bold {
  font-weight:bold;
}

.red_b {
  font-weight:bold;
  color:#DE0010;
}

.gray_txt {
  color:#666666;
}

.white_b {
  color:#FFFFFF;
  font-weight:bold;
}

.red {
  color:#D1174C;
}

.txt_btn {
  width:150px;
  height:20px;
  padding:0 0 0 30px;
  color:#FFFFFF;
  font-weight:bold;
  text-align:left;
  background:url(./img/btn_img.jpg);
}

.txt_btn a:link {
  color:#FFFFFF;
  text-decoration:none;
}

.txt_btn a:visited {
  color:#FFFFFF;
  text-decoration:none;
}

.txt_btn a:hover {
  color:#FFFFFF;
  text-decoration:none;
}

.txt_btn a:active{
  color:#FFFFFF;
  text-decoration:none;
}

a:link {
  color:#075590;
  text-decoration:none;
}

a:visited {
  color:#C80B45;
  text-decoration:none;
}

a:hover {
  color:#0D80D8;
  text-decoration:none;
}

a:active{
  color:#C80B45;
  text-decoration:none;
}


#tabmain .s_title {
  width:auto;
}

#contents #tabmain p.bottom{
  margin-right:0px;
}


#.tbl-st1 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 125%;
	background-color: #CCCCCC;
}

#.tbl-st1 th {
	margin: 0px;
	padding: 3px 6px;
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
}

#.tbl-st1 td {
	margin: 0px;
	padding: 3px 6px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
}

#.attention {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 150%;
}

