@charset "shift_jis";

/*---------------------------------------------------------------
	各要素のリセット
---------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
	margin: 0; 
	padding: 0;
}
html{
	overflow-y: scroll;
}

body {
	font-size:   14px;
	font-family: Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", sans-serif;	line-height:1.5;
	text-align: center;	/* IEブロックセンター寄せ*/
	background: transparent url(../images/bg-body-header.gif) repeat-x;
}

/*firefox用スクロールバー強制表示*/
html {
	overflow-y: scroll;
}

ol, ul, li{
	list-style:decimal;
	line-height:1.5;
}

fieldset, img{
	 border:0;
}

a img {
  border: none;
}



/*---------------------------------------------------------------
	ClearFIX
---------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*---------------------------------------------------------------
	共通
---------------------------------------------------------------*/

a,
a:link,
a:visited,
a:active {
	color:#0000FF;
	text-decoration:none;
}

noscript {
	color:red;
	font-weight:bold;
}

/*---------------------------------------------------------------
	申込フォーム
---------------------------------------------------------------*/

#contents {
	width:750px;
	margin:0 auto;
	text-align: left;
}

#contents div.ttl-images {
	width:750px;
	margin: 15px 0;
	color: #000000;
	float:left;
}

/* 追加です */
div#globalHeader {
	width:750px;
	margin:0 auto 15px;
}

h1#siteId {
  float: left;
  width: 171px;
  height: 37px;
  margin: 18px 16px 0 0;
}

h1#siteId-nintei {
  float: left;
  width: 167px;
  height: 37px;
  margin: 18px 16px 0 0;
}

p#tagline {
  float: left;
  height: 35px;
  margin: 24px 0 0 0;
}

p#tagline-nintei {
  float: left;
  width: 270px;
  height: 36px;
  margin: 19px 0 0 0;
}


/*---------------------------------------------------------------
	個人情報保護への同意
---------------------------------------------------------------*/
#contents div.text-area {
	margin: 0 30px;
	color: #000000;
	line-height: 1.4em;
	clear:both;
}
#contents ol, ul{
	list-style:decimal !important;
	/* margin:0 15px; */
}

a.linkExternal {
	margin: 0 2px;
	padding: 3px 0 3px 0px;
}

#contents div.btn-area a {
	width:205px;
	height:37px;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	background:url("../images/btn_agree.gif") no-repeat 0 0;
}

#contents div.btn-area a:hover {
	background:url("../images/btn_agree.gif") no-repeat 0 -37px;
}

