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

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

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

p {
	margin : 10px 0px 5px 20px;
	padding : 0;
}

p.p-clear-both {
  clear : both;
	margin : 10px 0px 5px 20px;
}

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-new-text {
  float : right;
  width : 210px;
  margin : 0px;
  background-color : #FFFFD6;
/*
  background-image : url(../images/mekkin/pic_new_back.gif);
*/
}

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;
}
