/* CSS Document */

/* ---------- 全頁共通スタイル ---------- */

body {
	padding: 0;
	font-size: small;
	line-height: 1.3;
	background-color: #ffffff;
}
div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,strong,em,dfn,span,address {
	margin: 0;
	padding: 0;
	color: #000000;
	list-style: none;
	border: none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a {
	border:none;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}

#HaseiContents{
	width:600px;
	margin-left:15px;
}
#HaseiContents h1{
	margin-bottom:15px;
}
#HaseiContents #HaseiProfile{
	width:600px;
	margin-bottom:20px;
	position: relative;
}
#HaseiContents #HaseiProfile .photo{
	float:left;
	width:268px;
}
#HaseiContents #HaseiProfile .text{
	float:left;
	width:320px;
	position:absolute;
	bottom:0px;
	left:268px;
}
#HaseiContents .DetailContents{
	width:600px;
	margin-bottom:20px;
	word-break:break-all;
}
#HaseiContents #footer {
	padding-top:10px;
	width:600px;
	text-align : center;
}

h1 img {
	width: 600px;
}
