@charset "utf-8";

/* base.css */


body {
  margin:0;
  padding:0;
  }

h1,h2,h3,h4,h5,h6,
div,p,pre,ul,li,ol,dl,dt,dd,
address,form,blockquote {
  margin:0;
  padding:0;
  }

p {
  text-align:justify;
  text-justify:inter-ideograph;
  }

li {
  list-style:none;
  text-align:justify;
  text-justify:inter-ideograph;
  }
	
dl,dt,dd {
  text-align:justify;
  text-justify:inter-ideograph;
  }
	
table,tr,td,th {
  line-height:1.4;
  }

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

img {
  border:none;
  vertical-align:bottom;
  }

#iframe {
	background-color:#ff9900;
	background:none;
	background-image:none;
}

#iframe2 {
	background-color:#ff9900;
	background:none;
	background-image:none;
}

#iframe img {
  float:left;
  padding:42px 10px 0 10px;
  }
  
#iframe h3 {
  padding:42px 10px 0 0;
  color:#669999;
  line-height:1.2;
  }
  
#iframe p {
  margin-bottom:0;
  padding:5px 15px 0 0;
  font-size:90%;
  line-height:1.2;
  color:#666666
  }
  
#iframe p.detail {
  text-align:right;
  }

#iframe p.detail a {
  text-decoration:none;
  }

#iframe p.detail a:hover {
  text-decoration:underline;
  }   

#iframe2 ul {
  clear:both;
  margin-top:5px;
  padding:5px 10px 0 10px;
  background:url(../images/img_line_dotted.gif) no-repeat top;
  }

#iframe2 ul li {
  padding:0 10px;
  font-size:85%;
  line-height:1.6;
  }


