@charset "utf-8"; 		


/* main
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
  font-size: 80%;
  line-height: 150%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background-color:#fff
}
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* link
---------------------------------------------------- */
a {
/**/
	overflow: hidden;
/**/
}
a:link {color: #028c5f;}
a:visited {color: #5e933b;}
a:hover, a:active {color: #f17609; text-decoration:none;}
a:focus{outline:none;}



#s-wrapper{
	width:512px;
	background-color:#FFFFFF;
	text-align:left;
	color: #333;
}

.cl-waku{ float:left;padding:5px 0px;width:113px; margin-right:13px;}
.photo-box{height:110px; width:75px; overflow-y:hidden;border:1px #ddd solid; margin-bottom:5px; margin-left:19px;}
.photo-text{ text-align:center;}

img{border:0px}
.clear{clear:both}

p{ margin-bottom:0px}
