@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td {
	margin: 0; 
	padding: 0;
}

html {
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul ,li {
	list-style:none;
}

fieldset, img {
	border:0;
}

table {
	border:0;
}

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration:none;
}

body {
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: normal;
}

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

.cf:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.cf {
	zoom: 1;
}

/* iepngfix */

.iepngfix {
	behavior: url(images/iepngfix.htc);
}

/* ----------------------------------------------- */
/* リンクのスタイル */

a:link {
}

a:visited {
	color: #0049AC;
	text-decoration: none;
}

a:hover {
	color: #3887F2;
	text-decoration: underline;
}


a:active {
	color: #3887F2;
	text-decoration: none;
}

/* ----------------------------------------------- */
/* メインコンテンツ */

/* 共通 */
html,
body {
	margin: 0;
	padding:0;
	height: 100%;
}

body {
	background: url(../images/bg.png) repeat left top;
}

/* ヘッダー */
.container {
	width: 996px;
	min-height: 316px;
	height: auto;
	margin: 0 auto;
	background: url(../images/bg_content.png) no-repeat left top;
	position: relative;
}

.header {
	width: 996px;
	height: 216px;
	position:relative;
	z-index: 1000;
}

.header h1 {
	float: left;
}

.adnavi {
	float: right;
}

/* コンテンツ */
.main h2 {
	position: absolute;
	top: 100px;
	left: 640px;
}

.main ul li {
	position: absolute;
	cursor: pointer;
}

.mbr1 {
	top: 200px;
	left: 20px;
}

.mbr2 {
	top: 116px;
	left: 320px;
}

.mbr3 {
	top: 200px;
	left: 522px;
}

/* footer */

.footer {
	width: 996px;
	height: 35px;
	padding-top: 135px;
	background: url(../images/bg_footer.png) no-repeat left top;
	text-align: center;
}

.footer a {
	color: #333333;
}

.f1 {
	position: absolute;
	top: 650px;
	left: 0px;
}

.f2 {
	position: relative;
	z-index: 1000;
	margin-top: -25px;
}

/* ----------------------------------------------- */
/* メンバー紹介 */

.main {
	margin-top: -110px;
}

.member {
	width: 722px;
	padding-top: 131px;
	margin: -110px auto 0 ;
	background: url(../images/bg_detail_header.png) no-repeat left top;
	color: #333333;
}

.member_in {
	width: 610px;
	padding: 0 56px 30px;
	background: url(../images/bg_detail_body.png) repeat-y left top;
}

.part {
	line-height: 2.0;
	height: 37px;
}

.member_in h3 {
	line-height: 1.8;
	font-size: 140%;
	font-weight: bold;
	height: 45px;
}

.detail {
	padding-top: 10px;
	line-height: 1.5;
	font-size: 110%;
}

.img {
	position: absolute;
	top: 179px;
	left: 650px;
}




