@charset "UTF-8";


/* --------------------------------------------
  Base Layout
-------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
  line-height: 1.4;
  text-align: center;
  background: url(http://www.edwin.co.jp/common/satellite_site/img/bg_header.gif) left top repeat-x;
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

input,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
  font-size: 11px;
}


/* link
-----------*/

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
   text-decoration: underline;
}


/* link_black
-----------*/
a.link_black {
  color: #000000;
  text-decoration: none;
}
a.link_black:hover {
   text-decoration: underline;
}


.clearfix {
display:block;
min-height:1%;
}


.blockC {
text-align:center;
}
.blockC img{
	vertical-align: middle;
}


.over, .overgroup, .currentBtn {
}


ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}






/* wrapper
-------------------------------------------------------------*/
#wrapper {
  width: 990px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  text-align: left;
}




/* sub
-------------------------------------------------------------*/

#sub {
	float: left;
	width: 230px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Sub Search */
#sub .top-search {
	margin: 20px 0 0 10px;
	padding: 0;
	overflow: hidden;
}

#sub .top-search p.searchCap {
	font-size: 10px;
	color: #999999;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sub .top-search p.searchForm {
	clear: left;
	margin: 0;
	padding: 0 0 0 0;
}
#sub .top-search p.searchForm input {
	height: 11px;
	width: 130px;
}

#sub .top-search p.searchBtn {
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
}

#sub .top-search .s-box {
	float: left;
	margin: -2px 5px 0 0;
	padding: 0;
}



/* contents
-------------------------------------------------------------*/
#contents {
  clear: both;
  width: 990px;
  background: #FFFFFF;
  margin: 5px 0 0 0;
}






/* Bottom Button
-------------------------------------------------------------*/
.btm_btn {
	clear: both;
	margin: 0 0 0 3px;
	padding: 30px 0 0 0;
}

.btm_btn a img {
	border: none;
}

.btm_btn p {
	line-height: 20px;
}





/* Toiawase
-------------------------------------------------------------*/
#otoiawase {
	clear: both;
	width: 990px;
	margin: 0 0 0 3px;
	padding: 10px 0 0 0;
}
#otoiawase p a {
	text-decoration: underline;
}
#otoiawase p a:hover {
	text-decoration: none;
}




#topicsPath{
	padding:10px 0 0 0;
}

#topicsPath:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #topicsPath
{
  height: 1%;
  /*＼*//*/
  height: auto;
  overflow: hidden;
  /**/
}
  #topicsPath ul {}
    #topicsPath li {
      background: url(../../images/parts/cmn_ico_topicsPath.jpg) left center no-repeat;
      float: left;
      padding-left: 10px;
      margin-right: 7px;
      line-height: 19px;
      font-size: 11px;
    }
   * html #topicsPath li {
      background: url(../../images/parts/cmn_ico_topicsPath.jpg) left 6px no-repeat;
   }

    #topicsPath .topicsPath_home {
      background: none;
      padding-left: 0px;
      margin-left: 1px;
    }
    #topicsPath li img {
      display: block;
	  border: none;
    }
            #topicsPath li a {
                color: #000000;
            }




/* --------------------------------------------
  common style
-------------------------------------------- */
.over,
.overgroup,
.currentBtn {}

ul.notes_kome li { 
  padding-left:0;
  text-indent: 0;
}
ul.notes_kome {
  padding-left: 0;
  text-indent: 0;
}
  ul.notes_kome span { 
    padding-right: 0;
  }

input.bor {
  border-top: 1px solid #b3b2b2;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #b3b2b2;
  border-bottom: 1px solid #dcdcdc;
}

.error_message {
  font-weight: bold;
  color: #d6000f;
  font-size: 12px;
}
