@charset "utf-8";
/* CSS Document */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}
.clr {
	display: block;
	clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a,
a:link,
a:visited {
	color:#333333;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration:underline;
	color: #666666;
}


body{
	margin:0;
	padding:0;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#444444;
	text-align: left;
	background-color: #FFF;
}
#wrapper{
	width:700px;
	background-color: #FFF;
	margin: 15px auto;
	padding: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 3px 0 10px 0;
}
#photo {
	float: left;
	width: 320px;
	background-color: #262626;
	text-align: center;
}
#text {
	float: right;
	width: 350px;
}
#text dl {
	width: 360px;
	margin: 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #CCC;

}
#text dt {
	float: left;
	width: 120px;
}
#text dd {
	padding:0 0 20px 120px;
	border-bottom: 1px dotted #CCC;
	width: 250px;
	margin-bottom: 20px;
}
