@charset "UTF-8";

/*------------------------------------------------ */
/* Introduction
-------------------------------------------------- */

#introduction {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background1.jpg) repeat-y;
	background-position: center 400px;
	height: 100%
}

#introduction #wrapper {
	background:url(../images/header_introduction1.jpg) no-repeat;
	background-position: top;
}

#introduction h2 {
	text-indent: -9999px;
	position: absolute;
}

#introduction h3 {
	background: url(../images/h3_top1_2.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}
#introduction #footer {
	background: url(../images/footer_bg1.jpg) no-repeat bottom;
}
#introduction .sign {
	margin: 0 0 0 auto;
	text-align:left;
	display:table;
}


/* Introduction2_1*/

#introduction2_1 {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background2.jpg) repeat-y;
	background-position: center 400px;
	height: 100%
}

#introduction2_1 #wrapper {
	background:url(../images/header_introduction2.jpg) no-repeat;
}

#introduction2_1 h2 {
	text-indent: -9999px;
	position: absolute;
}

#introduction2_1 h3 {
	background: url(../images/h3_top2.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}
#introduction2_1 #footer {
	background: url(../images/footer_bg2.jpg) no-repeat bottom;
}

#introduction2_1 .profile{
	vertical-align:top;
	width: 280px;
	float: left;
	font-size:80%;
	line-height:150%;
}
#introduction2_1 .profile2{
	vertical-align:top;
	margin: 0 0 0 30px;
	width: 280px;
	float: left;
	font-size:80%;
	line-height:150%;
}


/* Introduction2_2*/

#introduction2_2 {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background3.jpg) repeat-y;
	background-position: center 400px;
	height: 100%
}

#introduction2_2 #wrapper {
	background:url(../images/header_introduction3.jpg) no-repeat;
}

#introduction2_2 h2 {
	text-indent: -9999px;
	position: absolute;
}

#introduction2_2 h3 {
	background: url(../images/h3_top3.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}
#introduction2_2 #footer {
	background: url(../images/footer_bg3.jpg) no-repeat bottom;
}


/*temp*/
p.exp { 
	width: 400px;
	margin: 10px auto 100px auto;
	padding: 10px;
	font-size:85%;
	line-height:150%;
}

