body{
	background-image: url('../images/common/background.png');
	background-attachment: fixed;
	background-repeat :no-repeat;
	background-position: top center;
}

div#sideMenu div.button ul li a.message{background-position: -226px -60px;}

/* ****************************** message ****************************** */

div#message{
	margin-bottom: 30px;
	top: 0;
}

div#message div.title{
	width: 640px;
	height: 246px;
	background: url('../images/common/template_title_background.png');
	position: relative;
}

div#message div.title h1{
	display: block;
	position: absolute;
	text-indent: -9999em;
	background: url('../images/message/message_title.png');
	background-position: 0 0;
	width: 200px;
	height: 40px;
	top: 35px;
	left: 25px;
}

div#message div.lead{
	margin-top: 30px;
}

div#message div.lead p{
	width: 640px;
	height: 28px;
	background: url('../images/message/message_lead_title.png');
	text-indent: -9999em;
	margin-bottom: 10px;
}

div#message div.lead ol{
	width: 640px;
	height: 75px;
	background: url('../images/message/message_lead_point.png');
	text-indent: -9999em;
	margin-bottom: 30px;
}

div#message div.text{
}

div#message div.text p{
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 20px;
	color: #444;
}
div#message div.text p strong{
}

/* ****************************** pickup ****************************** */

div#pickup{
}

div#pickup h2{
	background: url('../images/common/label.png');
	background-position: 0 -70px;
	width: 640px;
	height: 35px;
	margin-bottom: 20px;
	text-indent: -9999em;
}

div#pickup div.list{
	width: 660px;
	margin-left: -20px;
}

div#pickup div.list div{
	width: 310px;
	margin-left: 20px;
	margin-top: -15px;
	float: left;
}

div#pickup div.list div h3{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

div#pickup div.list div ul li{
	list-style-type: disc;
	color: #444;
	margin-left: 25px;
}