@charset "UTF-8";
/* CSS Document */

body{
}

/*=======================
	#wrapper
=======================*/
#wrapper{
	background-image:url(../img/introduction/bg.gif);
	background-repeat:repeat-x;
	float:left;
}

/*=======================
	#container
=======================*/
#container{
	height:1890px;
	float:left;
}

/*=======================
	#main
=======================*/
#main{
	height:1630px;
	float:left;
	font-size:14px;
}
#main h2{
	margin-bottom:23px;
}
#profile{
	width:600px;
	height:630px;
	float:left;
}
#main p{
	float:left;
}
#main p em{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style:normal;
}

#text01{
	width:400px;
	height:500px;
	margin-left:20px;
	float:left;
}

/*=======================
	#history
=======================*/
#history{
	width:600px;
	height:900px;
	float:left;
}
#history p{
	float:left;
}
#history h3{
	width:600px;
	height:28px;
	color:#F00;
	float:left;
	font-size:14px;
	font-weight:normal;
}
#history_txt{
	width:600px;
	float:left;
	font-size:14px;
	font-weight:normal;
}
#date{
	width:60px;
	height:750px;
	float:left;
}
#date p{
	width:60px;
	height:28px;
}
#history_detail{
	width:540px;
	height:750px;
	float:left;
}
#history_detail p{
	width:540px;
	height:28px;
}
