h2.s_h2 {
  border-bottom:1px solid #FF9900;
  font-size:18px;
}
#common_left2 h3{
  font-size: 16px;
  line-height: 50px;
  margin:20px 0 10px 0;
  clear: both;
  height: 50px;
  background: #aaa url(../img/common/title_660_bg2.gif) no-repeat left top;
  overflow: hidden;
  padding:0 10px;
}

#common_left2 p {
  margin: 5px 0 2em 1em;
}
#common_left2 ul,ol {
  margin: 0 0 2em 1em;
}
#common_left2 ul li,common_left2 ol li {
  margin: 0 0 0.5em 0;
}
#common_left2 ul {
  list-style: outside disc ;
  padding:0 0 0 1.5em;
}
#common_left2 ol {
  list-style: outside decimal ;
  padding:0 0 0 2em;
}

#common_left2 dl {
  margin: 0 0 2em 1em;
}
#common_left2 dl dt{
  font-weight:bold;
}
#common_left2 dl dd {
  margin:0 0 1em 1em;
}

/***********FAQ********/
#faq h3 {
  border-bottom: 1px solid #669900;
}
#faq dl {
  margin:0.5em 0 2em 0;
}
#faq dl dt{
  background: #F2F7FB;
  color:#245175;
  padding:3px 10px;
}
/*********company******************/
#company table {
  border-collapse: collapse;
  width: 100%;
}
#company table th,
#company table td {
  border-bottom: 1px dotted #bbb;
  border-top: 1px dotted #ddd;
  padding:8px;
}
#company table th {
  font-weight: bold;
  color:#999;
}
/*****************************************************************
     タブ用
/*****************************************************************/

/*********************/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
#common_left2 ul.ui-tabs-panel {
  padding: 20px 15px;
  overflow:hidden;
  clear: both;
  _width:620px;
  }

#common_left2 ul.ui-tabs-nav {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
    border-bottom: 2px solid #0080FF;
}
#common_left2 ul.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#common_left2 ul.ui-tabs-nav li {
    float: left;
    margin: 0 5px 0 0px;
}
#common_left2 ul.ui-tabs-nav a {
	width: 188px;
	height: 34px;
	display: block;
  overflow:hidden;
  text-align:center;
  background: #DDD;
  line-height:34px;
}
#common_left2 ul.ui-tabs-nav a:hover{
    background: #0080FF;
    color:#FFF;
}

#common_left2 ul li.ui-tabs-selected a{
    background: #0080FF;
    color:#FFF;
}
/* Additional IE specific bug fixes... */
* html #common_left2 ul.ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #common_left2 ul.ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/**********グレー枠***********/
.st_outline {
	background: #cccccc;
	overflow: hidden;
	padding: 4px;
	margin:0 0 10px 0;
}
.st_inline {
	background: #FFFFFF;
	padding:10px;
}
.st_inline h4 {
	font-size:16px;
	color: #000000;
	background: url(../img/common/list05.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
	border-bottom:2px solid #ddd;
}
#common_left2 ul.a_r_li {
	list-style:none;
	margin: 0;
	padding:0;
	overflow: hidden;
	margin: 10px 5px;
}

#common_left2 ul.a_r_li li{
	float: left;
	margin: 0;
	padding:0;
	margin: 0 3px 3px 0;
	width: 150px;
}
#common_left2 ul.a_r_li li a{
	display: block;
	background: #555;
	padding:10px 7px;
	font-weight:bold;
	color: #FFF;
	border:1px solid #444;
	text-align:center;
}
#common_left2 ul.a_r_li li a:hover{
	background: #888;
}
.bg_co01 {
	background: #FFF0D9;
	padding:10px;
	margin: 0 0 10px 0;
}
