@charset "UTF-8";
/* CSS Document */

/*サイト情報共通**********************************/

.info{
	padding:0 20px 20px;
	margin-bottom:10px;
}

#main .info h3{
	margin:20px 0;
}
.info p{
	margin-bottom:10px;
}

/**個人情報保護************************************************/
#pagePrivacy #header {
	background-image:url(../images/head04.jpg);
}
/*制定日など*/
#stamp{
	margin-top:30px;
}
#stamp ul{
	float:right;
}
#stamp li{
	list-style-type:none;
}
/*clearfix*/
#stamp:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#stamp{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html #stamp{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

/**サイトマップ************************************************/
#pageSiteMap #header {
	background-image:url(../images/head05.jpg);
}
#pageSiteMap .info dl{
	font-size:90%;
}
/*clearfix*/
#pageSiteMap .info dl:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#pageSiteMap .info dl{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html #pageSiteMap dl{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

#pageSiteMap .info dt{
	margin:0;
	padding:5px;
	clear:both;
	float:left;
	display:block;
	width:150px;
	background-image:url(../images/icon_square.jpg);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:16px;
	border-top-color:#999999;
	border-top-style:dotted;
	border-top-width:1px;
}
#pageSiteMap .info dd{
	margin-top:0;
	margin-left:10px;
	margin-bottom:15px;
	padding:5px;
	float:left;
	display:block;
	width:245px;
	border-top-color:#999999;
	border-top-style:dotted;
	border-top-width:1px;
}
#pageSiteMap .info li{
	line-height:2em;
}

/**お問い合せ************************************************/
#pageInquiry #header {
	background-image:url(../images/head06.jpg);
}
#pageInquiry form{
	margin:0;
	padding:0;
}
#pageInquiry h4{
	margin:20px 0;
	background-image:url(../images/icon_square.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:16px;
	padding-bottom:5px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#pageInquiry table{
	width:95%;
	margin: 0 auto;

	font-size:90%;
	border-collapse:separate;
	border-spacing:5px;
}
#pageInquiry table th{
	vertical-align:top;
	text-align:left;
}
#pageInquiry table p.notes{
	margin-bottom:5px;
}
#pageInquiry
#error_msg h4{
	background-image:none;
	padding:0;
	margin:10px 0;
	border-style:none;
	border-width:0;
}

#formBtn{
	text-align:center;
}
#formBtn input{
	margin:10px;
}

