/*ポップアップのスタイル-----------------*/

* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  font-size: 78%;
}

body {
  margin: 0px;
  padding: 0px;
  color: #202020;
  font-family: "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka,sans-serif, "Arial";
  background: #ffffff;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 1.5px;
}

fieldset,img {
  border: none;
}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

input,textarea {
  font-size: 1em;
}

a {
  text-decoration: underline;
}

q:before,q:after {
  content: '';
}

img,abbr,acronym {
  border: 0px;
}


/* ----------------------
 =2 clearfix
--------------------- */

/* Firefox、Safari、Operaなどのモダンブラウザ用 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} 

/* IE7とMac版IE5対策用 */
.clearfix {
  display: inline-block;
} 

/*IE6以前向け*/ 
/* Hides from IE-mac \*/ 
* html .clearfix { 
  height: 1%;
} 

.clearfix { 
  display: block;
} 
/* End Hides from IE-mac \*/ 

.clear {
  clear: both;
}


/* ----------------------
 =3 link
--------------------- */

a:link {
  color: #564801;
}

a:visited {
  color: #564801;
}

a:hover,a:active {
  color: #564801;
  text-decoration: none;
}

div#wrapper {
  width: 753px;
  height: auto;
  margin: 0px auto;
  padding: 20px 0px 0px 0px;
  text-align: center;
}

.ti {
  width: auto;
  height: auto;
}

.a_center {
  text-align: center;
}

.t10b30 {
  padding: 10px 0px 30px 0px;
}

.b5 {
  padding: 0px 0px 5px 0px;
}

.b15 {
  padding: 0px 0px 15px 0px;
}

.b30 {
  padding: 0px 0px 30px 0px;
}

.b15l15 {
  padding: 0px 0px 15px 15px;
}

div#download_wrapper {
  width: 720px;
  height: auto;
}

div#download_left {
  width: 430px;
  height: auto;
  float: left;
}

div#download_right {
  width: 280px;
  height: auto;
  float: right;
}

.pdf_wrapper {
  width: 280px;
  height: auto;
  margin: 0px auto;
  text-align: center;  
}

.pdf {
  width: auto;
  height: auto;
  background: url(_images/pdf.gif) no-repeat 55px 6px;
  padding: 3px 0px 3px 22px;
}












