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

h4 {
  clear : both;
	margin : 20px 0px 10px 20px;
	font-size : medium;
	font-weight : bold;
}

p {
	margin-top : 10px;
	margin-right : 0px;
	margin-bottom : 5px;
	margin-left : 20px;
	padding : 0;
}

div.yoko {
  clear : both;
  width : 460px;
  margin : 0px;
}

div.yoko-pic {
  float : left;
  width : 200px;
  margin : 0px 10px 20px 20px;
}

div.yoko-text {
  float : right;
  width : 210px;
  margin : 0px;
}

div.yoko-text p {
  margin : 5px 0px 10px 0px;
}

div.tate {
  clear : both;
  width : 460px;
  margin : 0px;
}

div.tate-pic {
  float : left;
  width : 160px;
  margin : 0px 10px 20px 20px;
}

div.tate-text {
  float : right;
  width : 250px;
  margin : 0px;
}

div.tate-text p {
  margin : 5px 0px 10px 0px;
}
