@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}


#container {
	width: 880px;
	margin-left: 20px;
}



/*======================
Maincontents 手続・注意
======================*/

#procedure {
	background-image: url(../procedure/images/procedure_h2.gif);
	background-repeat: no-repeat;
	width: 660px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}

#attention {
	background-image: url(../procedure/images/attention_h2.gif);
	background-repeat: no-repeat;
	width: 660px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}


#maincontent h3 {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333333;
	border-left: 5px solid #034617;
	line-height: 1.4;
	padding-left: 8px;
	font-size: 90%;
	margin-left: 5px;
}


#maincontent ul {
	font-size: 80%;
	color: #333333;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 0.5em;
}

#maincontent ul li {
	list-style-image: url(../images/arrow.gif);
	padding: 0px 0px 0px 0em;
	margin-left: 20px;
}
	



strong {
	font-weight: bold;
	color: #FF0000;
}




/* 利用手順 h2 */
#maincontent #res {
	margin-top: 30px;
	margin-bottom: 20px;
	background-image: url(../procedure/images/procedure_res_h2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 660px;
	text-indent: -9999px;
}

/* 使用上の注意 h2 */
#maincontent #atten {
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../procedure/images/procedure_atten_h2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 660px;
	text-indent: -9999px;
}

