/* ----------------------------------
 ŠpŠÛ‰æ‘œ
------------------------------------*/
.roundimg1 {
	border:0px solid #FFF;
	display: inline-block;
	border: solid 1px #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	position:relative;
	z-index:0;
	behavior: url('http://kinoko-ring.jp/css/PIE/PIE.htc');
}
.roundimg2 {
	border:0px solid #FFF;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	position:relative;
	z-index:0;
	behavior: url('http://kinoko-ring.jp/css/PIE/PIE.htc');
}
/* ----------------------------------
 ŠpŠÛbox
------------------------------------*/
.roundbox_5{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 3px green solid;
  background-color: #ccffcc;
  padding:5px;
	position:relative;
	z-index:1;
	behavior: url('http://kinoko-ring.jp/css/PIE/PIE.htc');
}
.roundbox_10{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 3px green solid;
  background-color: #ccffcc;
  padding:10px;
	position:relative;
	z-index:1;
	behavior: url('http://kinoko-ring.jp/css/PIE/PIE.htc');
}
.roundbox_15{
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 3px green solid;
  background-color: #ccffcc;
  padding:15px;
	position:relative;
	z-index:1;
	behavior: url('http://kinoko-ring.jp/css/PIE/PIE.htc');
}
.roundbox_20{
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 3px green solid;
  background-color: #ccffcc;
  padding:20px;
	position:relative;
	z-index:1;
	behavior: url('http://kinoko-ring.jp/css/PIE/PIE.htc');
}
.roundbox_25{
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 3px green solid;
  background-color: #ccffcc;
  padding:25px;
	position:relative;
	z-index:1;
	behavior: url('http://kinoko-ring.jp/css/PIE/PIE.htc');
}