BODY {
background-image : url('recye01.jpg');
background-attachment: fixed;
background-position: bottom right;
background-repeat: no-repeat
}




.title h1	{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:2px solid #4A5982;
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size:xx-large;
	color:#4A5982
	}

.title div	{
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#4A5982
	}

.title p	{
	float:right;
	margin-top:0px;
	width:250px;
	line-height:120%;
	font-size:12px;
	color:#003333
	}
	
.title h2	{
	background-color:#0000CC;
	padding:3px;
	margin-bottom:10px;
	font-size:14px;
	color:white
	}



/*コンテンツ*/
.con	{
	width:500px;
	margin-bottom:30px;
	color: #0033FF;


	}

.con h2	{
	background-color:#0066FF;
	padding:3px;
	margin-bottom:10px;
	font-size:12px;
	color:white;
	font-family: "ＭＳ Ｐゴシック", "Osaka";

	}

.con div	{
	font-size:12px;
	color:#8080FF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;

	}

.con p	{
	text-align:justify;
	text-justify:distribute;
	line-height:120%;
	font-size:10px;
	color:#8888888;
	margin: auto;

	}
