@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/background.jpg) repeat-x;
}
#wrapper{
	background: #FFFFFF;
}

#contents{
	padding-top: 18px;
}

#contents h2.exa_h201{
	text-indent: -9999px;
	background: url(../images/h2_example.jpg) no-repeat;
	width: 660px;
	height: 41px;
	margin-bottom: 10px;
}

#contents h3.h3_sub01{
	text-indent: -9999px;
	background: url(../images/h3_example01.gif) no-repeat;
	width: 630px;
	height: 23px;
	margin-bottom: 10px;
}
#contents h3.h3_sub02{
	text-indent: -9999px;
	background: url(../images/h3_example02.gif) no-repeat;
	width: 630px;
	height: 23px;
	margin-bottom: 10px;
}
#contents h3.h3_sub03{
	text-indent: -9999px;
	background: url(../images/h3_example03.gif) no-repeat;
	width: 630px;
	height: 23px;
	margin-bottom: 10px;
}
.exa_box{
	width: 640px;
	margin: 10px;
	height: auto;
	padding-bottom: 10px;
	border-bottom: #CCCCCC dotted 1px;
}
img.exa_img{
	width: 183px;
	height: 86px;
	margin-right: 20px;
	float: left;
}
p.exa_txt{
	width: 437px;
	float: left;
	font-size: 12px;
}

.img_box{
	width: 630px;
	height: 158px;
}
.img_box2{
	width: 630px;
	height: 194px;
}
.img_box img, .img_box2 img{
	float: left;
}
.text_box{
	clear: both;
}

.mr3{
	margin-right: 3px;
}
.recenter{
	margin: 0 47px 0 70px;
}