@charset "utf-8";

/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  font-family: "メイリオ", "Meiryo", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅", "Arial", "sans-serif";
}

a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #808080;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #800000;
}

ul {
  list-style-type: none;
  list-style-position: outside;
}

body {
}


/* Footer */

#footer_link {
     width:950px;
     margin: 10px auto;
     border-top:1px #3D3A39 solid;
}

#footer_link h3 {
        margin: 10px 0 0 10px;
		font-size: 100%;
}


#footer_link li {
        line-height: 120%
}

#footer_link ul {
	float: left;
	list-style-type: none;
    list-style-position: outside;
	margin: 0 0 5px 40px;
	width: 270px;
	height: 50px;
}

#footer_link ul#arco {
	background-image: url(http://e-arcoiris.net/img/121_footer_arcoBG.jpg);
	background-repeat: no-repeat;
}

#footer_link ul#lagrima {
	background-image: url(http://e-arcoiris.net/img/121_footer_lagrimaBG.jpg);
	background-repeat: no-repeat;
}
	
#footer_link ul#sonrisa {
	background-image: url(http://e-arcoiris.net/img/121_footer_sonrisaBG.jpg);
	background-repeat: no-repeat;
}
			
#footer_link ul#miignon {
	background-image: url(http://e-arcoiris.net/img/121_footer_miignonBG.jpg);
	background-repeat: no-repeat;
}
	
#footer_link ul#taheifarm {
	background-image: url(http://e-arcoiris.net/img/121_footer_taheiBG.jpg);
	background-repeat: no-repeat;
}

 
#footer {
	background-color: #ffffff;
    border-top:1px #3D3A39 solid; }


/* clearfix */
#container:after,#footer_link:after {
  display: block;
  clear: both;
  height: 1px;
  visibility: hidden;
  content:".";
}

#copyright {
	text-align: center;}
	

