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

#class {
	background-image: url(../image/contentbar.png);
	height: 45px;
	width: 600px;
}
#content #title2 {
	color: #FFF;
	padding-top: 10px;
	padding-left: 55px;
}#introduction {
	background-image: url(../image/content,middel.png);
	background-repeat: repeat;
	background-position: center center;
	width: 600px;
	float: left;
}
#introduction dl {
	background-image: url(../image/tensen.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 20px;
	color: #FFF;
}
#introduction dl dt {
	margin-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
}
#introduction dl dd {
	line-height: 2;
	text-indent: 1.4em;
	font-size: 120%;
}
#introduction2 {
	float: right;
	width: 300px;
	margin-left: 60px;
	position: relative;
}
#introduction2 p img {
	-moz-box-shadow: 10px 5px 10px #000;
	-webkit-box-shadow: 10px 5px 10px #000;
	box-shadow: 10px 5px 10px #000;
}
*/#introduction2 p img {
	padding-top: -30px;
}
