@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 */
h3 {
	border-left: 8px solid #f60;
	border-bottom: 1px solid #f93;
	padding: 0 0 2px 5px;
	margin-bottom: 0;
}
h4 {
	border-bottom: 1px dashed #f60;
	padding: 5px 0 3px 1em;
	background: #ffdebe;
	margin: 35px 0 10px;
}
#contents {
	width: 900px;
	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;
}
#contents p.ma-t-05 {
	margin-top: .5em;
}
.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;
}

/* table */
#contents table {
	border-collapse: collapse;
	font-size: 90%;
	width: 680px;
	margin: 1em auto;
	border-top: solid 1px #777;
	border-left: solid 1px #777;
}
#contents th,
#contents td {
	padding: 5px;
	border-bottom: solid 1px #777;
	border-right: solid 1px #777;
}
#contents th {
	width: 17%;
	background: #ccc;
}

/**/
.indent {
	padding-left: 5em;
}

#contents th.subtitle {
	background: #ddd;
}