@charset "utf-8";

img {  
	border: 0;
}  
li {  
	list-style-type: none;
}

.clear {clear: both;}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {min-height: 1px;}


/* bugfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* contents */
#contents {
	width: 960px;
	margin: 15px auto 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 95%;
	line-height: 1.4;
}
#contents p {
	margin: 0 0 1em 0;
	text-indent: 1em;
}
.photo_left {
	width: 400px;
	margin: 0 10px 5px 0;
	float: left;
}

#contents p.cap {
	font-size: 80%;
	line-height: 1.25;
	text-indent: 0;
	margin-top: 5px;
}
.sub_title {
   /* border-bottom: 3px solid #ccc;*/
    display: block;
    margin-bottom: 0.5em;
    position: relative;
}