@charset "utf-8";

/* CSS Informaition ****************************************

	FileName		top.css
	Descripton		トップページ用
	
***********************************************************/

#headerRightNav #headerMenu ul li.linkBox{
  background: #1a56bb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(common/js/PIE.htc);
  position:relative;
}
#cbox{
	background: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;
  width: 860px;
	margin: 0 auto 50px auto;
  padding: 0;
  border: 1px solid #d7d7d7;
  behavior: url(common/js/PIE.htc);
  position:relative;
}
#mainImg{
	width:860px;
	height:345px;
  margin: 0 auto 0 auto;
} 
#imgbox{
  width: 860px;
  height:275px;
	margin: 0 auto 0 auto;
}
#imgbox #photo{
  width: 575px;
  height:275px;
	margin: 0;
	float:left;
}
#imgbox #message{
  width: 285px;
  height:275px;
	margin: 0;
	background-image: url(../../img/txt_bk.jpg);
	float:right;
}
#imgbox #message p{
	margin: 0;
	padding:10px;
	font-size:120%;
	color:#FFF;
}

/* top: contents
 ******************************************************/

#topcontentsLeft {
	margin: 0 0 16px 0;
	padding: 0;
	float:left;
	width:560px;  
  background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;
  height:auto;
  border: 1px solid #d7d7d7;
  behavior: url(common/js/PIE.htc);
  position:relative;
}
#topcontentsRight {
	margin: 0;
	padding: 0;
	float:right;
	width:283x;
}
#topcontentsLeft h2 {
  background:url(../img/h1_title_icon.png) no-repeat left 7px;
  height:31px;
	margin: 5px 0 0 0;
  padding:6px 0 0 20px;
  font-size:160%;
}
#topcontentsLeft h3 {
	margin: 0;
  padding:10px 10px 0 22px;
  font-size:120%;
  font-weight:bold;
}
#topcontentsLeft p,
#topInquiry p {
	margin: 0;
  padding:0 20px 15px 32px;
}
#topInquiry {
	margin: 0;
	padding: 0;
	float:left;
	width:860px;  
  background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;
  height:auto;
  border: 1px solid #d7d7d7;
  behavior: url(common/js/PIE.htc);
  position:relative;
}
#topInquiry h2 {
  background:url(../img/h1_title_icon.png) no-repeat left 7px;
  height:31px;
	margin: 5px 0 0 0;
  padding:6px 0 0 30px;
  font-size:160%;
}
#topcontentsRight .infoWrapper {
	margin: 0 0 20px 0;
	padding:0;
  width: 283px;
  background: #fff;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d7d7d7;
	behavior: url(common/js/PIE.htc);
  position:relative;
}
#topcontentsRight .infoWrapper .info {
	margin: 0 0 16px 0;
	padding: 5px;
}
#topcontentsRight .infoWrapper .info ul {
	margin: 0 0 22px 0;
	padding: 0 5px;
}
#topcontentsRight .infoWrapper .info ul li{
	margin: 0;
	padding: 5px 0 5px 12px;
	background-image: url(../img/r_arrow.png);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 8px;
  border-bottom: #d7d7d7 1px dashed;
}

