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

/* =============================================================================
   Introduction
   ========================================================================== */

h2{
	background:url(/img/title_bg.jpg) repeat-x;
	width:100%;
	height:220px;
	text-align:center;
}

#wrapper{
	background:url(/introduction/img/content_bg.jpg) no-repeat;
	height:1891px;
	position:relative;
}

#container{
	width:900px;
	margin:0 auto;	
}

h3{
	margin:30px 0 10px;	
}

h3.subtitle{
	margin:0 0 20px;	
}

span{
	position:absolute;
	top:120px;	
	right:50px;
}

p{
	margin:10px 0 20px;	
}

strong{
	color:#F00;	
}

em{
	font-style:normal;
	text-align:right;
	display:block;
}

table{
	width:900px;	
}

table td{
	border:1px solid #CCC;
	padding:10px;	
}

.boxhead{
	text-align:center;	
}

.subhead{
	width:194px;	
}

.thum{
	padding:0;	
}

.main{
	background-color:#FFE8E8;	
}
