@charset "utf-8";

/**popup**/
/*50音の個別ページ*/
img {border:0;}
* {  margin:0;
     padding:0;}
body {
	background-color:#85c0cd;
	font-size:80%;
	margin:0;
    padding:0;
	color:#333333;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
text-decoration:none;}

#contents{
   width:380px;
   margin:20px auto;
   padding:20px 0 0 0;
   background-color:#FFFFFF;
  }

#right{
  float: left;}
  
#left{
  float:left;
  width:240px;
  padding-left:25px;}

#bottom{
  padding-bottom:10px;
  clear:both;
  padding-left:25px;}
  
#foot{
   background-color:#85c0cd;
   padding:10px 0 0 0;
   color:#407986;
   font-size:85%;}
#foot:after { 
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden; } 
#foot{display: inline-block;} 
/* Hides from IE-mac \*/ 
* html #foot {height: 1%;} 
#foot {display: block;} 
/* End hide from IE-mac */

*html #contents img{
  vertical-align:-2px;}

#left img,
#right img {
  margin:5px 0;
  vertical-align:-5px;}


#left p{
  margin:0px 20px 25px 0;
  line-height:160%;}
  
   
div strong {
  color: #CC3366;
  display:block;
  padding:0 0 5px 0;
  font-weight:400;}


#bottom p{
  margin:0 0 8px 0;}

#foot address {
  width:300px;
  float:left;
  font-style:normal;
}

span {
float:right;
margin: 10px;}

/**********END***********/

