﻿@charset "utf-8";

body { background-color: #ddffff}

#head1{
	width:220px;
	margin:0 1px 0 1px;
}

h1{
	font-size:22px;
	font-weight:bolder;
	border-color:#333333;
	border-width:0px 0 0 4px ;
	color:#ff0000;
	text-indent:10px;
	line-height:30px;
	vertical-align:top;
	padding:0px 0 10 0;
}

#head2{
	width:200px;
	margin:0 1px 0 10px;
              position: absolute;
              top: 20px;
              left: 250px;
              font-size:15px;
              color:blue;
}

#head3{
	width:250px;
	margin:0 1px 0 1px;
              position: absolute;
              top: 20px;
              left: 450px;
              font-size:15px;
              color:green;
}

#head4{
	width:650px;
	margin:40px 0px 30px 30px;
              font-size:15px;
}

.photo {
   width:720px;
   margin-left:-20px;
   margin-bottom:50px;
   text-align:justify;
   text-justify:distribute;
   font-size:15px;
   line-height:1.4;
}

/* 回り込み解除 ここから */
.photo {
   ⁄zoom:1;
}

.photo:after {
   content:'';
   display:block;
   clear:both;
}
/* 回り込み解除 ここまで */

.photo h2 {
   margin:0 0 1em 0;
   padding:10px;
   font-size:13px;
   font-weight:bold;
   background:#ccc;
}

.photo p {
   overflow:hidden;
   /zoom:1;
   margin:1em 10px;
}

.photo img {
   margin:0 10px;
}

.photoInner {
   display:inline; /* for IE6 */
   width:335px;
   float:left;
   margin-left:20px;
   border:1px solid #ffffff;
   font-size:13px;
}

#sample {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

