@charset "utf-8";






/* Web Cas Css Document


サブページ共通

  
sub.css

----------------------------------------------------------------------- */

/*---------------------------------------------------------------------

1.タイトル

2.画像・段落

3.その他

---------------------------------------------------------------------*/


/*1.タイトル
----------------------------------------------------------------------*/
#contener h1{
	margin: 10px 0px 15px 0px;
	padding: 0px;
	font-size: 16px; line-height: 130%; clear: both;
}
 
#contener h2{
	margin: 5px 0px 11px 5px;
	padding: 0px 0px 3px 5px;
	width: 630px; font-size: 14px; line-height: 130%; color: #555555;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}

#contener h2 img{
  margin: 0px;
  padding: 0px;
}

#contener h3{
  margin: 5px 0px 15px 10px;
  padding: 0px 0px 0px 10px;
  background-image: url(../../commom/images/icon_navy.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 75%;
  clear: both;
}

#contener h4{
  background-image:url(../../commom/images/h4_bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 630px;
  height: 23px;
  margin: 13px 0px 10px 5px;
  padding: 4px 0px 0px 10px;
  font-size: 80%;
}


/*2.段落・画像
-----------------------------------------------------------------------------*/


p.topItem{
clear: both;
  margin: 4px 10px 20px 10px;
  padding: 0px;
}

p.conP{
  clear: both;
  margin: 10px 10px 15px 10px;
  padding: 0px;
}

img.conImg{
  margin: 10px 0px 10px 0px;
  padding:0px;
}


#contener ul.conUL{
  margin: 10px 15px 20px 5px;
  padding: 0px;
}

#contener ul.conUL li{
  list-style-image: url(../../commom/images/icon_list_glay.gif);
  margin: 0px 0px 8px 24px;
  padding: 0px;
}


#contener dl.conDl{
  margin: 20px 10px;
  padding: 0px;
}

#contener dl.conDl dt{
   background-image:url(../images/icon_list_glay.gif);
   background-position: 0 4px;
   background-repeat: no-repeat;
   font-weight: bold;
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 0px 10px;
}

#contener dl.conDl dd{
  margin: 0px 0px 10px 10px;
  padding: 0px;
}



/*3.その他
-----------------------------------------------------------------------------*/

.center{
  width: 100%;
  text-align: center;
  margin: 0px 0px 30px 0px;;
  padding: 0px;
 }


