@charset "utf-8";
/* CSS Document */




div.blogparts {
	width: 750px;
	margin: 40px auto 40px auto;
}

div.blogparts h3 {
	margin: 40px auto 40px auto;
	width: 590px;
}

div.blogparts div.blogpartsSwf {
	width: 700px;
	height: 342px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/blogparts_bg.jpg) left top no-repeat;
	padding: 20px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.3em;
}
div.blogpartsSwf span{
	display: none;
}

div.blogparts_mid{
	width: 544px;
	height: 25px;
	margin: 40px auto;
}

div.blogparts_code div.lt{
	float: left;
	width: 336px;
	height: 173px;
}
div.blogparts_code div.lt .code{
	width: 336px;
	height: 151px;
	background: url(images/blogparts_code_bg.jpg) left top no-repeat;
	padding: 15px;
	font-size: 12px;
	color: #333333;
	line-height: 2em;
}
div.blogparts_code div.rt{
	float: right;
	width: 336px;
	height: 173px;
}
div.blogparts_code div.rt .code{
	width: 336px;
	height: 151px;
	background: url(images/blogparts_code_bg.jpg) left top no-repeat;
	padding: 15px;
	font-size: 12px;
	line-height: 2em;
}


div.blogparts .attention{
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	font-size: 10px;
	color: #666666;
	line-height: 1.5em;
}
