@charset "shift_jis";

#wrap {
	width:950px;
	margin: 0px auto;
	background: url(../../../img/side_bg.gif) repeat-y 0px 0;
}
#key {
	padding-top:3px;
	padding-bottom:5px;
	background:#fff;
}
#contents {
	width:740px;
	padding-left:20px;
	float:right;
	background: url(../../../img/contents_head_bg.gif) repeat-x 0 0;
}
#contents p {
	margin-right: 0px;
	margin-left: 0px;
}
#main {
	width:530px;
	float:left;
}
#innerside {
	width:190px;
	float:right;
}
#side {
	width:190px;
	float:left;
}
#side h2 {
	background: url(../../../img/side_head_bg.gif) no-repeat left bottom;
	padding: 0 0 3px 0;
	margin:0;
}
/* ------------------------------------------------------
	can do
------------------------------------------------------ */


div.cando {
	background:#f5f5f5 url(../../../img/can_do_foot.gif) no-repeat left bottom;
	padding: 0 0 20px 0;
	margin: 20px 0;
	width:530px;
}
#contents div.cando h2 { border-top: solid 1px #dbdbdb;}
#contents div.cando h2.cando_head span,
#contents div.cando h2 img { display:none;}


