@charset "utf-8";
/* CSS Document */

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


html,body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	
	scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #cccccc;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #FF99cc;
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
	
}



p {
	font-size: 14px;
	line-height: 21px;	
}



a:link{
       text-decoration: none; color:#FF99cc;
}
a:visited{
       text-decoration: none ; color:#FF99cc;
}
a:hover{
       text-decoration: underline; color:#FF99cc;
}


#wrapper {
	width: 900px;
	margin:0px;
}

#a {
	background-image: url(images/igarashi_1.gif);
	height: 592px;
	background-repeat: no-repeat;
}

#aa {
	background-image: url(images/sample1.jpg);
	height: 967px;
	margin-top:10px;
	background-repeat: no-repeat;
}

#aaa {
	background-image: url(images/sample2.jpg);
	height: 906px;
	margin-top:10px;
	background-repeat: no-repeat;
}

#aaaa {
	background-image: url(images/dress.jpg);
	height: 1417px;
	margin-top:20px;
	background-repeat: no-repeat;
}

#b {
	text-align: left;
	padding: 25px;
}

#c {
	background-image: url(images/igarashi_2.gif);
	text-align: center;
	height: 75px;
	background-repeat: no-repeat;
	padding-top: 890px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}