@charset "utf-8";
@import url("base.css");


/*------------------------------------
   .basic
-----------------------------------------------------------------------------------------------------*/
h2 {
	margin: 0 0 10px 15px;
}

.txt_idt {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}


/* 全体構造
---------------------------------------------------------------------------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}


/* header
---------------------------------------------------------------------------------------------------*/
#header {
	width: 800px;
	height: auto;
	padding: 0;
}

h1 {
	margin-bottom: 0;
}


/* contents
---------------------------------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
	background: url(../image/wrapper/contents_back.jpg) repeat-y;
}

.box_text {
	width: 764px;
	margin: 0 auto 50px;
}

.box_text p {
	margin: 0 10px 20px;
}

h3.sem_ttl {
	margin: 0 10px 10px;
	font-size: 20px;
	line-height: 1.5;
}

.box_text.bg_01 {
	background: url(../image/back_img_01_05.jpg) no-repeat 450px 170px;
}

.box_text.bg_02 {
	background: url(../image/shimazu.jpg) no-repeat 520px 70px;
}

.box_bratitude {
	width: 765px;
	margin: 0 0 5px;
	background: url(../image/wrapper/voice_back_01_03.jpg) no-repeat left bottom;
}

.box_bratitude p {
	background: url(../image/wrapper/voice_back_01.jpg) no-repeat left top;
	padding: 13px 10px;
	margin: 0 0 10px;
}

#box_profile {
	width: 740px;
	margin: 0 auto 10px;
	padding: 10px;
	border: solid 1px #000;
	font-size: 13px;
}

#box_profile.bg_c {
	background: #ffe;
}

#box_profile h3 {
	background: none;
	color: #000;
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
}

#box_profile dl {
	margin: 2px 0 0;
}

#box_profile dt {
	float: left;
	clear: left;
	padding: 0 0 2px;
	margin: 0;
	font-weight: bold;
}

#box_profile dd {
	padding: 0 0 2px 6.8em;
	margin: 0;
}



/* footer
---------------------------------------------------------------------------------------------------*/
#footer {
	width: 800px;
	height: auto;
	margin: 0 auto 20px;
	padding: 10px 0 5px 0;
	background: url(../image/wrapper/footer_back_02_01.jpg) repeat-x left bottom;
}

#footer .f_link {
	margin: 0 auto 20px;
}

#footer .txt_normal,
#footer .txt_bold {
	margin: 0 auto 10px;
	color: #fff;
	font-size: 12px;
}

#footer .txt_bold {
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
}

#footer .c_right {
	font-weight: bold;
	margin: 0 auto;
}



/*------------------------------------
	.セミナーボタン
---------------------------------------------------------------------------------------------------*/
.seminar_btn {
	display: block;
	width: 700px;
	height: 93px;
	margin: 0 auto 50px;
	padding: 0;
	overflow: hidden;	
}

.seminar_btn a {
	display: block;
	width: 700px;
	height: 0;
	padding-top: 93px;
	background: url(../image/btn_02.jpg) no-repeat 0 0;
	overflow: hidden;
}

.seminar_btn a:hover {
	background-position: left -100px;
}



