@charset "utf-8";

/* clearfix iepngfix
----------------------------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from MacIE \*/

*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from MacIE */

/* タグの定義
----------------------------------------------------------- */

html {
	background: #f1f1f1;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: center;
	word-break:break-all;
	background: #f1f1f1;
	font: 76%/1 sans-serif;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}
div, p, table, form {
	text-align: left;
}
p {
	font-size: 100%;
	line-height: 1.75;
	margin-bottom: 16px;
}
img {
	border: 0px;
	vertical-align: top;
}
ul, ol, dl {
	line-height: 1.75;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #1F5621;
	text-decoration: underline;
}
a:hover, a:active {
	color: #A0B8A1;
	text-decoration: none;
}

/* クラスの定義
----------------------------------------------------------- */

.clear {
	clear: both;
}

/* 全体の定義
----------------------------------------------------------- */
#container {
	background: url(../images/body-bg.gif) no-repeat center 80px;
}
#header {
	margin-bottom: 16px;
	background: url(../images/header-bg.jpg) repeat-x left top;
}
#contents {
	width: 481px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	background: url(../images/header.jpg) no-repeat right top;
	height: 66px;
	padding-top: 14px;
	padding-left: 22px;
}
h2 {
	margin-bottom: 16px;
}
h3 {
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 12px;
}
h3 .number {
	color: #FFB500;
	font-size: 116%;
}
h3 .name {
	color: #145304;
	font-size: 133%;
}
h3 .position {
	color: #777777;
	font-size: 116%;
}
.detail {
}
.left-outer {
	float: left;
	width: 180px;
	padding-bottom: 16px;
	min-height: 334px;
	_height: 334px;
}
.photo {
	border: 1px solid #d4d4d4;
	background: #FFF;
	padding: 12px 0px;
	margin-top: 2px;
	margin-bottom: 16px;
	text-align: center;
}
.information {
	float: right;
	width: 286px;
}
.information dl {
	position: relative;
	margin-bottom: 16px;
}
.information dt {
	position: absolute;
	width: 8em;
}
.information dd {
	padding-left: 8em;
	background: url(../images/info-line.gif) repeat-x left bottom;
}
.banner {
	text-align: center;
}
.close {
	text-align: center;
	background: url(../images/close-bg.gif) repeat-x left top;
	padding-top: 12px;
	padding-bottom: 12px;
}
