@charset "utf-8";

/* 2階層目共通 */

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

#page #article {
	font-size: 120%;
	line-height: 1.5;
	position: relative;
}

 
#page #article #header {
	background: url(../boshu/images/title.png) no-repeat right bottom;
	height: 140px;
}
#page #article #header h1 {
	position: absolute;
	left: 30px;
	top: 10px;
}
#page #article #header #return {
	position: absolute;
	top: 100px;
	left: 250px;
}


#page #article #waku {
	background: #c9ec64;
	border: 2px solid #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 2px 2px 0px 0px rgba(255, 255, 255, 1),0px 3px 0px 0px rgba(0, 0, 0, 0.3);
	width: 615px;
	padding: 12px;
	behavior: url(../boshu/css/css/PIE.htc);
	margin: 0px auto;
}
#page #article #waku #wakuBg {
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px;
	padding: 15px 0px 0px;
	behavior: url(css/PIE.htc);
	zoom: 1;
}